Skip to content

Commit

Permalink
docs: reset dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Dec 24, 2023
1 parent c1eb854 commit 6a2e9c1
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions examples/with-emailverification-with-otp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "github:supertokens/supertokens-auth-react#feat/mfa/base",
"supertokens-node": "github:supertokens/supertokens-node#feat/mfa/base",
"supertokens-auth-react": "latest",
"supertokens-node": "latest",
"ts-node": "^10.8.0",
"typescript": "^4.7.2",
"web-vitals": "^2.1.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"helmet": "^5.1.0",
"morgan": "^1.10.0",
"npm-run-all": "^4.1.5",
"supertokens-node": "github:supertokens/supertokens-node#feat/mfa/base",
"supertokens-node": "latest",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.1",
"supertokens-auth-react": "github:supertokens/supertokens-auth-react#feat/mfa/tests",
"supertokens-web-js": "github:supertokens/supertokens-web-js#feat/mfa",
"supertokens-auth-react": "latest",
"supertokens-web-js": "latest",
"typescript": "^4.8.2",
"web-vitals": "^2.1.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"helmet": "^5.1.0",
"morgan": "^1.10.0",
"npm-run-all": "^4.1.5",
"supertokens-node": "github:supertokens/supertokens-node#mfa-impl",
"supertokens-node": "latest",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.1",
"supertokens-auth-react": "github:supertokens/supertokens-auth-react#feat/mfa/tests",
"supertokens-web-js": "github:supertokens/supertokens-web-js#feat/mfa",
"supertokens-auth-react": "latest",
"supertokens-web-js": "latest",
"typescript": "^4.8.2",
"web-vitals": "^2.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-multifactorauth/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"helmet": "^5.1.0",
"morgan": "^1.10.0",
"npm-run-all": "^4.1.5",
"supertokens-node": "github:supertokens/supertokens-node#mfa-impl",
"supertokens-node": "latest",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-multifactorauth/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.1",
"supertokens-auth-react": "github:supertokens/supertokens-auth-react#feat/mfa/tests",
"supertokens-web-js": "github:supertokens/supertokens-web-js#feat/mfa",
"supertokens-auth-react": "latest",
"supertokens-web-js": "latest",
"typescript": "^4.8.2",
"web-vitals": "^2.1.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/with-phone-password/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"supertokens-auth-react": "github:supertokens/supertokens-auth-react#feat/mfa/tests",
"supertokens-node": "github:supertokens/supertokens-node#mfa-impl",
"supertokens-auth-react": "latest",
"supertokens-node": "latest",
"ts-node-dev": "^2.0.0",
"typescript": "^4.6.4",
"web-vitals": "^2.1.4"
Expand Down
8 changes: 4 additions & 4 deletions test/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"express": "4.17.1",
"morgan": "^1.10.0",
"otpauth": "^9.2.0",
"supertokens-node": "github:supertokens/supertokens-node#pr-comments"
"supertokens-node": "latest"
}
}

0 comments on commit 6a2e9c1

Please sign in to comment.