Skip to content

Commit

Permalink
graphql removed from deps - moved to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aexol committed Jul 15, 2024
1 parent 8329692 commit 1c4d70a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-js-tree",
"version": "2.0.2",
"version": "3.0.0",
"private": false,
"license": "MIT",
"description": "GraphQL Parser providing simplier structure",
Expand Down Expand Up @@ -29,6 +29,7 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"graphql": "^16.8.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"prettier": "^3.1.1",
Expand All @@ -38,7 +39,7 @@
"typescript": "^5.3.3",
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"graphql": "^16.8.1"
"peerDependencies": {
"graphql": "^16.0.0 || ^17.0.0"
}
}

0 comments on commit 1c4d70a

Please sign in to comment.