We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef5810 commit f636797Copy full SHA for f636797
.github/dependabot.yml
@@ -7,8 +7,3 @@ updates:
7
directory: "/" # Location of package manifests
8
schedule:
9
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
@@ -6,7 +6,7 @@
6
"main": "src/index.jsx",
"dependencies": {
"@apollo/client": "^3.6.8",
- "graphql": "^15.6.1",
+ "graphql": "^16.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
0 commit comments