Skip to content

Commit 6c83c16

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

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@headlessui/react": "^2.1.2",
2020
"@heroicons/react": "^2.1.5",
2121
"next": "15.5.3",
22-
"react": "19.1.1",
23-
"react-dom": "19.1.1"
22+
"react": "19.2.0",
23+
"react-dom": "19.2.0"
2424
},
2525
"devDependencies": {
2626
"@commitlint/cli": "^19.3.0",
@@ -29,8 +29,8 @@
2929
"@semantic-release/changelog": "^6.0.3",
3030
"@semantic-release/git": "^10.0.1",
3131
"@semantic-release/github": "^11.0.0",
32-
"@types/react": "19.1.13",
33-
"@types/react-dom": "19.1.9",
32+
"@types/react": "19.2.2",
33+
"@types/react-dom": "19.2.1",
3434
"@testing-library/jest-dom": "^6.4.1",
3535
"@testing-library/react": "^16.0.0",
3636
"@types/jest": "^30.0.0",
@@ -46,7 +46,7 @@
4646
"typescript": "^5"
4747
},
4848
"overrides": {
49-
"@types/react": "19.1.13",
50-
"@types/react-dom": "19.1.9"
49+
"@types/react": "19.2.2",
50+
"@types/react-dom": "19.2.1"
5151
}
5252
}

0 commit comments

Comments
 (0)