Skip to content

Commit d3a8db0

Browse files
committed
chore: update version to 0.1.23 and bump arkstack dependencies to 0.1.21
1 parent 7dce196 commit d3a8db0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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.22",
4+
"version": "0.1.23",
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ export const depsToRemove = [
2525
]
2626

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

3131
export const depsList: Record<string, string> = {
32-
'@arkstack/common': '^0.1.20',
33-
'@arkstack/console': '^0.1.20',
34-
'@arkstack/contract': '^0.1.20',
35-
'@arkstack/driver-h3': '^0.1.20',
36-
'@arkstack/driver-express': '^0.1.20'
32+
'@arkstack/common': '^0.1.21',
33+
'@arkstack/console': '^0.1.21',
34+
'@arkstack/contract': '^0.1.21',
35+
'@arkstack/driver-h3': '^0.1.21',
36+
'@arkstack/driver-express': '^0.1.21'
3737
}

0 commit comments

Comments
 (0)