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 8329692 commit 1c4d70aCopy full SHA for 1c4d70a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "graphql-js-tree",
3
- "version": "2.0.2",
+ "version": "3.0.0",
4
"private": false,
5
"license": "MIT",
6
"description": "GraphQL Parser providing simplier structure",
@@ -29,6 +29,7 @@
29
"eslint": "^8.56.0",
30
"eslint-config-prettier": "^9.1.0",
31
"eslint-plugin-prettier": "^5.1.2",
32
+ "graphql": "^16.8.1",
33
"husky": "^8.0.3",
34
"jest": "^29.7.0",
35
"prettier": "^3.1.1",
@@ -38,7 +39,7 @@
38
39
"typescript": "^5.3.3",
40
"typescript-transform-paths": "^3.4.6"
41
},
- "dependencies": {
42
- "graphql": "^16.8.1"
+ "peerDependencies": {
43
+ "graphql": "^16.0.0 || ^17.0.0"
44
}
45
0 commit comments