We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pnpm-workspace.yaml
1 parent ef30978 commit 76a75e9Copy full SHA for 76a75e9
2 files changed
package.json
@@ -160,13 +160,6 @@
160
"vue-component-type-helpers": "^3.2.6",
161
"vue-tsc": "^2.1.6"
162
},
163
- "resolutions": {
164
- "nuxt-component-meta": "0.17.2",
165
- "serialize-javascript": "7.0.5",
166
- "unstorage": "^1.17.5",
167
- "vitest": "4.1.5",
168
- "vue": "^3.5.4"
169
- },
170
"simple-git-hooks": {
171
"pre-commit": "npx nano-staged"
172
pnpm-workspace.yaml
@@ -95,3 +95,10 @@ onlyBuiltDependencies:
95
- simple-git-hooks
96
97
verifyDepsBeforeRun: install
98
+
99
+overrides:
100
+ nuxt-component-meta: "0.17.2"
101
+ serialize-javascript: "7.0.5"
102
+ unstorage: "^1.17.5"
103
+ vitest: "4.1.5"
104
+ vue: "^3.5.4"
0 commit comments