From 6a2e9c124b69e2d4bb026ff4b5901ed2ea8f517e Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Mon, 25 Dec 2023 00:20:48 +0100 Subject: [PATCH] docs: reset dependencies to latest --- examples/with-emailverification-with-otp/package.json | 4 ++-- .../backend/package.json | 2 +- .../frontend/package.json | 4 ++-- .../backend/package.json | 2 +- .../frontend/package.json | 4 ++-- examples/with-multifactorauth/backend/package.json | 2 +- examples/with-multifactorauth/frontend/package.json | 4 ++-- examples/with-phone-password/package.json | 4 ++-- test/server/package-lock.json | 8 ++++---- test/server/package.json | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/with-emailverification-with-otp/package.json b/examples/with-emailverification-with-otp/package.json index 65345d38c..46c2dee5c 100644 --- a/examples/with-emailverification-with-otp/package.json +++ b/examples/with-emailverification-with-otp/package.json @@ -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" diff --git a/examples/with-multifactorauth-phone-chooser/backend/package.json b/examples/with-multifactorauth-phone-chooser/backend/package.json index 90d3cc70f..c4ba073e1 100644 --- a/examples/with-multifactorauth-phone-chooser/backend/package.json +++ b/examples/with-multifactorauth-phone-chooser/backend/package.json @@ -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" }, diff --git a/examples/with-multifactorauth-phone-chooser/frontend/package.json b/examples/with-multifactorauth-phone-chooser/frontend/package.json index 34929bb5f..009f61f7b 100644 --- a/examples/with-multifactorauth-phone-chooser/frontend/package.json +++ b/examples/with-multifactorauth-phone-chooser/frontend/package.json @@ -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" }, diff --git a/examples/with-multifactorauth-recovery-codes/backend/package.json b/examples/with-multifactorauth-recovery-codes/backend/package.json index d9a8f8a3c..c4ba073e1 100644 --- a/examples/with-multifactorauth-recovery-codes/backend/package.json +++ b/examples/with-multifactorauth-recovery-codes/backend/package.json @@ -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" }, diff --git a/examples/with-multifactorauth-recovery-codes/frontend/package.json b/examples/with-multifactorauth-recovery-codes/frontend/package.json index 34929bb5f..009f61f7b 100644 --- a/examples/with-multifactorauth-recovery-codes/frontend/package.json +++ b/examples/with-multifactorauth-recovery-codes/frontend/package.json @@ -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" }, diff --git a/examples/with-multifactorauth/backend/package.json b/examples/with-multifactorauth/backend/package.json index d9a8f8a3c..c4ba073e1 100644 --- a/examples/with-multifactorauth/backend/package.json +++ b/examples/with-multifactorauth/backend/package.json @@ -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" }, diff --git a/examples/with-multifactorauth/frontend/package.json b/examples/with-multifactorauth/frontend/package.json index 34929bb5f..009f61f7b 100644 --- a/examples/with-multifactorauth/frontend/package.json +++ b/examples/with-multifactorauth/frontend/package.json @@ -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" }, diff --git a/examples/with-phone-password/package.json b/examples/with-phone-password/package.json index 35e8d8989..f53629bb0 100644 --- a/examples/with-phone-password/package.json +++ b/examples/with-phone-password/package.json @@ -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" diff --git a/test/server/package-lock.json b/test/server/package-lock.json index 712b7e67c..ca6e45e0c 100644 --- a/test/server/package-lock.json +++ b/test/server/package-lock.json @@ -16,7 +16,7 @@ "express": "4.17.1", "morgan": "^1.10.0", "otpauth": "^9.2.0", - "supertokens-node": "github:supertokens/supertokens-node#pr-comments" + "supertokens-node": "github:supertokens/supertokens-node#feat/mfa/base" } }, "node_modules/accepts": { @@ -1042,7 +1042,7 @@ }, "node_modules/supertokens-node": { "version": "16.6.8", - "resolved": "git+ssh://git@github.com/supertokens/supertokens-node.git#316f8e74a0d54f14cc79ee81d115630073df78c6", + "resolved": "git+ssh://git@github.com/supertokens/supertokens-node.git#0ffa8ed5e69c798a44970f119611d031ffc82733", "license": "Apache-2.0", "dependencies": { "content-type": "^1.0.5", @@ -2013,8 +2013,8 @@ "integrity": "sha512-r0JFBjkMIdep3Lbk3JA+MpnpuOtw4RSyrlRAbrzMcxwiYco3GFWl/daimQZ5b1forOiUODpOlXbSOljP/oyurg==" }, "supertokens-node": { - "version": "git+ssh://git@github.com/supertokens/supertokens-node.git#316f8e74a0d54f14cc79ee81d115630073df78c6", - "from": "supertokens-node@github:supertokens/supertokens-node#pr-comments", + "version": "git+ssh://git@github.com/supertokens/supertokens-node.git#0ffa8ed5e69c798a44970f119611d031ffc82733", + "from": "supertokens-node@github:supertokens/supertokens-node#feat/mfa/base", "requires": { "content-type": "^1.0.5", "cookie": "0.4.0", diff --git a/test/server/package.json b/test/server/package.json index 86b743cb1..3bce6a99c 100644 --- a/test/server/package.json +++ b/test/server/package.json @@ -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" } }