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

@@ -12,12 +12,12 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.1",
"@types/yargs": "^17.0.10",
"@types/node": "^18.7.10",
"@types/yargs": "^17.0.11",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.8.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"yargs": "^17.5.1"
}