Skip to content

Commit 9ed35c9

Browse files
build(deps): bump react from 19.1.0 to 19.2.0 in /examples/hello-world
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/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) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce1591e commit 9ed35c9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"react": "^19.1.0",
6+
"react": "^19.2.0",
77
"react-datepicker": "^8.4.0",
88
"react-dom": "^19.1.0",
99
"react-scripts": "5.0.1"

examples/hello-world/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7130,7 +7130,7 @@ __metadata:
71307130
version: 0.0.0-use.local
71317131
resolution: "hello-world@workspace:."
71327132
dependencies:
7133-
react: "npm:^19.1.0"
7133+
react: "npm:^19.2.0"
71347134
react-datepicker: "npm:^8.4.0"
71357135
react-dom: "npm:^19.1.0"
71367136
react-scripts: "npm:5.0.1"
@@ -11016,10 +11016,10 @@ __metadata:
1101611016
languageName: node
1101711017
linkType: hard
1101811018

11019-
"react@npm:^19.1.0":
11020-
version: 19.1.0
11021-
resolution: "react@npm:19.1.0"
11022-
checksum: 10c0/530fb9a62237d54137a13d2cfb67a7db6a2156faed43eecc423f4713d9b20c6f2728b026b45e28fcd72e8eadb9e9ed4b089e99f5e295d2f0ad3134251bdd3698
11019+
"react@npm:^19.2.0":
11020+
version: 19.2.0
11021+
resolution: "react@npm:19.2.0"
11022+
checksum: 10c0/1b6d64eacb9324725bfe1e7860cb7a6b8a34bc89a482920765ebff5c10578eb487e6b46b2f0df263bd27a25edbdae2c45e5ea5d81ae61404301c1a7192c38330
1102311023
languageName: node
1102411024
linkType: hard
1102511025

0 commit comments

Comments
 (0)