Skip to content

Commit a979a47

Browse files
committed
chore: correct dependency list
1 parent a3fe458 commit a979a47

File tree

6 files changed

+972
-934
lines changed

6 files changed

+972
-934
lines changed

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,16 @@
4242
"@nuxt/kit": "^3.15.1",
4343
"@nuxt/schema": "^3.15.1",
4444
"@nuxt/test-utils": "^3.15.1",
45-
"@types/http-proxy": "^1.17.15",
4645
"@types/node": "^22.10.5",
4746
"@types/semver": "^7.5.8",
48-
"@types/ws": "^8.5.13",
4947
"@vitest/coverage-v8": "^2.1.8",
5048
"c12": "^2.0.1",
5149
"changelogen": "^0.5.7",
5250
"chokidar": "^4.0.3",
5351
"citty": "^0.1.6",
5452
"clipboardy": "^4.0.0",
5553
"consola": "^3.3.3",
54+
"defu": "^6.1.4",
5655
"destr": "^2.0.3",
5756
"eslint": "^9.17.0",
5857
"execa": "^9.5.2",
@@ -61,28 +60,31 @@
6160
"h3": "^1.13.0",
6261
"httpxy": "^0.1.5",
6362
"jiti": "^2.4.2",
63+
"knip": "^5.41.1",
6464
"listhen": "^1.9.0",
6565
"magicast": "^0.3.5",
6666
"mlly": "^1.7.3",
67-
"nuxt": "^3.15.1",
67+
"nitropack": "npm:nitropack-nightly",
6868
"nypm": "^0.4.1",
6969
"ofetch": "^1.4.1",
70+
"ohash": "^1.1.4",
7071
"pathe": "^2.0.0",
7172
"perfect-debounce": "^1.0.0",
7273
"pkg-types": "^1.3.0",
74+
"rollup": "^4.29.2",
7375
"scule": "^1.3.0",
7476
"semver": "^7.6.3",
77+
"std-env": "^3.8.0",
78+
"typescript": "^5.7.2",
79+
"ufo": "^1.5.4",
7580
"unbuild": "^3.2.0",
7681
"unplugin-purge-polyfills": "^0.0.7",
77-
"unws": "^0.2.4",
78-
"vitest": "^2.1.8",
79-
"vue-tsc": "^2.2.0",
80-
"ws": "^8.18.0"
82+
"vitest": "^2.1.8"
8183
},
8284
"resolutions": {
8385
"h3": "^1.13.0",
8486
"nitropack": "npm:nitropack-nightly",
85-
"nuxt": "^3.15.1"
87+
"nuxi": "workspace:*"
8688
},
8789
"packageManager": "pnpm@9.15.2",
8890
"engines": {

playground/dev.mjs

Lines changed: 0 additions & 3 deletions
This file was deleted.

playground/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"private": true,
44
"version": "1.0.0",
55
"packageManager": "pnpm@9.15.2",
6-
"scripts": {
7-
"nuxi": "node ../bin/nuxi.mjs"
8-
},
96
"dependencies": {
10-
"nuxt": "latest"
7+
"nuxt": "^3.15.1"
118
}
129
}

0 commit comments

Comments
 (0)