Skip to content

Commit 16cfc58

Browse files
committed
chore: update TypeScript ESLint packages
1 parent c664576 commit 16cfc58

File tree

2 files changed

+66
-6
lines changed

2 files changed

+66
-6
lines changed

Diff for: package-lock.json

+63-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"ts-jest": "^29.1.0",
8080
"ts-node": "10.9.1",
8181
"typescript": "5.7.3",
82-
"typescript-eslint": "^8.19.0"
82+
"typescript-eslint": "^8.22.0"
8383
},
8484
"dependencies": {
8585
"@aws-sdk/client-s3": "^3.738.0",
@@ -91,7 +91,8 @@
9191
"@nestjs/core": "^11.0.6",
9292
"@nestjs/microservices": "^11.0.6",
9393
"@nestjs/platform-fastify": "^11.0.6",
94-
"@typescript-eslint/utils": "^8.13.0",
94+
"@typescript-eslint/utils": "^8.22.0",
95+
"@typescript-eslint/rule-tester": "^8.22.0",
9596
"amqp-connection-manager": "^4.1.14",
9697
"amqplib": "^0.10.4",
9798
"ioredis": "^5.3.2",

0 commit comments

Comments
 (0)