Skip to content

Commit

Permalink
chore: update SDK version in examples (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed May 3, 2023
1 parent 30472da commit 302f76c
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion examples/with-aws-lambda/frontend/package.json
Expand Up @@ -23,7 +23,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-cli-login/package.json
Expand Up @@ -22,7 +22,7 @@
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-emailpassword-vercel/package.json
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"web-vitals": "^0.2.4"
},
Expand Down
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"web-vitals": "^0.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-emailverification-with-otp/package.json
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"ts-node": "^10.8.0",
"typescript": "^4.7.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-hasura-thirdpartyemailpassword/package.json
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"web-vitals": "^0.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-i18next/package.json
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"web-vitals": "^0.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-jwt-localstorage/package.json
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"ts-node": "^10.8.1",
"ts-node-dev": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-multiple-email-sign-in/package.json
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"ts-node": "^10.8.1",
"ts-node-dev": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-netlify/package.json
Expand Up @@ -18,7 +18,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-iframe/package.json
Expand Up @@ -13,7 +13,7 @@
"nextjs-cors": "^2.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5"
},
"license": "MIT"
Expand Down
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"web-vitals": "^0.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-okta-multi-tenant-pkce-flow/package.json
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"web-vitals": "^0.2.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-one-login-per-subdomain/package.json
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"web-vitals": "^0.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-phone-password/package.json
Expand Up @@ -19,7 +19,7 @@
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"ts-node-dev": "^2.0.0",
"typescript": "^4.6.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-sign-in-up-split-emailpassword/package.json
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"web-vitals": "^0.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-supabase/package.json
Expand Up @@ -10,7 +10,7 @@
"next": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5"
},
"devDependencies": {
Expand Down
Expand Up @@ -41,7 +41,7 @@
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"sirv-cli": "^2.0.0",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"svelte-navigator": "^3.1.5"
}
Expand Down
Expand Up @@ -22,7 +22,7 @@
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.2",
Expand Down
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.0.0",
"react-router-dom": "^6.2.1",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"ts-node-dev": "^2.0.0",
"web-vitals": "^0.2.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-thirdpartypasswordless-electron/package.json
Expand Up @@ -117,7 +117,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.3.0",
"supertokens-auth-react": "^0.31.3",
"supertokens-auth-react": "latest",
"supertokens-node": "^13.1.5",
"twilio": "^3.76.1",
"web-vitals": "^2.1.4"
Expand Down

0 comments on commit 302f76c

Please sign in to comment.