mirror of
https://github.com/Swatinem/rust-cache
synced 2025-09-03 10:08:16 +00:00
update dependencies and rebuild
This commit is contained in:
parent
536c94f32c
commit
c5ed9ba6b7
4 changed files with 23869 additions and 22611 deletions
10
package.json
10
package.json
|
@ -23,14 +23,14 @@
|
|||
"homepage": "https://github.com/Swatinem/rust-cache#readme",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^1.0.7",
|
||||
"@actions/core": "^1.3.0",
|
||||
"@actions/exec": "^1.0.4",
|
||||
"@actions/glob": "^0.1.2",
|
||||
"@actions/io": "^1.1.0"
|
||||
"@actions/core": "^1.4.0",
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/glob": "^0.2.0",
|
||||
"@actions/io": "^1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vercel/ncc": "^0.28.6",
|
||||
"typescript": "^4.3.2"
|
||||
"typescript": "^4.3.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