1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

upgrade deps (#2098)

This commit is contained in:
Leibale Eidelman
2022-04-25 16:42:20 -04:00
committed by GitHub
parent 11c6c24881
commit 432a7e3ebb
9 changed files with 281 additions and 357 deletions

View File

@@ -21,15 +21,15 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@node-redis/test-utils": "*",
"@types/node": "^17.0.23",
"@types/node": "^17.0.26",
"@types/sinon": "^10.0.11",
"@types/yallist": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint": "^8.14.0",
"nyc": "^15.1.0",
"release-it": "^14.14.2",
"sinon": "^13.0.1",
"sinon": "^13.0.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.7.0",
"typedoc": "^0.22.15",