Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency supertokens-auth-react to v0.44.0 #10636

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/auth-providers/supertokens/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"@babel/core": "^7.22.20",
"@types/react": "^18.2.55",
"react": "19.0.0-beta-04b058868c-20240508",
"supertokens-auth-react": "0.39.1",
"supertokens-auth-react": "0.44.0",
"typescript": "5.4.5",
"vitest": "1.6.0"
},
"peerDependencies": {
"supertokens-auth-react": "0.39.1"
"supertokens-auth-react": "0.44.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7822,11 +7822,11 @@ __metadata:
"@types/react": "npm:^18.2.55"
core-js: "npm:3.37.1"
react: "npm:19.0.0-beta-04b058868c-20240508"
supertokens-auth-react: "npm:0.39.1"
supertokens-auth-react: "npm:0.44.0"
typescript: "npm:5.4.5"
vitest: "npm:1.6.0"
peerDependencies:
supertokens-auth-react: 0.39.1
supertokens-auth-react: 0.44.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -30120,9 +30120,9 @@ __metadata:
languageName: node
linkType: hard

"supertokens-auth-react@npm:0.39.1":
version: 0.39.1
resolution: "supertokens-auth-react@npm:0.39.1"
"supertokens-auth-react@npm:0.44.0":
version: 0.44.0
resolution: "supertokens-auth-react@npm:0.44.0"
dependencies:
intl-tel-input: "npm:^17.0.19"
prop-types: "npm:*"
Expand All @@ -30131,8 +30131,8 @@ __metadata:
peerDependencies:
react: ">=16.8.0"
react-dom: ">=16.8.0"
supertokens-web-js: ^0.10.0
checksum: 10c0/d3f08000a0fd76a63baa1bfa32edd9e38355d11f1a21e5d8b4e8f9e77320027596bb94d2046d43ac7dd2842626174b82f0f463b16e61031fbf2f8b4a66eb1856
supertokens-web-js: ^0.13.0
checksum: 10c0/10d2b59759230aeae463c4d88ee02db17f493a6bde185ac8c980a2d771b079f31de6ec9d55a66c630d9303156532bf5b26dc2ea991a932d664d1607f32e0e700
languageName: node
linkType: hard

Expand Down
Loading