Skip to content

Commit 5e1160a

Browse files
committed
chore: bump version to 0.1.14 and update dependencies to 0.1.11
1 parent fed5a0c commit 5e1160a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

create-arkstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-arkstack",
33
"type": "module",
4-
"version": "0.1.13",
4+
"version": "0.1.14",
55
"description": "Scaffold new H3.js or Express.js applications using Toneflix's arkstack templates and starter kits",
66
"homepage": "https://arkstack.toneflix.net",
77
"repository": {

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.10',
28+
'@arkstack/console-slim': '^0.1.11',
2929
}
3030

3131
export const depsList = {
32-
'@arkstack/common': '^0.1.10',
33-
'@arkstack/console': '^0.1.10',
34-
'@arkstack/contract': '^0.1.10',
35-
'@arkstack/driver-express': '^0.1.10'
32+
'@arkstack/common': '^0.1.11',
33+
'@arkstack/console': '^0.1.11',
34+
'@arkstack/contract': '^0.1.11',
35+
'@arkstack/driver-express': '^0.1.11'
3636
}

0 commit comments

Comments
 (0)