Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed Jul 9, 2020
1 parent e7b6a7e commit 5c75cd2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 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.16.1",
"@nestjs-query/query-sequelize": "0.16.0",
"@nestjs-query/query-typeorm": "0.16.1",
"@nestjs/common": "7.3.1",
"@nestjs/core": "7.3.1",
"@nestjs/common": "7.3.2",
"@nestjs/core": "7.3.2",
"@nestjs/graphql": "7.5.1",
"@nestjs/platform-express": "7.3.1",
"@nestjs/platform-express": "7.3.2",
"@nestjs/sequelize": "0.1.0",
"@nestjs/typeorm": "7.1.0",
"apollo-server-express": "2.15.1",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"@nestjs/cli": "7.4.1",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.3.1",
"@nestjs/testing": "7.3.2",
"@types/express": "4.17.7",
"@types/jest": "26.0.4",
"@types/node": "13.13.5",
Expand Down
24 changes: 12 additions & 12 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"
},
"devDependencies": {
"@nestjs/common": "7.3.1",
"@nestjs/testing": "7.3.1",
"@nestjs/common": "7.3.2",
"@nestjs/testing": "7.3.2",
"@types/lodash.merge": "4.6.6",
"class-transformer": "0.2.3",
"ts-mockito": "2.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/query-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"graphql-subscriptions": "^1.1.0"
},
"devDependencies": {
"@nestjs/common": "7.3.1",
"@nestjs/common": "7.3.2",
"@nestjs/graphql": "7.5.1",
"@nestjs/testing": "7.3.1",
"@nestjs/testing": "7.3.2",
"@types/graphql": "14.5.0",
"@types/graphql-relay": "0.6.0",
"@types/lodash.omit": "4.5.6",
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.3.1",
"@nestjs/common": "7.3.2",
"@nestjs/sequelize": "0.1.0",
"@nestjs/testing": "7.3.1",
"@nestjs/testing": "7.3.2",
"@types/lodash.pick": "4.4.6",
"@types/sequelize": "4.28.9",
"sequelize": "5.22.1",
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 @@ -27,8 +27,8 @@
"typeorm": "^0.2.7"
},
"devDependencies": {
"@nestjs/common": "7.3.1",
"@nestjs/testing": "7.3.1",
"@nestjs/common": "7.3.2",
"@nestjs/testing": "7.3.2",
"@nestjs/typeorm": "7.1.0",
"class-transformer": "0.2.3",
"sqlite3": "5.0.0",
Expand Down

0 comments on commit 5c75cd2

Please sign in to comment.