Skip to content

Commit

Permalink
✏️ fixed non upgraded package
Browse files Browse the repository at this point in the history
  • Loading branch information
aexol committed Jan 23, 2023
1 parent 8303147 commit 8e1ac43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/graphql-zeus-jsonschema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"graphql": "^16.5.0",
"json-schema": "^0.3.0",
"graphql-js-tree": "^0.1.9"
"graphql-js-tree": "^0.2.5",
"json-schema": "^0.3.0"
},
"peerDependencies": {
"graphql-ws": ">=5"
Expand Down

0 comments on commit 8e1ac43

Please sign in to comment.