We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5197f71 commit 099ba5eCopy full SHA for 099ba5e
create-arkstack/src/data.ts
@@ -25,12 +25,12 @@ export const depsToRemove = [
25
]
26
27
export const depsToAdd = {
28
- '@arkstack/console-slim': '^0.1.8',
+ '@arkstack/console-slim': '^0.1.9',
29
}
30
31
export const depsList = {
32
- '@arkstack/common': '^0.1.8',
33
- '@arkstack/console': '^0.1.8',
34
- '@arkstack/contract': '^0.1.8',
35
- '@arkstack/driver-express': '^0.1.8'
+ '@arkstack/common': '^0.1.9',
+ '@arkstack/console': '^0.1.9',
+ '@arkstack/contract': '^0.1.9',
+ '@arkstack/driver-express': '^0.1.9'
36
0 commit comments