Skip to content

Commit e1e183e

Browse files
ss-oCopilot
andcommitted
fix: move pnpm overrides from package.json to pnpm-workspace.yaml
serialize-javascript and uuid version pins belong in the workspace overrides section alongside the existing eslint>jiti and webpackbar entries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b58b8b3 commit e1e183e

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,5 @@
8686
"engines": {
8787
"node": ">=20",
8888
"pnpm": ">=10"
89-
},
90-
"pnpm": {
91-
"overrides": {
92-
"serialize-javascript": "7.0.5",
93-
"uuid": "14.0.0"
94-
}
9589
}
9690
}

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ ignoredOptionalDependencies:
1313
overrides:
1414
"eslint>jiti": "^2.6.1"
1515
webpackbar: "^7.0.0"
16+
serialize-javascript: "7.0.5"
17+
uuid: "14.0.0"

0 commit comments

Comments
 (0)