Skip to content

Commit 5979f09

Browse files
committed
chore: update NestJS and Redis dependencies, add examples to workspace
1 parent 94f51d7 commit 5979f09

File tree

4 files changed

+5281
-1772
lines changed

4 files changed

+5281
-1772
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"@commitlint/cli": "19.6.0",
1313
"@commitlint/config-conventional": "19.6.0",
1414
"@eslint/js": "9.17.0",
15-
"@nestjs/common": "10.4.15",
16-
"@nestjs/core": "10.4.15",
17-
"@nestjs/platform-fastify": "10.4.15",
18-
"@nestjs/testing": "10.4.15",
15+
"@nestjs/common": "11.0.1",
16+
"@nestjs/core": "11.0.1",
17+
"@nestjs/platform-fastify": "11.0.1",
18+
"@nestjs/testing": "11.0.1",
1919
"@types/eslint__js": "8.42.3",
2020
"@types/jest": "29.5.14",
2121
"@types/node": "22.10.2",
@@ -38,7 +38,7 @@
3838
"ts-jest": "29.2.5",
3939
"tsc-alias": "1.8.10",
4040
"typescript": "5.7.2",
41-
"typescript-eslint": "8.18.0"
41+
"typescript-eslint": "^8.30.0"
4242
},
4343
"engines": {
4444
"node": ">=20",

packages/redis-health/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@nestjs/core": "^10.0.0",
5151
"@nestjs/terminus": "^10.0.0",
5252
"ioredis": "^5.0.0",
53-
"redis": "^4.1.0"
53+
"redis": "^5.6.0"
5454
},
5555
"peerDependenciesMeta": {
5656
"ioredis": {

0 commit comments

Comments
 (0)