Skip to content

Commit

Permalink
build: update for Nest 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Francomme committed Aug 3, 2021
1 parent dbcc767 commit 2d997ce
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-redoc",
"version": "2.2.1",
"version": "2.2.2",
"description": "NestJS ReDoc frontend",
"repository": "https://github.com/mxarc/nestjs-redoc",
"author": "Alfonso Reyes",
Expand All @@ -22,25 +22,25 @@
"sample": "ts-node ./sample/main"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/swagger": "^4.0.0",
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/swagger": "^5.0.0",
"reflect-metadata": "^0.1.12"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"@nestjs/common": "^7.0.0",
"@nestjs/swagger": "^4.0.0",
"@nestjs/common": "^8.0.0",
"@nestjs/swagger": "^5.0.0",
"express-basic-auth": "^1.2.0",
"express-handlebars": "^5.1.0"
},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"@nestjs/platform-fastify": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/platform-fastify": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@types/express": "^4.17.8",
"@types/express-handlebars": "^3.1.0",
"@types/hapi__joi": "^17.1.6",
Expand All @@ -62,7 +62,7 @@
"supertest": "^6.0.1",
"ts-jest": "^26.4.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
"typescript": "^4.3.5"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 2d997ce

Please sign in to comment.