Skip to content

Commit

Permalink
chore: update nest deps to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Jan 23, 2025
1 parent 6c7bc02 commit 45c426c
Show file tree
Hide file tree
Showing 5 changed files with 2,257 additions and 2,503 deletions.
8 changes: 8 additions & 0 deletions .changeset/lazy-shrimps-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@nest-lab/throttler-storage-redis': minor
'@nest-lab/fastify-multer': minor
'@nest-lab/typeschema': minor
'@nest-lab/or-guard': minor
---

Now supporting NestJS v11
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"private": true,
"devDependencies": {
"@changesets/cli": "^2.23.2",
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@nestjs/platform-express": "10.4.1",
"@nestjs/platform-fastify": "10.4.1",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.4.1",
"@nestjs/throttler": "^6.2.1",
"@nestjs/common": "11.0.5",
"@nestjs/core": "11.0.5",
"@nestjs/platform-express": "11.0.5",
"@nestjs/platform-fastify": "11.0.5",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.5",
"@nestjs/throttler": "^6.4.0",
"@nrwl/tao": "19.6.1",
"@nx/eslint": "19.6.1",
"@nx/eslint-plugin": "19.6.1",
Expand Down Expand Up @@ -74,7 +74,7 @@
"dotenv": "8.2.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"fastify": "^4.18.0",
"fastify": "^5.2.1",
"fastify-multer": "^2.0.3",
"io-ts": "^2.2.20",
"ioredis": "^5.4.1",
Expand Down
3 changes: 0 additions & 3 deletions packages/throttler-storage-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
"tslib": "^2.3.0"
},
"devDependencies": {
"@nestjs/platform-express": "10.4.1",
"@nestjs/platform-fastify": "10.4.1",
"@nestjs/testing": "10.4.1",
"ioredis": "5.4.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typeschema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"peerDependencies": {
"@nestjs/common": "^10.0.0 || ^11.0.0",
"@nestjs/core": "^10.0.0 || ^11.0.0",
"reflect-metadata": "^0.1.13"
"reflect-metadata": "^0.1.13 || ^0.2.2"
},
"peerDependenciesMeta": {
"@nestjs/common": {
Expand Down
Loading

0 comments on commit 45c426c

Please sign in to comment.