From 5fb6980c4435d05a6d3d31ae4a57aaf4940f0abd Mon Sep 17 00:00:00 2001 From: Rishabh Poddar Date: Thu, 3 Mar 2022 21:59:56 +0530 Subject: [PATCH] Update supertokens demo app (#35007) New version of supertokens-auth-react. 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 5f4e2067c308..ae96a6debfd8 100644 --- a/examples/with-supertokens/package.json +++ b/examples/with-supertokens/package.json @@ -9,7 +9,7 @@ "next": "latest", "react": "^17.0.1", "react-dom": "^17.0.1", - "supertokens-auth-react": "^0.18.0", + "supertokens-auth-react": "^0.19.0", "supertokens-node": "^9.0.0" } }