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

npm update

This commit is contained in:
leibale
2021-11-24 21:11:27 -05:00
parent 22edf8a631
commit b80bbc3eba
5 changed files with 289 additions and 259 deletions

View File

@@ -19,22 +19,22 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@node-redis/test-utils": "*",
"@types/node": "^16.11.7",
"@types/node": "^16.11.10",
"@types/redis-parser": "^3.0.0",
"@types/sinon": "^10.0.6",
"@types/yallist": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.2.0",
"eslint": "^8.3.0",
"nyc": "^15.1.0",
"release-it": "^14.11.7",
"release-it": "^14.11.8",
"sinon": "^12.0.1",
"source-map-support": "^0.5.20",
"source-map-support": "^0.5.21",
"ts-node": "^10.4.0",
"typedoc": "^0.22.9",
"typedoc": "^0.22.10",
"typedoc-github-wiki-theme": "^0.6.0",
"typedoc-plugin-markdown": "^3.11.6",
"typescript": "^4.4.4"
"typedoc-plugin-markdown": "^3.11.7",
"typescript": "^4.5.2"
},
"engines": {
"node": ">=12"