Skip to content

Commit b33a2ad

Browse files
committed
perf(deps): make @nuxt/kit peer deps
1 parent ca107e5 commit b33a2ad

4 files changed

Lines changed: 24 additions & 19 deletions

File tree

‎packages/devtools-kit/package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"prepack": "pnpm build"
4545
},
4646
"peerDependencies": {
47+
"@nuxt/kit": "^4.0.0-0 || ^5.0.0-0",
4748
"nitro": "^3.0.0-0",
4849
"nitropack": "^2.0.0",
4950
"vite": ">=6.0"
@@ -57,11 +58,11 @@
5758
}
5859
},
5960
"dependencies": {
60-
"@nuxt/kit": "catalog:prod",
6161
"nostics": "catalog:prod",
6262
"tinyexec": "catalog:prod"
6363
},
6464
"devDependencies": {
65+
"@nuxt/kit": "catalog:prod",
6566
"@nuxt/schema": "catalog:types",
6667
"birpc": "catalog:frontend",
6768
"error-stack-parser-es": "catalog:frontend",

‎packages/devtools-ui-kit/package.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"playground:build": "nuxi generate playground"
3737
},
3838
"peerDependencies": {
39-
"@nuxt/devtools": "workspace:*"
39+
"@nuxt/devtools": "workspace:*",
40+
"@nuxt/kit": "^4.0.0-0 || ^5.0.0-0"
4041
},
4142
"dependencies": {
4243
"@iconify-json/carbon": "catalog:icons",
4344
"@iconify-json/logos": "catalog:icons",
4445
"@iconify-json/ri": "catalog:icons",
4546
"@iconify-json/tabler": "catalog:icons",
4647
"@nuxt/devtools-kit": "workspace:*",
47-
"@nuxt/kit": "catalog:prod",
4848
"@unocss/core": "catalog:buildtools",
4949
"@unocss/nuxt": "catalog:buildtools",
5050
"@unocss/preset-attributify": "catalog:buildtools",
@@ -62,6 +62,7 @@
6262
},
6363
"devDependencies": {
6464
"@nuxt/devtools": "workspace:*",
65+
"@nuxt/kit": "catalog:prod",
6566
"nuxt": "catalog:buildtools",
6667
"unbuild": "catalog:buildtools"
6768
},

‎playgrounds/module-starter/package.json‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@
2121
"test": "vitest run",
2222
"test:watch": "vitest watch"
2323
},
24+
"peerDependencies": {
25+
"@nuxt/kit": "^4.0.0-0 || ^5.0.0-0"
26+
},
2427
"dependencies": {
2528
"@nuxt/devtools-kit": "workspace:*",
26-
"@nuxt/kit": "catalog:prod",
2729
"sirv": "catalog:prod"
2830
},
2931
"devDependencies": {
3032
"@iconify-json/carbon": "catalog:icons",
3133
"@nuxt/devtools": "workspace:*",
3234
"@nuxt/devtools-ui-kit": "workspace:*",
35+
"@nuxt/kit": "catalog:prod",
3336
"@nuxt/module-builder": "catalog:buildtools",
3437
"@nuxt/schema": "catalog:types",
3538
"@nuxt/test-utils": "catalog:cli",

‎pnpm-lock.yaml‎

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)