3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-01-01 09:39:54 +00:00

update dependencies and rebuild

This commit is contained in:
Arpad Borsos 2021-05-30 11:05:48 +02:00
parent 1b344a0a23
commit 842ef286ff
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
4 changed files with 423 additions and 114 deletions

View file

@ -23,14 +23,14 @@
"homepage": "https://github.com/Swatinem/rust-cache#readme",
"dependencies": {
"@actions/cache": "^1.0.7",
"@actions/core": "^1.2.7",
"@actions/core": "^1.3.0",
"@actions/exec": "^1.0.4",
"@actions/glob": "^0.1.1",
"@actions/glob": "^0.1.2",
"@actions/io": "^1.1.0"
},
"devDependencies": {
"@vercel/ncc": "^0.28.5",
"typescript": "^4.2.4"
"@vercel/ncc": "^0.28.6",
"typescript": "^4.3.2"
},
"scripts": {
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts"