Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,5 @@
},
"dependencies": {
"ep_plugin_helpers": "^0.6.7"
},
"pnpm": {
"overrides": {
"js-yaml": "^4.3.2",
"brace-expansion@1": "^1.1.16"
}
}
}
10 changes: 10 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# js-yaml and brace-expansion arrive only as transitive dev dependencies (via
# eslint and minimatch@3), so `pnpm update` cannot move them. The selectors are
# scoped to the affected major line: an unbounded range would drag minimatch@3
# onto brace-expansion 5.x and eslint onto js-yaml 5.x.
#
# pnpm 11 no longer reads `pnpm.overrides` from package.json — these must live
# here or the lockfile and the install disagree (ERR_PNPM_LOCKFILE_CONFIG_MISMATCH).
overrides:
js-yaml: '^4.3.2'
brace-expansion@1: '^1.1.16'
Loading