Skip to content

Commit

Permalink
fix(typescript-nodejs): update package json dependencies (OpenAPITool…
Browse files Browse the repository at this point in the history
…s#15493)

* fix(typescript-nodejs): update package dependencies

* update samples

* Update modules/openapi-generator/src/main/resources/typescript-nestjs/package.mustache

Co-authored-by: Esteban Gehring <esteban.gehring@gmail.com>

* update samples

---------

Co-authored-by: William Cheng <wing328hk@gmail.com>
Co-authored-by: Esteban Gehring <esteban.gehring@gmail.com>
  • Loading branch information
3 people committed Nov 2, 2023
1 parent 832947c commit fbbfa12
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,18 @@
"@nestjs/common": "^{{nestVersion}}",
"@nestjs/core": "^{{nestVersion}}",
"@nestjs/platform-express": "^{{nestVersion}}",
{{#useAxiosHttpModule}}
"@nestjs/axios": "^2.0.0",
{{/useAxiosHttpModule}}
"reflect-metadata": "^0.1.13",
"rimraf": "^2.6.3",
"rxjs": "^6.5.2"
"rxjs": "^7.1.0"
},
"devDependencies": {
"@nestjs/testing": "~{{nestVersion}}",
"@types/express": "^4.16.0",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.1",
"@types/node": "^14.8.2",
"@types/supertest": "^2.0.8",
"concurrently": "^4.1.1",
"nodemon": "^1.19.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"@nestjs/platform-express": "^6.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^2.6.3",
"rxjs": "^6.5.2"
"rxjs": "^7.1.0"
},
"devDependencies": {
"@nestjs/testing": "~6.0.0",
"@types/express": "^4.16.0",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.1",
"@types/node": "^14.8.2",
"@types/supertest": "^2.0.8",
"concurrently": "^4.1.1",
"nodemon": "^1.19.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/axios": "^2.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^2.6.3",
"rxjs": "^6.5.2"
"rxjs": "^7.1.0"
},
"devDependencies": {
"@nestjs/testing": "~8.0.0",
"@types/express": "^4.16.0",
"@types/jest": "^24.0.15",
"@types/node": "^12.6.1",
"@types/node": "^14.8.2",
"@types/supertest": "^2.0.8",
"concurrently": "^4.1.1",
"nodemon": "^1.19.1",
Expand Down

0 comments on commit fbbfa12

Please sign in to comment.