Skip to content

Commit

Permalink
chore(deps): update dependency @nestjs/schematics to v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 1, 2020
1 parent fe181ae commit 955a102
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 69 deletions.
2 changes: 1 addition & 1 deletion examples/federation/graphql-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@nestjs/cli": "7.2.0",
"@nestjs/schematics": "7.0.0",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.1.1",
"@types/express": "4.17.6",
"@types/jest": "25.2.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/sub-task-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@nestjs/cli": "7.2.0",
"@nestjs/schematics": "7.0.0",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.1.1",
"@types/express": "4.17.6",
"@types/jest": "25.2.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/tag-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@nestjs/cli": "7.2.0",
"@nestjs/schematics": "7.0.0",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.1.1",
"@types/express": "4.17.6",
"@types/jest": "25.2.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/todo-item-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@nestjs/cli": "7.2.0",
"@nestjs/schematics": "7.0.0",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.1.1",
"@types/express": "4.17.6",
"@types/jest": "25.2.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@nestjs/cli": "7.2.0",
"@nestjs/schematics": "7.0.0",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.1.1",
"@types/express": "4.17.6",
"@types/jest": "25.2.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@nestjs/cli": "7.2.0",
"@nestjs/schematics": "7.0.0",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.1.1",
"@types/express": "4.17.6",
"@types/jest": "25.2.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-typeorm-multidb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@nestjs/cli": "7.2.0",
"@nestjs/schematics": "7.0.0",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.1.1",
"@types/express": "4.17.6",
"@types/jest": "25.2.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-typeorm-soft-delete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@nestjs/cli": "7.2.0",
"@nestjs/schematics": "7.0.0",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.1.1",
"@types/express": "4.17.6",
"@types/jest": "25.2.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nest-graphql-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@nestjs/cli": "7.2.0",
"@nestjs/schematics": "7.0.0",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.1.1",
"@types/express": "4.17.6",
"@types/jest": "25.2.3",
Expand Down
91 changes: 31 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 955a102

Please sign in to comment.