Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v7.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed Aug 31, 2020
1 parent ad5c2d2 commit 9787605
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 67 deletions.
8 changes: 4 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@nestjs-query/query-graphql": "0.18.1",
"@nestjs-query/query-sequelize": "0.18.1",
"@nestjs-query/query-typeorm": "0.18.1",
"@nestjs/common": "7.4.2",
"@nestjs/core": "7.4.2",
"@nestjs/common": "7.4.3",
"@nestjs/core": "7.4.3",
"@nestjs/graphql": "7.6.0",
"@nestjs/platform-express": "7.4.2",
"@nestjs/platform-express": "7.4.3",
"@nestjs/sequelize": "0.1.1",
"@nestjs/typeorm": "7.1.1",
"@nestjs/passport": "7.1.0",
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@nestjs/cli": "7.5.1",
"@nestjs/schematics": "7.1.1",
"@nestjs/testing": "7.4.2",
"@nestjs/testing": "7.4.3",
"@types/express": "4.17.7",
"@types/jest": "26.0.10",
"@types/node": "13.13.5",
Expand Down
90 changes: 36 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"class-transformer": "^0.2.3 || ^0.3.0"
},
"devDependencies": {
"@nestjs/common": "7.4.2",
"@nestjs/testing": "7.4.2",
"@nestjs/common": "7.4.3",
"@nestjs/testing": "7.4.3",
"@types/lodash.merge": "4.6.6",
"class-transformer": "0.3.1",
"ts-mockito": "2.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/query-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"graphql-subscriptions": "^1.1.0"
},
"devDependencies": {
"@nestjs/common": "7.4.2",
"@nestjs/core": "7.4.2",
"@nestjs/common": "7.4.3",
"@nestjs/core": "7.4.3",
"@nestjs/graphql": "7.6.0",
"@nestjs/testing": "7.4.2",
"@nestjs/testing": "7.4.3",
"@types/graphql": "14.5.0",
"@types/graphql-fields": "1.3.3",
"@types/graphql-relay": "0.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/query-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"sequelize-typescript": "^1.1.0"
},
"devDependencies": {
"@nestjs/common": "7.4.2",
"@nestjs/common": "7.4.3",
"@nestjs/sequelize": "0.1.1",
"@nestjs/testing": "7.4.2",
"@nestjs/testing": "7.4.3",
"@types/lodash.pick": "4.4.6",
"@types/sequelize": "4.28.9",
"sequelize": "5.22.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/query-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"typeorm": "^0.2.7"
},
"devDependencies": {
"@nestjs/common": "7.4.2",
"@nestjs/testing": "7.4.2",
"@nestjs/common": "7.4.3",
"@nestjs/testing": "7.4.3",
"@nestjs/typeorm": "7.1.1",
"@types/lodash.filter": "4.6.6",
"@types/lodash.omit": "4.5.6",
Expand Down

0 comments on commit 9787605

Please sign in to comment.