We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnpm-workspace.yaml
1 parent fc6284c commit 1ae30cfCopy full SHA for 1ae30cf
2 files changed
package.json
@@ -51,15 +51,6 @@
51
"vitest": "4.1.5",
52
"vue": "2.7.16"
53
},
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
- },
63
"engines": {
64
"node": "^14.16.0 || ^16.11.0 || >=17.0.0"
65
pnpm-workspace.yaml
@@ -2,3 +2,12 @@ packages:
2
- "packages/**"
3
- "playground"
4
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