Skip to content

Commit 76a75e9

Browse files
committed
chore: migrate resolutions to pnpm-workspace.yaml
1 parent ef30978 commit 76a75e9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,6 @@
160160
"vue-component-type-helpers": "^3.2.6",
161161
"vue-tsc": "^2.1.6"
162162
},
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-
},
170163
"simple-git-hooks": {
171164
"pre-commit": "npx nano-staged"
172165
},

pnpm-workspace.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,10 @@ onlyBuiltDependencies:
9595
- simple-git-hooks
9696

9797
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

Comments
 (0)