3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-09-01 09:10:42 +00:00

Update Dependencies (#172)

Update smol-toml 1.1.3
This commit is contained in:
Wyatt Herkamp 2023-10-20 09:35:55 -04:00 committed by GitHub
parent a95ba19544
commit f27990c89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 60 additions and 32 deletions

View file

@ -24,16 +24,16 @@
"dependencies": {
"@actions/buildjet-cache": "npm:github-actions.cache-buildjet@0.2.0",
"@actions/cache": "^3.2.2",
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.3",
"smol-toml": "^1.1.1"
"smol-toml": "1.1.3"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"@vercel/ncc": "^0.38.0",
"linefix": "^0.1.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"scripts": {
"prepare": "ncc build --target es2020 -o dist/restore src/restore.ts && ncc build --target es2020 -o dist/save src/save.ts && linefix dist"