Skip to content

Commit

Permalink
chore: update dependencies (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoliaots committed Aug 2, 2022
1 parent b8bc560 commit b6b3c91
Show file tree
Hide file tree
Showing 2 changed files with 394 additions and 322 deletions.
42 changes: 29 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,48 @@
"version": "9.0.0",
"description": "Redis(ioredis) module for Nest framework (node.js).",
"author": "LiaoLiao <yxiaosong002@gmail.com>",
"license": "MIT",
"private": true,
"license": "MIT",
"keywords": [
"redis",
"ioredis",
"sentinel",
"cluster",
"nestjs",
"nest",
"nodejs",
"node",
"typescript",
"javascript",
"health",
"healthcheck",
"healthchecks",
"diagnostics"
],
"scripts": {
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@nestjs/common": "9.0.5",
"@nestjs/core": "9.0.5",
"@nestjs/platform-fastify": "9.0.5",
"@nestjs/terminus": "9.0.0",
"@nestjs/testing": "9.0.5",
"@nestjs/common": "9.0.7",
"@nestjs/core": "9.0.7",
"@nestjs/platform-fastify": "9.0.7",
"@nestjs/terminus": "9.1.0",
"@nestjs/testing": "9.0.7",
"@types/jest": "28.1.6",
"@types/node": "16.11.45",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"@types/node": "16.11.47",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"concurrently": "7.3.0",
"eslint": "8.20.0",
"eslint": "8.21.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-jest": "26.6.0",
"eslint-plugin-jest": "26.7.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-tsdoc": "0.2.16",
"fastify": "4.2.1",
"fastify": "4.3.0",
"husky": "8.0.1",
"ioredis": "5.2.1",
"ioredis": "5.2.2",
"istanbul-badges-readme": "1.8.2",
"jest": "28.1.3",
"jest-extended": "3.0.1",
Expand Down
Loading

0 comments on commit b6b3c91

Please sign in to comment.