Skip to content

Commit ce4e290

Browse files
chore(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.3 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.8 to 19.2.9 - [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.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9fdd45 commit ce4e290

File tree

3 files changed

+327
-327
lines changed

3 files changed

+327
-327
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"client-only": "^0.0.1",
2020
"lucide-react": "^0.562.0",
21-
"react": "^19.2.3",
21+
"react": "^19.2.4",
2222
"react-dom": "^19.2.3",
2323
"server-only": "^0.0.1",
2424
"tailwind-merge": "^3.4.0"

packages/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@tailwindcss/postcss": "^4.1.18",
2323
"@types/mdx": "^2.0.13",
2424
"@types/node": "^25.0.8",
25-
"@types/react": "^19.2.8",
25+
"@types/react": "^19.2.9",
2626
"autoprefixer": "^10.4.23",
2727
"client-only": "^0.0.1",
2828
"dotenv": "^16.4.5",
@@ -33,7 +33,7 @@
3333
"next": "^16.1.2",
3434
"openai": "^4.0.0",
3535
"postcss": "^8.5.6",
36-
"react": "^19.2.3",
36+
"react": "^19.2.4",
3737
"react-dom": "^19.2.3",
3838
"remark-directive": "^4.0.0",
3939
"server-only": "^0.0.1",

0 commit comments

Comments
 (0)