Skip to content

Commit 1ae30cf

Browse files
committed
chore: migrate resolutions to pnpm-workspace.yaml
1 parent fc6284c commit 1ae30cf

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@
5151
"vitest": "4.1.5",
5252
"vue": "2.7.16"
5353
},
54-
"resolutions": {
55-
"@nuxt/bridge": "workspace:*",
56-
"@nuxt/bridge-schema": "workspace:*",
57-
"h3": "1.15.11",
58-
"@nuxt/kit": "3.21.2",
59-
"espree": "11.2.0",
60-
"eslint-scope": "9.1.2",
61-
"eslint-visitor-keys": "5.0.1"
62-
},
6354
"engines": {
6455
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
6556
},

pnpm-workspace.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@ packages:
22
- "packages/**"
33
- "playground"
44

5+
6+
overrides:
7+
"@nuxt/bridge": "workspace:*"
8+
"@nuxt/bridge-schema": "workspace:*"
9+
"@nuxt/kit": "3.21.2"
10+
eslint-scope: "9.1.2"
11+
eslint-visitor-keys: "5.0.1"
12+
espree: "11.2.0"
13+
h3: "1.15.11"

0 commit comments

Comments
 (0)