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

upgrade deps, remove node 14 & 16 from tests matrix

This commit is contained in:
Leibale
2023-09-18 17:23:01 -04:00
parent 294cbf8367
commit 4976231f24
11 changed files with 344 additions and 313 deletions

View File

@@ -12,13 +12,13 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.3",
"@types/node": "^20.6.2",
"@types/yargs": "^17.0.24",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"yargs": "^17.7.2"
}
}