mirror of
https://github.com/Swatinem/rust-cache
synced 2025-12-25 14:26:59 +00:00
"update dependencies and rebuild"
This commit is contained in:
parent
99229f978c
commit
127a0e9568
4 changed files with 1332 additions and 607 deletions
|
|
@ -22,15 +22,15 @@
|
|||
},
|
||||
"homepage": "https://github.com/Swatinem/rust-cache#readme",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^3.1.4",
|
||||
"@actions/cache": "^3.2.1",
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/glob": "^0.4.0",
|
||||
"@actions/io": "^1.1.2"
|
||||
"@actions/io": "^1.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"typescript": "4.9.5"
|
||||
"typescript": "5.0.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