mirror of
https://github.com/Swatinem/rust-cache
synced 2026-02-21 10:47:38 +00:00
Update dependencies, clean both debug and release targets
This commit is contained in:
parent
f8f67b7515
commit
74e8e24b6d
7 changed files with 6379 additions and 4113 deletions
12
package.json
12
package.json
|
|
@ -22,15 +22,15 @@
|
|||
},
|
||||
"homepage": "https://github.com/Swatinem/rust-cache#readme",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^1.0.8",
|
||||
"@actions/cache": "^2.0.2",
|
||||
"@actions/core": "^1.6.0",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/glob": "^0.2.0",
|
||||
"@actions/io": "^1.1.1"
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/glob": "^0.2.1",
|
||||
"@actions/io": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.33.1",
|
||||
"typescript": "4.5.4"
|
||||
"@vercel/ncc": "^0.33.3",
|
||||
"typescript": "4.6.3"
|
||||
},
|
||||
"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