Skip to content

Commit

Permalink
chore(deps): update nest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jul 27, 2021
1 parent dfac67c commit b346328
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 62 deletions.
10 changes: 5 additions & 5 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@nestjs-query/query-sequelize": "0.28.1",
"@nestjs-query/query-typegoose": "0.28.1",
"@nestjs-query/query-typeorm": "0.28.1",
"@nestjs/common": "8.0.4",
"@nestjs/core": "8.0.4",
"@nestjs/common": "8.0.5",
"@nestjs/core": "8.0.5",
"@nestjs/graphql": "8.0.2",
"@nestjs/jwt": "8.0.0",
"@nestjs/mongoose": "8.0.0",
"@nestjs/passport": "8.0.0",
"@nestjs/platform-express": "8.0.4",
"@nestjs/platform-express": "8.0.5",
"@nestjs/sequelize": "8.0.0",
"@nestjs/typeorm": "8.0.1",
"@typegoose/typegoose": "8.0.0-beta.7",
Expand All @@ -52,9 +52,9 @@
"typeorm-seeding": "1.6.1"
},
"devDependencies": {
"@nestjs/cli": "8.0.2",
"@nestjs/cli": "8.1.0",
"@nestjs/schematics": "8.0.2",
"@nestjs/testing": "8.0.4",
"@nestjs/testing": "8.0.5",
"@types/express": "4.17.13",
"@types/node": "14.17.6",
"@types/passport-jwt": "3.0.6",
Expand Down
88 changes: 44 additions & 44 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": "8.0.4",
"@nestjs/testing": "8.0.4",
"@nestjs/common": "8.0.5",
"@nestjs/testing": "8.0.5",
"@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 @@ -60,10 +60,10 @@
},
"devDependencies": {
"@apollo/gateway": "0.33.0",
"@nestjs/common": "8.0.4",
"@nestjs/core": "8.0.4",
"@nestjs/common": "8.0.5",
"@nestjs/core": "8.0.5",
"@nestjs/graphql": "8.0.2",
"@nestjs/testing": "8.0.4",
"@nestjs/testing": "8.0.5",
"@types/graphql": "14.5.0",
"@types/graphql-fields": "1.3.4",
"@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": "8.0.4",
"@nestjs/common": "8.0.5",
"@nestjs/mongoose": "8.0.0",
"@nestjs/testing": "8.0.4",
"@nestjs/testing": "8.0.5",
"@types/lodash.escaperegexp": "4.1.6",
"@types/lodash.merge": "4.6.6",
"@types/mongodb": "3.6.19",
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": "8.0.4",
"@nestjs/common": "8.0.5",
"@nestjs/sequelize": "8.0.0",
"@nestjs/testing": "8.0.4",
"@nestjs/testing": "8.0.5",
"@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": "8.0.4",
"@nestjs/testing": "8.0.4",
"@nestjs/common": "8.0.5",
"@nestjs/testing": "8.0.5",
"@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": "8.0.4",
"@nestjs/testing": "8.0.4",
"@nestjs/common": "8.0.5",
"@nestjs/testing": "8.0.5",
"@nestjs/typeorm": "8.0.1",
"@types/lodash.filter": "4.6.6",
"@types/lodash.omit": "4.5.6",
Expand Down

0 comments on commit b346328

Please sign in to comment.