Skip to content

Commit 87f90b8

Browse files
build(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 18.3.1 to 19.0.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.0.0/packages/react) Updates `@types/react` from 18.3.12 to 19.0.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-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8310315 commit 87f90b8

File tree

2 files changed

+11
-21
lines changed

2 files changed

+11
-21
lines changed

Diff for: package-lock.json

+9-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@tabler/icons-react": "^3.30.0",
1717
"next": "15.1.7",
1818
"node-html-parser": "^7.0.1",
19-
"react": "^18",
19+
"react": "^19",
2020
"react-device-detect": "^2.2.3",
2121
"react-dom": "^18",
2222
"recharts": "^2.15.1"
@@ -27,7 +27,7 @@
2727
"@types/d3": "^7.4.3",
2828
"@types/jsdom": "^21.1.7",
2929
"@types/node": "^22",
30-
"@types/react": "^18",
30+
"@types/react": "^19",
3131
"@types/react-dom": "^18",
3232
"@typescript-eslint/eslint-plugin": "^8.24.1",
3333
"@typescript-eslint/parser": "^8.24.1",

0 commit comments

Comments
 (0)