diff --git a/examples/next/package.json b/examples/next/package.json index c0f50978..7fcfb03b 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -6,8 +6,8 @@ }, "dependencies": { "html-react-parser": "../../", - "next": "^10.0.0", - "react": "^17.0.1", - "react-dom": "^17.0.1" + "next": "^11.1.2", + "react": "^17.0.2", + "react-dom": "^17.0.2" } }