Skip to content

Commit 87b51b9

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.10 - [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.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fe8389 commit 87b51b9

3 files changed

Lines changed: 385 additions & 385 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"katex": "^0.16.27",
2424
"lucide-react": "^0.562.0",
2525
"next": "16.1.2",
26-
"react": "^19.2.3",
26+
"react": "^19.2.4",
2727
"react-dom": "^19.2.3",
2828
"rehype-katex": "^7.0.1",
2929
"remark-directive": "^4.0.0",

packages/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"@tailwindcss/postcss": "^4.1.18",
2121
"@types/mdx": "^2.0.13",
2222
"@types/node": "^25.0.8",
23-
"@types/react": "^19.2.8",
23+
"@types/react": "^19.2.10",
2424
"autoprefixer": "^10.4.23",
2525
"client-only": "^0.0.1",
2626
"dotenv": "^16.4.5",
2727
"openai": "^4.0.0",
2828
"postcss": "^8.5.6",
29-
"react": "^19.2.3",
29+
"react": "^19.2.4",
3030
"react-dom": "^19.2.3",
3131
"server-only": "^0.0.1",
3232
"tailwindcss": "^4.1.18",

0 commit comments

Comments
 (0)