Skip to content

Commit 4a39b1b

Browse files
committed
chore: migrate resolutions to pnpm-workspace.yaml
1 parent 59626fd commit 4a39b1b

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

package.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,6 @@
4242
"typecheck": "vue-tsc --noEmit",
4343
"typecheck:docs": "DOCS_TYPECHECK=true pnpm nuxt prepare && nuxt-content-twoslash verify --content-dir docs --languages html"
4444
},
45-
"resolutions": {
46-
"@nuxt/kit": "workspace:*",
47-
"@nuxt/nitro-server": "workspace:*",
48-
"@nuxt/rspack-builder": "workspace:*",
49-
"@nuxt/schema": "workspace:*",
50-
"@nuxt/vite-builder": "workspace:*",
51-
"@nuxt/webpack-builder": "workspace:*",
52-
"@vue/compiler-core": "3.5.33",
53-
"@vue/compiler-dom": "3.5.33",
54-
"@vue/shared": "3.5.33",
55-
"nuxt": "workspace:*",
56-
"send": ">=1.2.1",
57-
"vue": "3.5.33"
58-
},
5945
"devDependencies": {
6046
"@arethetypeswrong/cli": "0.18.2",
6147
"@babel/core": "7.29.0",

pnpm-workspace.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,17 @@ shellEmulator: true
2525

2626
verifyDepsBeforeRun: install
2727

28+
29+
overrides:
30+
"@nuxt/kit": "workspace:*"
31+
"@nuxt/nitro-server": "workspace:*"
32+
"@nuxt/rspack-builder": "workspace:*"
33+
"@nuxt/schema": "workspace:*"
34+
"@nuxt/vite-builder": "workspace:*"
35+
"@nuxt/webpack-builder": "workspace:*"
36+
"@vue/compiler-core": "3.5.33"
37+
"@vue/compiler-dom": "3.5.33"
38+
"@vue/shared": "3.5.33"
39+
nuxt: "workspace:*"
40+
send: ">=1.2.1"
41+
vue: "3.5.33"

0 commit comments

Comments
 (0)