Skip to content

Commit ee39e11

Browse files
committed
fix: update package version to 0.3.12 and dependencies to match
1 parent 8a45f54 commit ee39e11

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.3.11",
4+
"version": "0.3.12",
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
@@ -27,14 +27,14 @@ export const depsToRemove = [
2727
]
2828

2929
export const depsToAdd = {
30-
'@arkstack/console-slim': '^0.3.11',
30+
'@arkstack/console-slim': '^0.3.12',
3131
}
3232

3333
export const depsList: Record<string, string> = {
34-
'@arkstack/common': '^0.3.11',
35-
'@arkstack/console': '^0.3.11',
36-
'@arkstack/contract': '^0.3.11',
37-
'@arkstack/driver-h3': '^0.3.11',
38-
'@arkstack/filesystem': '^0.3.11',
39-
'@arkstack/driver-express': '^0.3.11',
34+
'@arkstack/common': '^0.3.12',
35+
'@arkstack/console': '^0.3.12',
36+
'@arkstack/contract': '^0.3.12',
37+
'@arkstack/driver-h3': '^0.3.12',
38+
'@arkstack/filesystem': '^0.3.12',
39+
'@arkstack/driver-express': '^0.3.12',
4040
}

0 commit comments

Comments
 (0)