Skip to content

Commit f044ec0

Browse files
build(deps): Bump react and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.2.1 to 19.2.4 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react) Updates `@types/react` from 19.2.7 to 19.2.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/react" dependency-version: 19.2.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e9c51e commit f044ec0

9 files changed

Lines changed: 6447 additions & 2988 deletions

File tree

apps/dashboard/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"pluralize": "^8.0.0",
5454
"posthog-js": "1.256.1",
5555
"prettier": "3.6.2",
56-
"react": "19.2.1",
56+
"react": "19.2.4",
5757
"react-children-utilities": "^2.10.0",
5858
"react-day-picker": "^8.10.1",
5959
"react-dom": "19.2.1",
@@ -92,7 +92,7 @@
9292
"@types/node": "22.14.1",
9393
"@types/papaparse": "^5.3.16",
9494
"@types/pluralize": "^0.0.33",
95-
"@types/react": "19.2.7",
95+
"@types/react": "19.2.14",
9696
"@types/react-dom": "19.2.3",
9797
"@types/react-table": "^7.7.20",
9898
"@types/spdx-correct": "^3.1.3",

apps/nebula/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"nextjs-toploader": "^1.6.12",
2626
"posthog-js": "1.256.1",
2727
"prettier": "3.6.2",
28-
"react": "19.2.1",
28+
"react": "19.2.4",
2929
"react-children-utilities": "^2.10.0",
3030
"react-dom": "19.2.1",
3131
"react-hook-form": "7.55.0",
@@ -48,7 +48,7 @@
4848
"@storybook/addon-onboarding": "9.0.15",
4949
"@storybook/nextjs": "9.0.15",
5050
"@types/node": "22.14.1",
51-
"@types/react": "19.2.7",
51+
"@types/react": "19.2.14",
5252
"@types/react-dom": "19.2.3",
5353
"@typescript-eslint/eslint-plugin": "7.14.1",
5454
"@typescript-eslint/parser": "7.14.1",

apps/playground-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"openapi-types": "12.1.3",
3535
"posthog-js": "1.256.1",
3636
"prettier": "3.6.2",
37-
"react": "19.2.1",
37+
"react": "19.2.4",
3838
"react-children-utilities": "^2.10.0",
3939
"react-dom": "19.2.1",
4040
"react-hook-form": "7.55.0",
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@biomejs/biome": "2.0.6",
5656
"@types/node": "22.14.1",
57-
"@types/react": "19.2.7",
57+
"@types/react": "19.2.14",
5858
"@types/react-dom": "19.2.3",
5959
"autoprefixer": "^10.4.21",
6060
"eslint": "8.57.0",

apps/portal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"openapi-types": "12.1.3",
3030
"posthog-js": "1.256.1",
3131
"prettier": "3.6.2",
32-
"react": "19.2.1",
32+
"react": "19.2.4",
3333
"react-children-utilities": "^2.10.0",
3434
"react-dom": "19.2.1",
3535
"react-html-parser": "2.0.2",
@@ -51,7 +51,7 @@
5151
"@types/he": "^1.2.3",
5252
"@types/mdx": "^2.0.13",
5353
"@types/node": "22.14.1",
54-
"@types/react": "19.2.7",
54+
"@types/react": "19.2.14",
5555
"@types/react-dom": "19.2.3",
5656
"@types/react-html-parser": "^2.0.7",
5757
"@types/tryghost__content-api": "^1.3.16",

apps/wagmi-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"dependencies": {
1515
"@tanstack/react-query": "5.81.5",
1616
"@thirdweb-dev/wagmi-adapter": "workspace:*",
17-
"react": "19.2.1",
17+
"react": "19.2.4",
1818
"react-dom": "19.2.1",
1919
"thirdweb": "workspace:*",
2020
"viem": "2.39.0",
2121
"wagmi": "2.19.4"
2222
},
2323
"devDependencies": {
2424
"@biomejs/biome": "2.0.6",
25-
"@types/react": "19.2.7",
25+
"@types/react": "19.2.14",
2626
"@types/react-dom": "19.2.3",
2727
"@vitejs/plugin-react": "5.0.4",
2828
"@wagmi/cli": "latest",

apps/wallet-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lucide-react": "0.525.0",
1313
"next": "15.3.8",
1414
"next-themes": "^0.4.6",
15-
"react": "19.2.1",
15+
"react": "19.2.4",
1616
"react-dom": "19.2.1",
1717
"react-hook-form": "7.55.0",
1818
"server-only": "^0.0.1",
@@ -27,7 +27,7 @@
2727
"@biomejs/biome": "2.0.6",
2828
"@next/eslint-plugin-next": "15.3.8",
2929
"@types/node": "22.14.1",
30-
"@types/react": "19.2.7",
30+
"@types/react": "19.2.14",
3131
"@types/react-dom": "19.2.3",
3232
"@typescript-eslint/eslint-plugin": "7.14.1",
3333
"@typescript-eslint/parser": "7.14.1",

packages/thirdweb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@types/cross-spawn": "^6.0.6",
6666
"@types/prompts": "2.4.9",
6767
"@types/qrcode": "1.5.5",
68-
"@types/react": "19.2.7",
68+
"@types/react": "19.2.14",
6969
"@types/react-dom": "19.2.3",
7070
"@viem/anvil": "0.0.10",
7171
"@vitejs/plugin-react": "5.0.4",
@@ -80,7 +80,7 @@
8080
"knip": "5.60.2",
8181
"msw": "2.7.5",
8282
"prettier": "3.6.2",
83-
"react": "19.2.1",
83+
"react": "19.2.4",
8484
"react-dom": "19.2.1",
8585
"react-native": "0.78.1",
8686
"react-native-aes-gcm-crypto": "0.2.2",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@storybook/addon-links": "9.0.15",
5151
"@storybook/addon-onboarding": "9.0.15",
5252
"@storybook/nextjs": "9.0.15",
53-
"@types/react": "19.2.7",
53+
"@types/react": "19.2.14",
5454
"@types/react-dom": "19.2.3",
5555
"autoprefixer": "^10.4.21",
5656
"postcss": "8.5.6",

0 commit comments

Comments
 (0)