3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-12-27 15:26:38 +00:00

"update dependencies"

This commit is contained in:
Arpad Borsos 2024-03-24 09:56:50 +01:00
parent 640a22190e
commit 2bceda3912
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
4 changed files with 5164 additions and 4362 deletions

View file

@ -33,7 +33,7 @@
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"linefix": "^0.1.1",
"typescript": "5.3.3"
"typescript": "5.4.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"