3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-07-18 04:15:46 +00:00

fix: deduplicate glob dependency with npm override

This commit is contained in:
eitsupi 2026-07-04 07:35:58 +00:00
parent 7e67b2cf91
commit 22a41dba8e
8 changed files with 227 additions and 2398 deletions

View file

@ -31,6 +31,11 @@
"@actions/warpbuild-cache": "npm:github-actions.warp-cache@1.4.7",
"smol-toml": "^1.7.0"
},
"overrides": {
"@actions/cache": {
"@actions/glob": "$@actions/glob"
}
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-json": "^6.1.0",