Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v7.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 17, 2020
1 parent 0cf7677 commit f2f5731
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 36 deletions.
8 changes: 4 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@nestjs-query/query-mongoose": "0.21.2",
"@nestjs-query/query-sequelize": "0.21.2",
"@nestjs-query/query-typeorm": "0.21.2",
"@nestjs/common": "7.5.2",
"@nestjs/core": "7.5.2",
"@nestjs/common": "7.5.3",
"@nestjs/core": "7.5.3",
"@nestjs/graphql": "7.8.2",
"@nestjs/jwt": "7.2.0",
"@nestjs/mongoose": "7.1.0",
"@nestjs/passport": "7.1.2",
"@nestjs/platform-express": "7.5.2",
"@nestjs/platform-express": "7.5.3",
"@nestjs/sequelize": "0.1.1",
"@nestjs/typeorm": "7.1.5",
"apollo-server-express": "2.19.0",
Expand All @@ -48,7 +48,7 @@
"devDependencies": {
"@nestjs/cli": "7.5.3",
"@nestjs/schematics": "7.2.2",
"@nestjs/testing": "7.5.2",
"@nestjs/testing": "7.5.3",
"@types/express": "4.17.9",
"@types/jest": "26.0.15",
"@types/mongoose": "5.10.0",
Expand Down
37 changes: 16 additions & 21 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 @@ -39,8 +39,8 @@
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@nestjs/common": "7.5.2",
"@nestjs/testing": "7.5.2",
"@nestjs/common": "7.5.3",
"@nestjs/testing": "7.5.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.5.2",
"@nestjs/core": "7.5.2",
"@nestjs/common": "7.5.3",
"@nestjs/core": "7.5.3",
"@nestjs/graphql": "7.8.2",
"@nestjs/testing": "7.5.2",
"@nestjs/testing": "7.5.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-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"mongoose": "^5.10.0"
},
"devDependencies": {
"@nestjs/common": "7.5.2",
"@nestjs/common": "7.5.3",
"@nestjs/mongoose": "7.1.0",
"@nestjs/testing": "7.5.2",
"@nestjs/testing": "7.5.3",
"@types/lodash.escaperegexp": "4.1.6",
"@types/lodash.merge": "4.6.6",
"@types/mongodb": "3.5.33",
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.5.2",
"@nestjs/common": "7.5.3",
"@nestjs/sequelize": "0.1.1",
"@nestjs/testing": "7.5.2",
"@nestjs/testing": "7.5.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 @@ -30,8 +30,8 @@
"typeorm": "^0.2.25"
},
"devDependencies": {
"@nestjs/common": "7.5.2",
"@nestjs/testing": "7.5.2",
"@nestjs/common": "7.5.3",
"@nestjs/testing": "7.5.3",
"@nestjs/typeorm": "7.1.5",
"@types/lodash.filter": "4.6.6",
"@types/lodash.omit": "4.5.6",
Expand Down

0 comments on commit f2f5731

Please sign in to comment.