Skip to content

Commit f56d585

Browse files
chore(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 17.0.2 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.2.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: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] <support@github.com>
1 parent d6a0276 commit f56d585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@testing-library/react-hooks": "7.0.2",
5353
"@types/jest": "29.5.14",
5454
"@types/node": "22.14.1",
55-
"@types/react": "18.2.20",
55+
"@types/react": "19.1.2",
5656
"@types/react-dom": "18.2.7",
5757
"axios": "1.8.4",
5858
"cross-env": "7.0.3",
@@ -68,7 +68,7 @@
6868
"lint-staged": "15.5.1",
6969
"npm-run-all": "4.1.5",
7070
"prettier": "3.5.3",
71-
"react": "17.0.2",
71+
"react": "19.1.0",
7272
"react-dom": "17.0.2",
7373
"rimraf": "6.0.1",
7474
"shx": "0.4.0",

0 commit comments

Comments
 (0)