Skip to content

Commit 099ba5e

Browse files
committed
chore: update dependency versions to 0.1.9
1 parent 5197f71 commit 099ba5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

create-arkstack/src/data.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ export const depsToRemove = [
2525
]
2626

2727
export const depsToAdd = {
28-
'@arkstack/console-slim': '^0.1.8',
28+
'@arkstack/console-slim': '^0.1.9',
2929
}
3030

3131
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'
32+
'@arkstack/common': '^0.1.9',
33+
'@arkstack/console': '^0.1.9',
34+
'@arkstack/contract': '^0.1.9',
35+
'@arkstack/driver-express': '^0.1.9'
3636
}

0 commit comments

Comments
 (0)