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] committed Oct 8, 2023
1 parent 9d68cd5 commit 0cea8e7
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 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.30.0",
"@nestjs-query/query-typegoose": "0.30.0",
"@nestjs-query/query-typeorm": "0.30.0",
"@nestjs/common": "8.4.0",
"@nestjs/core": "8.4.0",
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/graphql": "9.0.6",
"@nestjs/jwt": "8.0.0",
"@nestjs/mongoose": "9.0.0",
"@nestjs/passport": "8.2.1",
"@nestjs/platform-express": "8.4.0",
"@nestjs/passport": "8.2.2",
"@nestjs/platform-express": "8.4.7",
"@nestjs/sequelize": "8.0.1",
"@nestjs/typeorm": "8.0.2",
"@typegoose/typegoose": "8.0.0-beta.7",
Expand Down Expand Up @@ -53,8 +53,8 @@
},
"devDependencies": {
"@nestjs/cli": "8.2.8",
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.4.0",
"@nestjs/schematics": "8.0.11",
"@nestjs/testing": "8.4.7",
"@types/express": "4.17.18",
"@types/node": "14.18.63",
"@types/passport-jwt": "3.0.10",
Expand Down
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.4.0",
"@nestjs/testing": "8.4.0",
"@nestjs/common": "8.4.7",
"@nestjs/testing": "8.4.7",
"@types/lodash.merge": "4.6.7",
"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.42.0",
"@nestjs/common": "8.4.0",
"@nestjs/core": "8.4.0",
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/graphql": "9.0.6",
"@nestjs/testing": "8.4.0",
"@nestjs/testing": "8.4.7",
"@types/graphql": "14.5.0",
"@types/graphql-fields": "1.3.6",
"@types/lodash.omit": "4.5.7",
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 @@ -30,9 +30,9 @@
"mongoose": "^5.10.0"
},
"devDependencies": {
"@nestjs/common": "8.4.0",
"@nestjs/common": "8.4.7",
"@nestjs/mongoose": "9.0.0",
"@nestjs/testing": "8.4.0",
"@nestjs/testing": "8.4.7",
"@types/lodash.escaperegexp": "4.1.7",
"@types/lodash.merge": "4.6.7",
"@types/mongodb": "4.0.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 @@ -30,9 +30,9 @@
"sequelize-typescript": "^1.1.0 || ^2.0.0"
},
"devDependencies": {
"@nestjs/common": "8.4.0",
"@nestjs/common": "8.4.7",
"@nestjs/sequelize": "8.0.1",
"@nestjs/testing": "8.4.0",
"@nestjs/testing": "8.4.7",
"@types/lodash.pick": "4.4.7",
"sequelize": "6.9.0",
"sequelize-typescript": "2.1.1",
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 @@ -31,8 +31,8 @@
"nestjs-typegoose": "^7.1.38"
},
"devDependencies": {
"@nestjs/common": "8.4.0",
"@nestjs/testing": "8.4.0",
"@nestjs/common": "8.4.7",
"@nestjs/testing": "8.4.7",
"@typegoose/typegoose": "8.0.0-beta.7",
"@types/lodash.escaperegexp": "4.1.7",
"@types/lodash.merge": "4.6.7",
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 @@ -33,8 +33,8 @@
"typeorm": "^0.2.25"
},
"devDependencies": {
"@nestjs/common": "8.4.0",
"@nestjs/testing": "8.4.0",
"@nestjs/common": "8.4.7",
"@nestjs/testing": "8.4.7",
"@nestjs/typeorm": "8.0.2",
"@types/lodash.filter": "4.6.7",
"@types/lodash.omit": "4.5.7",
Expand Down

0 comments on commit 0cea8e7

Please sign in to comment.