Skip to content

Commit 87925f0

Browse files
committed
chore: migrate resolutions to pnpm-workspace.yaml
1 parent 634ebcd commit 87925f0

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
@@ -71,11 +71,6 @@
7171
"npx eslint --fix"
7272
]
7373
},
74-
"resolutions": {
75-
"@nuxt/content": "^3.11.0",
76-
"@nuxt/kit": "^4.0.0",
77-
"@nuxtjs/html-validator": "link:./"
78-
},
7974
"publishConfig": {
8075
"access": "public"
8176
},

pnpm-workspace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ ignoredBuiltDependencies:
1010

1111
onlyBuiltDependencies:
1212
- better-sqlite3
13+
14+
overrides:
15+
"@nuxt/content": "^3.11.0"
16+
"@nuxt/kit": "^4.0.0"
17+
"@nuxtjs/html-validator": "link:./"

0 commit comments

Comments
 (0)