Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 2, 2020
1 parent 1624f4e commit b041f79
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 214 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.4.4",
"@nestjs/core": "7.4.4",
"@nestjs/common": "7.5.0",
"@nestjs/core": "7.5.0",
"@nestjs/graphql": "7.7.0",
"@nestjs/jwt": "7.1.0",
"@nestjs/mongoose": "7.0.2",
"@nestjs/passport": "7.1.0",
"@nestjs/platform-express": "7.4.4",
"@nestjs/platform-express": "7.5.0",
"@nestjs/sequelize": "0.1.1",
"@nestjs/typeorm": "7.1.4",
"apollo-server-express": "2.19.0",
Expand All @@ -48,7 +48,7 @@
"devDependencies": {
"@nestjs/cli": "7.5.1",
"@nestjs/schematics": "7.1.2",
"@nestjs/testing": "7.4.4",
"@nestjs/testing": "7.5.0",
"@types/express": "4.17.8",
"@types/jest": "26.0.15",
"@types/mongoose": "5.7.37",
Expand Down
285 changes: 86 additions & 199 deletions package-lock.json

Large diffs are not rendered by default.

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.4.4",
"@nestjs/testing": "7.4.4",
"@nestjs/common": "7.5.0",
"@nestjs/testing": "7.5.0",
"@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.4",
"@nestjs/core": "7.4.4",
"@nestjs/common": "7.5.0",
"@nestjs/core": "7.5.0",
"@nestjs/graphql": "7.7.0",
"@nestjs/testing": "7.4.4",
"@nestjs/testing": "7.5.0",
"@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.4.4",
"@nestjs/common": "7.5.0",
"@nestjs/mongoose": "7.0.2",
"@nestjs/testing": "7.4.4",
"@nestjs/testing": "7.5.0",
"@types/lodash.escaperegexp": "4.1.6",
"@types/lodash.merge": "4.6.6",
"@types/mongodb": "3.5.32",
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.4",
"@nestjs/common": "7.5.0",
"@nestjs/sequelize": "0.1.1",
"@nestjs/testing": "7.4.4",
"@nestjs/testing": "7.5.0",
"@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.4.4",
"@nestjs/testing": "7.4.4",
"@nestjs/common": "7.5.0",
"@nestjs/testing": "7.5.0",
"@nestjs/typeorm": "7.1.4",
"@types/lodash.filter": "4.6.6",
"@types/lodash.omit": "4.5.6",
Expand Down

0 comments on commit b041f79

Please sign in to comment.