Skip to content

Commit 3dadcf1

Browse files
Bump react and @types/react in /typescript-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.1.0 to 19.2.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.2.0/packages/react) Updates `@types/react` from 19.1.8 to 19.2.7 - [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.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-version: 19.2.7 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6c1457 commit 3dadcf1

File tree

2 files changed

+39
-45
lines changed

2 files changed

+39
-45
lines changed

typescript-react/package-lock.json

Lines changed: 37 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"test": "vitest run"
1212
},
1313
"dependencies": {
14-
"react": "^19.1.0",
14+
"react": "^19.2.0",
1515
"react-dom": "^19.1.0"
1616
},
1717
"devDependencies": {
1818
"@testing-library/jest-dom": "^6.6.3",
1919
"@testing-library/react": "^16.3.0",
2020
"@testing-library/user-event": "^14.6.1",
21-
"@types/react": "^19.1.8",
21+
"@types/react": "^19.2.7",
2222
"@types/react-dom": "^18.3.0",
2323
"@types/testing-library__user-event": "^4.2.0",
2424
"@typescript-eslint/eslint-plugin": "^8.46.4",

0 commit comments

Comments
 (0)