Skip to content

Commit

Permalink
feat: update @nestjs/* dependencies to allow nest v9 (#80)
Browse files Browse the repository at this point in the history
* chore(deps): update @nestjs/* dependencies to ^9.0.0

* Update package.json

Co-authored-by: Martin Adámek <banan23@gmail.com>
  • Loading branch information
tukusejssirs and B4nan authored Jul 8, 2022
1 parent 7f1b405 commit f571181
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 194 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@mikro-orm/core": "^5.0.0",
"@mikro-orm/knex": "^5.0.0",
"@mikro-orm/mongodb": "^5.0.0",
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0"
"@nestjs/common": "^8.0.0 || ^9.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0"
},
"peerDependenciesMeta": {
"@mikro-orm/knex": {
Expand All @@ -59,10 +59,10 @@
"@mikro-orm/knex": "^5.0.3",
"@mikro-orm/mongodb": "^5.0.3",
"@mikro-orm/sqlite": "^5.0.3",
"@nestjs/common": "^8.2.6",
"@nestjs/core": "^8.2.6",
"@nestjs/platform-express": "^8.2.6",
"@nestjs/testing": "^8.2.6",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@types/jest": "^28.0.0",
"@types/node": "^17.0.17",
"@types/supertest": "^2.0.11",
Expand Down
Loading

0 comments on commit f571181

Please sign in to comment.