Skip to content

Commit

Permalink
Update graphql-react peer and dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Oct 6, 2020
1 parent 5886f98 commit ee678c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Patch

- Updated dependencies.
- Updated the [`graphql-react`](https://npm.im/graphql-react) peer dependency to `11 - 12`.

## 8.0.1

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"browserslist": "Node 10.17 - 11 and Node < 11, Node 12 - 13 and Node < 13, Node >= 13.7, > 0.5%, not OperaMini all, not dead",
"peerDependencies": {
"graphql-react": "^11.0.0",
"graphql-react": "11 - 12",
"next": "^9.0.3",
"react": "^16.8.0"
},
Expand Down Expand Up @@ -69,7 +69,7 @@
"eslint-plugin-react-hooks": "^4.1.2",
"graphql": "^15.3.0",
"graphql-api-koa": "^6.0.0",
"graphql-react": "^11.2.0",
"graphql-react": "^12.0.0",
"hard-rejection": "^2.1.0",
"install-from": "^2.0.1",
"jsdoc-md": "^7.0.0",
Expand Down

0 comments on commit ee678c1

Please sign in to comment.