3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-02-21 10:47:38 +00:00

Update dependencies, clean both debug and release targets

This commit is contained in:
Arpad Borsos 2022-04-08 17:25:03 +02:00
parent f8f67b7515
commit 74e8e24b6d
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
7 changed files with 6379 additions and 4113 deletions

View file

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