diff --git a/examples/with-supertokens/package.json b/examples/with-supertokens/package.json index 829c98de05ff7bb..62164f491c28bd7 100644 --- a/examples/with-supertokens/package.json +++ b/examples/with-supertokens/package.json @@ -7,8 +7,8 @@ }, "dependencies": { "next": "latest", - "react": "17.0.1", - "react-dom": "17.0.1", + "react": "^17.0.1", + "react-dom": "^17.0.1", "supertokens-auth-react": "^0.18.0", "supertokens-node": "^8.1.0" },