mirror of
https://github.com/Swatinem/rust-cache
synced 2026-01-05 03:18:52 +00:00
update deps and rebuild
This commit is contained in:
parent
d127014599
commit
3bb3a9a087
4 changed files with 686 additions and 474 deletions
|
|
@ -22,15 +22,15 @@
|
|||
},
|
||||
"homepage": "https://github.com/Swatinem/rust-cache#readme",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^1.0.7",
|
||||
"@actions/core": "^1.5.0",
|
||||
"@actions/cache": "^1.0.8",
|
||||
"@actions/core": "^1.6.0",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/glob": "^0.2.0",
|
||||
"@actions/io": "^1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.31.1",
|
||||
"typescript": "4.4.3"
|
||||
"@vercel/ncc": "^0.33.1",
|
||||
"typescript": "4.5.4"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue