Skip to content

Commit a5276ed

Browse files
Bump the production-dependencies group across 1 directory with 3 updates (#729)
Bumps the production-dependencies group with 3 updates in the /react-nextjs directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). Updates `react` from 19.2.0 to 19.2.1 - [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.1/packages/react) Updates `@types/react` from 19.2.6 to 19.2.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 19.2.0 to 19.2.1 - [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.1/packages/react-dom) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@types/react" dependency-version: 19.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: react-dom dependency-version: 19.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 428ee6e commit a5276ed

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

react-nextjs/package-lock.json

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

react-nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
},
1717
"dependencies": {
1818
"@types/node": "^24.10.1",
19-
"@types/react": "^19.2.5",
19+
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
2121
"bootstrap": "^5.3.8",
2222
"next": "^16.0.7",
23-
"react": "^19.2.0",
23+
"react": "^19.2.1",
2424
"react-bootstrap": "^2.10.10",
25-
"react-dom": "^19.2.0",
25+
"react-dom": "^19.2.1",
2626
"typescript": "^5.9.3"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)