diff --git a/package.json b/package.json index 13cda59..2ec4c3a 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",