Skip to content

Commit 2a2c62b

Browse files
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 18.3.1 to 19.1.0 - [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.1.0/packages/react) Updates `@types/react` from 18.3.20 to 19.0.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e749fdb commit 2a2c62b

File tree

2 files changed

+93
-124
lines changed

2 files changed

+93
-124
lines changed

apps/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@tailwindcss/postcss": "^4.0.17",
1919
"@tailwindcss/typography": "^0.5.16",
2020
"@types/node": "^20.17.28",
21-
"@types/react": "^18.3.20",
21+
"@types/react": "^19.0.12",
2222
"@types/react-dom": "^18.3.5",
2323
"@types/react-highlight-words": "^0.16.7",
2424
"clsx": "^2.1.1",
@@ -28,7 +28,7 @@
2828
"next": "^14.2.26",
2929
"next-themes": "^0.2.1",
3030
"prism-react-renderer": "^2.4.1",
31-
"react": "^18.3.1",
31+
"react": "^19.1.0",
3232
"react-dom": "^18.3.1",
3333
"react-highlight-words": "^0.20.0",
3434
"simple-functional-loader": "^1.2.1",

0 commit comments

Comments
 (0)