Skip to content

Commit c1ff885

Browse files
fix(deps): update react monorepo (#2146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a27113a commit c1ff885

File tree

6 files changed

+148
-20
lines changed

6 files changed

+148
-20
lines changed

benchmarks/tailwind-component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@react-email/components": "workspace:*",
2020
"@react-email/render": "workspace:*",
2121
"@react-email/tailwind": "workspace:*",
22-
"react": "19.0.0",
23-
"react-dom": "19.0.0",
22+
"react": "19.2.3",
23+
"react-dom": "19.2.3",
2424
"tailwind-0.0.12": "npm:@react-email/tailwind@0.0.12",
2525
"tailwind-0.0.17": "npm:@react-email/tailwind@0.0.17",
2626
"tinybench": "3.1.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@biomejs/biome": "2.3.10",
1818
"@changesets/cli": "2.29.8",
1919
"@types/node": "22.14.1",
20-
"@types/react": "19.0.1",
21-
"@types/react-dom": "19.0.1",
20+
"@types/react": "19.2.7",
21+
"@types/react-dom": "19.2.3",
2222
"happy-dom": "20.0.11",
2323
"pkg-pr-new": "0.0.62",
2424
"tsconfig": "workspace:*",

packages/create-email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"nypm": "0.6.0",
34-
"react": "19.0.0",
34+
"react": "19.2.3",
3535
"tsconfig": "workspace:*",
3636
"typescript": "5.8.3"
3737
}

packages/preview-server/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"main": "./index.mjs",
1515
"dependencies": {
16-
"next": "16.0.10"
16+
"next": "16.1.1"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "7.26.10",
@@ -50,8 +50,8 @@
5050
"@types/mime-types": "2.1.4",
5151
"@types/node": "22.14.1",
5252
"@types/normalize-path": "3.0.2",
53-
"@types/react": "19.0.10",
54-
"@types/react-dom": "19.0.4",
53+
"@types/react": "19.2.7",
54+
"@types/react-dom": "19.2.3",
5555
"@types/webpack": "5.28.5",
5656
"clsx": "2.1.1",
5757
"colorjs.io": "0.5.2",
@@ -66,8 +66,8 @@
6666
"postcss": "8.5.6",
6767
"pretty-bytes": "6.1.1",
6868
"prism-react-renderer": "2.4.1",
69-
"react": "19.0.0",
70-
"react-dom": "19.0.0",
69+
"react": "19.2.3",
70+
"react-dom": "19.2.3",
7171
"resend": "6.4.0",
7272
"rimraf": "^6.1.2",
7373
"sharp": "0.34.4",

packages/react-email/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"@types/babel__traverse": "7.20.7",
5252
"@types/mime-types": "2.1.4",
5353
"@types/prompts": "2.4.9",
54-
"next": "16.0.10",
55-
"react": "19.0.0",
56-
"react-dom": "19.0.0",
54+
"next": "16.1.1",
55+
"react": "19.2.3",
56+
"react-dom": "19.2.3",
5757
"shlex": "3.0.0",
5858
"tsx": "4.21.0",
5959
"typescript": "5.8.3"

pnpm-lock.yaml

Lines changed: 135 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)