Skip to content

Commit

Permalink
chore(deps): update nest monorepo to v7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doug-martin committed Apr 24, 2020
1 parent 38a32e5 commit e71efea
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 43 deletions.
8 changes: 4 additions & 4 deletions examples/federation/graphql-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"dependencies": {
"@apollo/federation": "0.14.1",
"@nestjs/common": "7.0.8",
"@nestjs/core": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/platform-express": "7.0.8",
"@nestjs/platform-express": "7.0.9",
"apollo-server-express": "2.12.0",
"graphql": "15.0.0",
"graphql-tools": "5.0.0",
Expand All @@ -29,7 +29,7 @@
"devDependencies": {
"@nestjs/cli": "7.1.2",
"@nestjs/schematics": "7.0.0",
"@nestjs/testing": "7.0.8",
"@nestjs/testing": "7.0.9",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/node": "13.13.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/federation/sub-task-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@nestjs-query/core": "0.8.7",
"@nestjs-query/query-graphql": "0.8.8",
"@nestjs-query/query-typeorm": "0.8.7",
"@nestjs/common": "7.0.8",
"@nestjs/core": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/platform-express": "7.0.8",
"@nestjs/platform-express": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"apollo-server-express": "2.12.0",
"graphql": "15.0.0",
Expand All @@ -39,7 +39,7 @@
"devDependencies": {
"@nestjs/cli": "7.1.2",
"@nestjs/schematics": "7.0.0",
"@nestjs/testing": "7.0.8",
"@nestjs/testing": "7.0.9",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/node": "13.13.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/federation/tag-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@nestjs-query/core": "0.8.7",
"@nestjs-query/query-graphql": "0.8.8",
"@nestjs-query/query-typeorm": "0.8.7",
"@nestjs/common": "7.0.8",
"@nestjs/core": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/platform-express": "7.0.8",
"@nestjs/platform-express": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"apollo-server-express": "2.12.0",
"graphql": "15.0.0",
Expand All @@ -39,7 +39,7 @@
"devDependencies": {
"@nestjs/cli": "7.1.2",
"@nestjs/schematics": "7.0.0",
"@nestjs/testing": "7.0.8",
"@nestjs/testing": "7.0.9",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/node": "13.13.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/federation/todo-item-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@nestjs-query/core": "0.8.7",
"@nestjs-query/query-graphql": "0.8.8",
"@nestjs-query/query-typeorm": "0.8.7",
"@nestjs/common": "7.0.8",
"@nestjs/core": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/platform-express": "7.0.8",
"@nestjs/platform-express": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"apollo-server-express": "2.12.0",
"graphql": "15.0.0",
Expand All @@ -39,7 +39,7 @@
"devDependencies": {
"@nestjs/cli": "7.1.2",
"@nestjs/schematics": "7.0.0",
"@nestjs/testing": "7.0.8",
"@nestjs/testing": "7.0.9",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/node": "13.13.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/nest-graphql-typeorm-multidb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@nestjs-query/core": "0.8.7",
"@nestjs-query/query-graphql": "0.8.8",
"@nestjs-query/query-typeorm": "0.8.7",
"@nestjs/common": "7.0.8",
"@nestjs/core": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/platform-express": "7.0.8",
"@nestjs/platform-express": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"apollo-server-express": "2.12.0",
"graphql": "15.0.0",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"@nestjs/cli": "7.1.2",
"@nestjs/schematics": "7.0.0",
"@nestjs/testing": "7.0.8",
"@nestjs/testing": "7.0.9",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/node": "13.13.2",
Expand Down
8 changes: 4 additions & 4 deletions examples/nest-graphql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@nestjs-query/core": "0.8.7",
"@nestjs-query/query-graphql": "0.8.8",
"@nestjs-query/query-typeorm": "0.8.7",
"@nestjs/common": "7.0.8",
"@nestjs/core": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/core": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/platform-express": "7.0.8",
"@nestjs/platform-express": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"apollo-server-express": "2.12.0",
"graphql": "15.0.0",
Expand All @@ -38,7 +38,7 @@
"devDependencies": {
"@nestjs/cli": "7.1.2",
"@nestjs/schematics": "7.0.0",
"@nestjs/testing": "7.0.8",
"@nestjs/testing": "7.0.9",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/node": "13.13.2",
Expand Down
24 changes: 12 additions & 12 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 @@ -34,11 +34,11 @@
"lodash.merge": "4.6.2"
},
"peerDependencies": {
"@nestjs/common": "7.0.8",
"@nestjs/common": "7.0.9",
"class-transformer": "0.2.3"
},
"devDependencies": {
"@nestjs/common": "7.0.8",
"@nestjs/common": "7.0.9",
"@types/lodash.merge": "4.6.6",
"class-transformer": "0.2.3",
"ts-mockito": "2.5.0",
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 @@ -45,7 +45,7 @@
"upper-case-first": "2.0.1"
},
"peerDependencies": {
"@nestjs/common": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/graphql": "7.3.1",
"class-transformer": "0.2.3",
"class-validator": "0.12.2",
Expand All @@ -55,9 +55,9 @@
"reflect-metadata": "0.1.13"
},
"devDependencies": {
"@nestjs/common": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/graphql": "7.3.4",
"@nestjs/testing": "7.0.8",
"@nestjs/testing": "7.0.9",
"@types/graphql": "14.5.0",
"@types/graphql-relay": "0.6.0",
"@types/lodash.omit": "4.5.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 @@ -21,13 +21,13 @@
"@nestjs-query/core": "0.8.7"
},
"peerDependencies": {
"@nestjs/common": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"class-transformer": "0.2.3",
"typeorm": "0.2.24"
},
"devDependencies": {
"@nestjs/common": "7.0.8",
"@nestjs/common": "7.0.9",
"@nestjs/typeorm": "7.0.0",
"class-transformer": "0.2.3",
"sqlite3": "4.1.1",
Expand Down

0 comments on commit e71efea

Please sign in to comment.