mirror of
https://github.com/Swatinem/rust-cache
synced 2025-12-27 15:26:38 +00:00
Work around upstream GitHub issue and update dependencies
This commit is contained in:
parent
a226033982
commit
378c8285a4
7 changed files with 5024 additions and 3682 deletions
|
|
@ -23,7 +23,7 @@
|
|||
"homepage": "https://github.com/Swatinem/rust-cache#readme",
|
||||
"dependencies": {
|
||||
"@actions/buildjet-cache": "npm:github-actions.cache-buildjet@0.2.0",
|
||||
"@actions/cache": "^3.2.2",
|
||||
"@actions/cache": "^3.2.3",
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/glob": "^0.4.0",
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.38.1",
|
||||
"linefix": "^0.1.1",
|
||||
"typescript": "5.2.2"
|
||||
"typescript": "5.3.3"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts && linefix dist"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue