1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

upgrade dependencies (#2306)

This commit is contained in:
Leibale Eidelman
2022-10-26 14:47:10 -04:00
committed by GitHub
parent 4cfad3dab2
commit 29f734f60e
8 changed files with 2184 additions and 2686 deletions

View File

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