Skip to content

Commit 77eefc0

Browse files
committed
chore: update package versions to 0.2.0 in create-arkstack and dependencies
1 parent b0d5594 commit 77eefc0

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-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.31",
4+
"version": "0.2.0",
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: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ export const depsToRemove = [
2626
]
2727

2828
export const depsToAdd = {
29-
'@arkstack/console-slim': '^0.1.30',
29+
'@arkstack/console-slim': '^0.2.0',
3030
}
3131

3232
export const depsList: Record<string, string> = {
33-
'@arkstack/common': '^0.1.30',
34-
'@arkstack/console': '^0.1.30',
35-
'@arkstack/contract': '^0.1.30',
36-
'@arkstack/driver-h3': '^0.1.30',
37-
'@arkstack/driver-express': '^0.1.30'
33+
'@arkstack/common': '^0.2.0',
34+
'@arkstack/console': '^0.2.0',
35+
'@arkstack/contract': '^0.2.0',
36+
'@arkstack/driver-h3': '^0.2.0',
37+
'@arkstack/filesystem': '^0.2.0',
38+
'@arkstack/driver-express': '^0.2.0',
3839
}

0 commit comments

Comments
 (0)