Skip to content

Commit 0885fa7

Browse files
chore(deps): bump react-dom from 18.3.1 to 19.2.3
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.3.1 to 19.2.3. - [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.3/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db73ddd commit 0885fa7

4 files changed

Lines changed: 268 additions & 260 deletions

File tree

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lucide-react": "^0.562.0",
1717
"next": "^16.1.4",
1818
"react": "^19.0.0",
19-
"react-dom": "^19.0.0",
19+
"react-dom": "^19.2.3",
2020
"zod": "^4.3.5"
2121
},
2222
"devDependencies": {

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"clsx": "^2.1.0",
2222
"lucide-react": "^0.344.0",
2323
"react": "^18.3.1",
24-
"react-dom": "^18.3.1",
24+
"react-dom": "^19.2.3",
2525
"react-hook-form": "^7.54.2",
2626
"react-router-dom": "^7.12.0",
2727
"tailwind-merge": "^2.2.1"

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"postcss": "^8.4.0",
3434
"postcss-cli": "^11.0.0",
3535
"react": "^18.2.0",
36-
"react-dom": "^18.2.0",
36+
"react-dom": "^19.2.3",
3737
"tailwindcss": "^4.1.18",
3838
"tsup": "^8.0.0",
3939
"typescript": "^5.0.0",

0 commit comments

Comments
 (0)