3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-12-31 09:09:52 +00:00

bump deps and rebuild

This commit is contained in:
Arpad Borsos 2022-10-14 21:54:25 +02:00
parent c4652c677c
commit d4d463bd9b
No known key found for this signature in database
GPG key ID: 570F20163159CB55
4 changed files with 1488 additions and 1323 deletions

View file

@ -22,7 +22,7 @@
},
"homepage": "https://github.com/Swatinem/rust-cache#readme",
"dependencies": {
"@actions/cache": "^3.0.4",
"@actions/cache": "^3.0.5",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.3.0",
@ -30,7 +30,7 @@
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
"typescript": "4.8.2"
"typescript": "4.8.4"
},
"scripts": {
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts"