Skip to content

Commit fd6464a

Browse files
fix(deps): update react monorepo
1 parent 538a76b commit fd6464a

File tree

26 files changed

+182
-2097
lines changed

26 files changed

+182
-2097
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: 65 additions & 1981 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"dotenv": "16.4.7",
104104
"eslint": "8.57.1",
105105
"eslint-plugin-react": "7.36.1",
106-
"eslint-plugin-react-hooks": "4.6.0",
106+
"eslint-plugin-react-hooks": "4.6.2",
107107
"eslint-plugin-unused-imports": "3.2.0",
108108
"execa": "5.1.1",
109109
"fast-glob": "3.3.2",

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.11",
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.11",
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.11",
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.11",
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.11",
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.11",
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"

0 commit comments

Comments
 (0)