From 4ff459730a1bd9bcdad88fe487a5ff70c677494c Mon Sep 17 00:00:00 2001 From: Rishabh Poddar Date: Sun, 15 May 2022 21:23:02 +0530 Subject: [PATCH] Update to with-supertokens example (#36906) Update version of supertokens-auth-react to add react 18 support. Co-authored-by: Bhumil Sarvaiya <21988812+bhumilsarvaiya@users.noreply.github.com> Co-authored-by: Joel Coutinho <6310783+jscyo@users.noreply.github.com> --- examples/with-supertokens/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-supertokens/package.json b/examples/with-supertokens/package.json index 2644c54301a0a..7e63692184f13 100644 --- a/examples/with-supertokens/package.json +++ b/examples/with-supertokens/package.json @@ -9,7 +9,7 @@ "next": "latest", "react": "^18.0.0", "react-dom": "^18.0.0", - "supertokens-auth-react": "^0.20.2", + "supertokens-auth-react": "^0.21.2", "supertokens-node": "^9.1.1" } }