Skip to content

Commit f1b830e

Browse files
committed
chore: update package version and dependencies to 0.1.30
1 parent 5d88bbd commit f1b830e

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.29",
4+
"version": "0.1.30",
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.27',
28+
'@arkstack/console-slim': '^0.1.29',
2929
}
3030

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

0 commit comments

Comments
 (0)