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

upgrade dependencies (#2426)

This commit is contained in:
Leibale Eidelman
2023-02-24 18:05:43 -05:00
committed by GitHub
parent e95b258dca
commit 4937efca6b
9 changed files with 239 additions and 227 deletions

View File

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