This repository was archived by the owner on Dec 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1005
-437
lines changed Expand file tree Collapse file tree 2 files changed +1005
-437
lines changed Original file line number Diff line number Diff line change 23
23
"play:prod" : " pnpm build && nuxi dev playground" ,
24
24
"play:dev" : " nuxi dev playground" ,
25
25
"lint" : " eslint ." ,
26
- "release" : " run-s release:*" ,
26
+ "release" : " run-s prepack release:*" ,
27
27
"release:standard-version" : " standard-version" ,
28
28
"release:publish" : " git push --follow-tags origin main && npm publish"
29
29
},
38
38
"ipx" : " 1.0.0-2" ,
39
39
"pathe" : " ^1.1.0" ,
40
40
"picocolors" : " ^1.0.0" ,
41
- "qs" : " ^6.11.0 " ,
42
- "ufo" : " ^1.1.0 "
41
+ "qs" : " ^6.11.1 " ,
42
+ "ufo" : " ^1.1.1 "
43
43
},
44
44
"devDependencies" : {
45
- "@nuxt/devtools" : " 0.2.3 " ,
46
- "@nuxt/image-edge" : " latest " ,
45
+ "@nuxt/devtools" : " 0.2.5 " ,
46
+ "@nuxt/image-edge" : " 1.0.0-27968280.9739e4d " ,
47
47
"@nuxt/module-builder" : " latest" ,
48
48
"@nuxtjs/eslint-config-typescript" : " latest" ,
49
- "@types/node" : " ^18.14 .0" ,
49
+ "@types/node" : " ^18.15 .0" ,
50
50
"concurrently" : " ^7.6.0" ,
51
51
"eslint" : " latest" ,
52
52
"npm-run-all" : " ^4.1.5" ,
53
- "nuxt" : " ^3.2.0 " ,
53
+ "nuxt" : " ^3.2.3 " ,
54
54
"sirv" : " ^2.0.2" ,
55
55
"splitpanes" : " ^3.1.5" ,
56
56
"standard-version" : " ^9.5.0" ,
You can’t perform that action at this time.
0 commit comments