3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-12-24 22:06:54 +00:00

update dependencies, rebuild

This commit is contained in:
Arpad Borsos 2024-10-12 12:14:29 +02:00
parent 8f842c2d45
commit 598fe25fa1
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
4 changed files with 56332 additions and 78117 deletions

View file

@ -24,16 +24,17 @@
"dependencies": {
"@actions/buildjet-cache": "npm:github-actions.cache-buildjet@0.2.0",
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/glob": "^0.5.0",
"@actions/io": "^1.1.3",
"smol-toml": "^1.1.4"
"smol-toml": "^1.3.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"@types/node": "^22.7.5",
"@vercel/ncc": "^0.38.2",
"linefix": "^0.1.1",
"typescript": "5.4.3"
"typescript": "5.6.3"
},
"scripts": {
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts && linefix dist"