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] authored Sep 25, 2022
1 parent aa70956 commit cfee80a
Show file tree
Hide file tree
Showing 5 changed files with 429 additions and 35 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.2",
"@types/node": "13.13.45",
"graphql": "15.7.2",
"graphql-config": "3.4.1",
"graphql-config": "4.3.5",
"graphql-tag": "2.12.6"
},
"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.3.5",
"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.7.2",
"graphql-config": "3.4.1",
"graphql-config": "4.3.5",
"graphql-tag": "2.12.6",
"knex": "0.95.14",
"pg": "8.7.1",
Expand Down
Loading

0 comments on commit cfee80a

Please sign in to comment.