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

upgrade dependencies (#2381)

* upgrade deps

* upgrade dependencies

* fix v3 benchmark

* update package-lock.json
This commit is contained in:
Leibale Eidelman
2023-01-25 13:05:42 -05:00
committed by GitHub
parent 3b1bad2296
commit 0a46fcbdaf
11 changed files with 2813 additions and 2326 deletions

View File

@@ -18,12 +18,12 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@redis/test-utils": "*",
"@types/node": "^18.11.6",
"@types/node": "^18.11.18",
"nyc": "^15.1.0",
"release-it": "^15.5.0",
"release-it": "^15.6.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typedoc": "^0.23.18",
"typescript": "^4.8.4"
"typedoc": "^0.23.24",
"typescript": "^4.9.4"
}
}