File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " create-arkstack" ,
33 "type" : " module" ,
4- "version" : " 0.1.22 " ,
4+ "version" : " 0.1.23 " ,
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" : {
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ export const depsToRemove = [
2525]
2626
2727export const depsToAdd = {
28- '@arkstack/console-slim' : '^0.1.20 ' ,
28+ '@arkstack/console-slim' : '^0.1.21 ' ,
2929}
3030
3131export const depsList : Record < string , string > = {
32- '@arkstack/common' : '^0.1.20 ' ,
33- '@arkstack/console' : '^0.1.20 ' ,
34- '@arkstack/contract' : '^0.1.20 ' ,
35- '@arkstack/driver-h3' : '^0.1.20 ' ,
36- '@arkstack/driver-express' : '^0.1.20 '
32+ '@arkstack/common' : '^0.1.21 ' ,
33+ '@arkstack/console' : '^0.1.21 ' ,
34+ '@arkstack/contract' : '^0.1.21 ' ,
35+ '@arkstack/driver-h3' : '^0.1.21 ' ,
36+ '@arkstack/driver-express' : '^0.1.21 '
3737}
You can’t perform that action at this time.
0 commit comments