Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v7.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 18, 2021
1 parent f9a4877 commit d3c9577
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 64 deletions.
8 changes: 4 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@nestjs-query/query-sequelize": "0.27.0",
"@nestjs-query/query-typegoose": "0.27.0",
"@nestjs-query/query-typeorm": "0.27.0",
"@nestjs/common": "7.6.15",
"@nestjs/core": "7.6.15",
"@nestjs/common": "7.6.17",
"@nestjs/core": "7.6.17",
"@nestjs/graphql": "7.10.6",
"@nestjs/jwt": "7.2.0",
"@nestjs/mongoose": "7.2.4",
"@nestjs/passport": "7.1.5",
"@nestjs/platform-express": "7.6.15",
"@nestjs/platform-express": "7.6.17",
"@nestjs/sequelize": "0.2.0",
"@nestjs/typeorm": "7.1.5",
"@typegoose/typegoose": "8.0.0-beta.7",
Expand All @@ -51,7 +51,7 @@
"devDependencies": {
"@nestjs/cli": "7.6.0",
"@nestjs/schematics": "7.3.1",
"@nestjs/testing": "7.6.15",
"@nestjs/testing": "7.6.17",
"@types/express": "4.17.11",
"@types/jest": "26.0.23",
"@types/node": "13.13.52",
Expand Down
66 changes: 19 additions & 47 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 @@ -40,8 +40,8 @@
"class-transformer": "^0.2.3 || 0.3.1 || 0.4"
},
"devDependencies": {
"@nestjs/common": "7.6.15",
"@nestjs/testing": "7.6.15",
"@nestjs/common": "7.6.17",
"@nestjs/testing": "7.6.17",
"@types/lodash.merge": "4.6.6",
"class-transformer": "0.4.0",
"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.6.15",
"@nestjs/core": "7.6.15",
"@nestjs/common": "7.6.17",
"@nestjs/core": "7.6.17",
"@nestjs/graphql": "7.10.6",
"@nestjs/testing": "7.6.15",
"@nestjs/testing": "7.6.17",
"@types/graphql": "14.5.0",
"@types/graphql-fields": "1.3.3",
"@types/lodash.omit": "4.5.6",
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 @@ -31,9 +31,9 @@
"mongoose": "^5.10.0"
},
"devDependencies": {
"@nestjs/common": "7.6.15",
"@nestjs/common": "7.6.17",
"@nestjs/mongoose": "7.2.4",
"@nestjs/testing": "7.6.15",
"@nestjs/testing": "7.6.17",
"@types/lodash.escaperegexp": "4.1.6",
"@types/lodash.merge": "4.6.6",
"@types/mongodb": "3.6.12",
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 @@ -30,9 +30,9 @@
"sequelize-typescript": "^1.1.0 || ^2.0.0"
},
"devDependencies": {
"@nestjs/common": "7.6.15",
"@nestjs/common": "7.6.17",
"@nestjs/sequelize": "0.2.0",
"@nestjs/testing": "7.6.15",
"@nestjs/testing": "7.6.17",
"@types/lodash.pick": "4.4.6",
"sequelize": "6.6.2",
"sequelize-typescript": "2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/query-typegoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"nestjs-typegoose": "^7.1.38"
},
"devDependencies": {
"@nestjs/common": "7.6.15",
"@nestjs/testing": "7.6.15",
"@nestjs/common": "7.6.17",
"@nestjs/testing": "7.6.17",
"@typegoose/typegoose": "8.0.0-beta.7",
"@types/lodash.escaperegexp": "4.1.6",
"@types/lodash.merge": "4.6.6",
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 @@ -32,8 +32,8 @@
"typeorm": "^0.2.25"
},
"devDependencies": {
"@nestjs/common": "7.6.15",
"@nestjs/testing": "7.6.15",
"@nestjs/common": "7.6.17",
"@nestjs/testing": "7.6.17",
"@nestjs/typeorm": "7.1.5",
"@types/lodash.filter": "4.6.6",
"@types/lodash.omit": "4.5.6",
Expand Down

0 comments on commit d3c9577

Please sign in to comment.