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 2022-06-26 12:35:07 +02:00
parent 5040f39404
commit 81d053bdb0
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
4 changed files with 3903 additions and 1920 deletions

View file

@ -22,15 +22,15 @@
},
"homepage": "https://github.com/Swatinem/rust-cache#readme",
"dependencies": {
"@actions/cache": "^2.0.2",
"@actions/cache": "^3.0.0",
"@actions/core": "^1.6.0",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.2.1",
"@actions/glob": "^0.3.0",
"@actions/io": "^1.1.2"
},
"devDependencies": {
"@vercel/ncc": "^0.33.3",
"typescript": "4.6.3"
"@vercel/ncc": "^0.34.0",
"typescript": "4.7.4"
},
"scripts": {
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts"