Skip to content

Commit

Permalink
chore(deps): update nest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 21, 2021
1 parent c027edd commit 426006b
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 262 deletions.
8 changes: 4 additions & 4 deletions packages/energy-api-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
},
"dependencies": {
"@energyweb/energy-api-influxdb": "0.8.0",
"@nestjs/common": "7.6.18",
"@nestjs/common": "8.0.6",
"@nestjs/config": "0.6.3",
"@nestjs/core": "7.6.18",
"@nestjs/platform-express": "7.6.18",
"@nestjs/core": "8.0.6",
"@nestjs/platform-express": "8.0.6",
"@nestjs/swagger": "4.8.2",
"class-transformer": "0.3.1",
"class-validator": "0.13.1",
Expand All @@ -32,7 +32,7 @@
"swagger-ui-express": "4.1.6"
},
"devDependencies": {
"@nestjs/cli": "7.6.0",
"@nestjs/cli": "8.1.1",
"@nestjs/schematics": "7.3.1",
"@types/express": "4.17.13",
"@types/node": "13.1.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/energy-api-influxdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"dependencies": {
"@influxdata/influxdb-client": "1.16.0",
"@nestjs/common": "7.6.18",
"@nestjs/common": "8.0.6",
"@nestjs/config": "0.6.3",
"@nestjs/core": "7.6.18",
"@nestjs/core": "8.0.6",
"@nestjs/swagger": "4.8.2",
"class-transformer": "0.3.1",
"class-validator": "0.13.1",
Expand All @@ -26,9 +26,9 @@
"rxjs": "6.6.7"
},
"devDependencies": {
"@nestjs/cli": "7.6.0",
"@nestjs/cli": "8.1.1",
"@nestjs/schematics": "7.3.1",
"@nestjs/testing": "7.6.18",
"@nestjs/testing": "8.0.6",
"@types/chai": "4.2.21",
"@types/express": "4.17.13",
"@types/luxon": "1.27.1",
Expand Down
Loading

0 comments on commit 426006b

Please sign in to comment.