Skip to content

Commit 45c0457

Browse files
fix(deps): update react monorepo
1 parent bdc175c commit 45c0457

File tree

24 files changed

+126
-116
lines changed

24 files changed

+126
-116
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@mdx-js/react": "3.0.1",
3333
"clsx": "2.1.1",
3434
"prism-react-renderer": "2.4.0",
35-
"react": "18.2.0",
36-
"react-dom": "18.2.0",
35+
"react": "18.3.1",
36+
"react-dom": "18.3.1",
3737
"react-player": "2.16.0"
3838
},
3939
"devDependencies": {

docs/yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3621,13 +3621,22 @@ __metadata:
36213621
languageName: node
36223622
linkType: hard
36233623

3624-
"@types/react@npm:*, @types/react@npm:^18.2.55":
3625-
version: 18.3.18
3626-
resolution: "@types/react@npm:18.3.18"
3624+
"@types/react@npm:*":
3625+
version: 19.1.6
3626+
resolution: "@types/react@npm:19.1.6"
3627+
dependencies:
3628+
csstype: "npm:^3.0.2"
3629+
checksum: 10c0/8b10b198e28997b3c57559750f8bcf5ae7b33c554b16b6f4fe2ece1d4de6a2fc8cb53e7effe08ec9cb939d2f479eb97c5e08aac2cf83b10a90164fe451cc8ea2
3630+
languageName: node
3631+
linkType: hard
3632+
3633+
"@types/react@npm:^18.2.55":
3634+
version: 18.3.23
3635+
resolution: "@types/react@npm:18.3.23"
36273636
dependencies:
36283637
"@types/prop-types": "npm:*"
36293638
csstype: "npm:^3.0.2"
3630-
checksum: 10c0/8fb2b00672072135d0858dc9db07873ea107cc238b6228aaa2a9afd1ef7a64a7074078250db38afbeb19064be8ea6af5eac32d404efdd5f45e093cc4829d87f8
3639+
checksum: 10c0/49331800b76572eb2992a5c44801dbf8c612a5f99c8f4e4200f06c7de6f3a6e9455c661784a6c5469df96fa45622cb4a9d0982c44e6a0d5719be5f2ef1f545ed
36313640
languageName: node
36323641
linkType: hard
36333642

packages/auth-providers/auth0/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/react": "^18.2.55",
5858
"concurrently": "8.2.2",
5959
"publint": "0.3.12",
60-
"react": "19.0.0-rc-f2df5694-20240916",
60+
"react": "19.1.0",
6161
"tsx": "4.19.3",
6262
"typescript": "5.6.2",
6363
"vitest": "2.1.9"

packages/auth-providers/azureActiveDirectory/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/react": "^18.2.55",
5959
"concurrently": "8.2.2",
6060
"publint": "0.3.12",
61-
"react": "19.0.0-rc-f2df5694-20240916",
61+
"react": "19.1.0",
6262
"tsx": "4.19.3",
6363
"typescript": "5.6.2",
6464
"vitest": "2.1.9"

packages/auth-providers/clerk/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/react": "^18.2.55",
5959
"concurrently": "8.2.2",
6060
"publint": "0.3.12",
61-
"react": "19.0.0-rc-f2df5694-20240916",
61+
"react": "19.1.0",
6262
"tsx": "4.19.3",
6363
"typescript": "5.6.2",
6464
"vitest": "2.1.9"

packages/auth-providers/dbAuth/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.26.10",
3535
"@simplewebauthn/types": "9.0.1",
3636
"@types/react": "^18.2.55",
37-
"react": "19.0.0-rc-f2df5694-20240916",
37+
"react": "19.1.0",
3838
"typescript": "5.6.2",
3939
"vitest": "2.1.9"
4040
},

packages/auth-providers/firebase/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"concurrently": "8.2.2",
5858
"firebase": "10.14.1",
5959
"publint": "0.3.12",
60-
"react": "19.0.0-rc-f2df5694-20240916",
60+
"react": "19.1.0",
6161
"tsx": "4.19.3",
6262
"typescript": "5.6.2",
6363
"vitest": "2.1.9"

packages/auth-providers/netlify/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/react": "^18.2.55",
5858
"concurrently": "8.2.2",
5959
"publint": "0.3.12",
60-
"react": "19.0.0-rc-f2df5694-20240916",
60+
"react": "19.1.0",
6161
"tsx": "4.19.3",
6262
"typescript": "5.6.2",
6363
"vitest": "2.1.9"

packages/auth-providers/supabase/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/react": "^18.2.55",
5959
"concurrently": "8.2.2",
6060
"publint": "0.3.12",
61-
"react": "19.0.0-rc-f2df5694-20240916",
61+
"react": "19.1.0",
6262
"tsx": "4.19.3",
6363
"typescript": "5.6.2",
6464
"vitest": "2.1.9"

packages/auth-providers/supertokens/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/react": "^18.2.55",
5757
"concurrently": "8.2.2",
5858
"publint": "0.3.12",
59-
"react": "19.0.0-rc-f2df5694-20240916",
59+
"react": "19.1.0",
6060
"supertokens-auth-react": "0.39.1",
6161
"tsx": "4.19.3",
6262
"typescript": "5.6.2",

0 commit comments

Comments
 (0)