Skip to content

Commit f636797

Browse files
Bump GraphQL version 15.6.1 -> 16.6.0 (#121)
* Bump GraphQL version 15.6.1 -> 16.6.0 * Update dependabot.yml
1 parent 4ef5810 commit f636797

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,3 @@ updates:
77
directory: "/" # Location of package manifests
88
schedule:
99
interval: "daily"
10-
ignore:
11-
- dependency-name: "graphql"
12-
# Currently the graphql module seems to break on Codesandbox when
13-
# over version 16, so we'll keep it on 15.x until this is resolved.
14-
# See issue apollo-client/#9943.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "src/index.jsx",
77
"dependencies": {
88
"@apollo/client": "^3.6.8",
9-
"graphql": "^15.6.1",
9+
"graphql": "^16.6.0",
1010
"react": "^18.2.0",
1111
"react-dom": "^18.2.0"
1212
},

0 commit comments

Comments
 (0)