Skip to content

Commit

Permalink
fix(deps): update dependency graphql-config to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 31, 2021
1 parent 0330388 commit 5300110
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 26 deletions.
2 changes: 1 addition & 1 deletion integration/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@graphql-tools/load-files": "6.5.1",
"@types/node": "13.13.45",
"graphql": "15.6.1",
"graphql-config": "3.4.1",
"graphql-config": "4.1.0",
"graphql-tag": "2.12.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@graphql-cli/common": "^5.0.0",
"@graphql-cli/init": "^5.0.0",
"globby": "^11.0.2",
"graphql-config": "^3.2.0",
"graphql-config": "^4.0.0",
"open": "^7.4.2",
"yargs": "^16.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "tsc"
},
"peerDependencies": {
"graphql-config": "3.4.1",
"graphql-config": "4.1.0",
"yargs": "16.2.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion templates/fullstack/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cors": "2.8.5",
"express": "4.17.1",
"graphql": "15.6.1",
"graphql-config": "3.4.1",
"graphql-config": "4.1.0",
"graphql-tag": "2.12.5",
"knex": "0.95.11",
"pg": "8.7.1",
Expand Down
Loading

0 comments on commit 5300110

Please sign in to comment.