Skip to content

Commit f525b23

Browse files
build(deps-dev): 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.13 to 19.1.0 - [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:development 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 1105aa1 commit f525b23

File tree

2 files changed

+45
-60
lines changed

2 files changed

+45
-60
lines changed

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@testing-library/jest-dom": "^6.6.3",
5353
"@testing-library/react": "^16.1.0",
5454
"@types/jest": "^29.5.14",
55-
"@types/react": "^18.3.3",
55+
"@types/react": "^19.1.2",
5656
"@types/react-dom": "^18.3.0",
5757
"@types/react-test-renderer": "^18.3.0",
5858
"@typescript-eslint/eslint-plugin": "^8.20.0",
@@ -68,7 +68,7 @@
6868
"jest-environment-jsdom": "^29.7.0",
6969
"jest-mock": "^29.7.0",
7070
"lint-staged": "^15.2.10",
71-
"react": "^18.3.1",
71+
"react": "^19.1.0",
7272
"react-dom": "^18.3.1",
7373
"react-test-renderer": "^18.3.1",
7474
"ts-jest": "^29.2.5",

0 commit comments

Comments
 (0)