Skip to content

Commit b6dbbc1

Browse files
committed
chore: update package versions to 0.2.3 in create-arkstack and dependencies
1 parent f7d05aa commit b6dbbc1

File tree

2 files changed

+8
-8
lines changed

2 files changed

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

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

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

0 commit comments

Comments
 (0)