1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-06-04 21:40:22 +02:00

Update some dependencies.

Signed-off-by: Gregorio Litenstein <g.litenstein@gmail.com>
This commit is contained in:
Gregorio Litenstein 2025-02-03 15:19:18 -03:00
parent 1328a18e7e
commit 203bc27916
No known key found for this signature in database
GPG key ID: 4EB52A1A9CE2C63F
2 changed files with 34 additions and 51 deletions

View file

@ -32,7 +32,7 @@
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/nock": "^11.1.0",
"@types/node": "^16.18.3",
"@types/node": "^20.14.8",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@vercel/ncc": "^0.38.3",
@ -44,13 +44,10 @@
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^28.1.3",
"jest-circus": "^27.5.1",
"msw": "^0.49.3",
"msw": "^1.3.5",
"nock": "^13.2.9",
"prettier": "^2.8.0",
"ts-jest": "^28.0.8",
"typescript": "^4.9.3"
},
"overrides": {
"@mswjs/interceptors": "^0.17.7"
"typescript": "^4.9.5"
}
}