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

upgrade dependencies (#2242)

This commit is contained in:
Leibale Eidelman
2022-08-22 18:23:43 -04:00
committed by GitHub
parent 942de1f0b4
commit 35be671332
11 changed files with 1195 additions and 914 deletions

View File

@@ -21,18 +21,18 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^18.0.1",
"@types/sinon": "^10.0.12",
"@types/node": "^18.7.10",
"@types/sinon": "^10.0.13",
"@types/yallist": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"eslint": "^8.22.0",
"nyc": "^15.1.0",
"release-it": "^15.1.1",
"release-it": "^15.3.0",
"sinon": "^14.0.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.8.2",
"typedoc": "^0.23.5",
"ts-node": "^10.9.1",
"typedoc": "^0.23.10",
"typescript": "^4.7.4"
},
"engines": {