Skip to content

Commit 7aac79d

Browse files
committed
chore: migrate resolutions to pnpm-workspace.yaml
1 parent 6a6343c commit 7aac79d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@
9999
"vue-router": "5.0.3",
100100
"vue-tsc": "3.2.5"
101101
},
102-
"resolutions": {
103-
"@nuxt/schema": "4.4.2",
104-
"@nuxtjs/sanity": "link:.",
105-
"nuxt-component-meta": "0.17.2"
106-
},
107102
"lint-staged": {
108103
"*.{js,mjs,cjs,ts,tsx,vue,json}": [
109104
"eslint --fix"

pnpm-workspace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ onlyBuiltDependencies:
1414
- '@tailwindcss/oxide'
1515
- better-sqlite3
1616
- sharp
17+
18+
overrides:
19+
"@nuxt/schema": "4.4.2"
20+
"@nuxtjs/sanity": "link:."
21+
nuxt-component-meta: "0.17.2"

0 commit comments

Comments
 (0)