File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ export const depsToRemove = [
2626]
2727
2828export const depsToAdd = {
29- '@arkstack/console-slim' : '^0.2.2 ' ,
29+ '@arkstack/console-slim' : '^0.2.3 ' ,
3030}
3131
3232export 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}
You can’t perform that action at this time.
0 commit comments