3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-01-04 02:48:47 +00:00

update dependencies and rebuild

This commit is contained in:
Arpad Borsos 2023-02-24 10:58:39 +01:00
parent 664ce0090f
commit a1c019f71a
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
4 changed files with 3520 additions and 13488 deletions

View file

@ -22,15 +22,15 @@
},
"homepage": "https://github.com/Swatinem/rust-cache#readme",
"dependencies": {
"@actions/cache": "^3.0.6",
"@actions/cache": "^3.1.4",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.3.0",
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.2"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"typescript": "4.8.4"
"@vercel/ncc": "^0.36.1",
"typescript": "4.9.5"
},
"scripts": {
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts"