Skip to content

Commit 809d0df

Browse files
committed
chore: migrate resolutions to pnpm-workspace.yaml
1 parent 921042c commit 809d0df

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,5 @@
8383
"lintStaged": {
8484
"*.{js,mjs,cjs,ts,tsx,vue}": "pnpm lint:eslint --fix"
8585
},
86-
"resolutions": {
87-
"@nuxt/kit": "^4.0.0",
88-
"nuxt-web-bundle": "link:."
89-
},
9086
"packageManager": "pnpm@10.21.0"
9187
}

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
packages:
22
- "playground"
33

4+
5+
overrides:
6+
"@nuxt/kit": "^4.0.0"
7+
nuxt-web-bundle: "link:."

0 commit comments

Comments
 (0)