Skip to content

Commit

Permalink
Updated peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Jun 21, 2021
1 parent 005f02d commit f3519ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-with-apollo",
"version": "5.2.0",
"version": "5.2.1",
"description": "Apollo HOC for Next.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -45,9 +45,9 @@
"isomorphic-unfetch": "^3.0.0"
},
"peerDependencies": {
"next": "^9.0.0 || ^10.0.0",
"react": "^16.6.0 || ^17.0.0",
"react-dom": "^16.6.0 || ^17.0.0"
"next": "^9.0.0 || ^10.0.0 || ^11.0.0",
"react": "^16.6.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@apollo/react-hooks": "^3.0.1",
Expand Down

0 comments on commit f3519ab

Please sign in to comment.