Skip to content

Commit 1d8cd18

Browse files
committed
chore: bump version to 0.1.25 and update dependencies to 0.1.23
1 parent cfc86d3 commit 1d8cd18

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.24",
4+
"version": "0.1.25",
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.22',
28+
'@arkstack/console-slim': '^0.1.23',
2929
}
3030

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

0 commit comments

Comments
 (0)