Skip to content

Commit 93380ca

Browse files
chore(deps): bump react from 18.3.1 to 19.0.0 in /examples/hello-world
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 19.0.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/HEAD/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aed71ff commit 93380ca

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
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": "^18.3.1",
6+
"react": "^19.0.0",
77
"react-datepicker": "^7.5.0",
88
"react-dom": "^18.3.1",
99
"react-scripts": "5.0.1"

examples/hello-world/yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7067,7 +7067,7 @@ __metadata:
70677067
version: 0.0.0-use.local
70687068
resolution: "hello-world@workspace:."
70697069
dependencies:
7070-
react: "npm:^18.3.1"
7070+
react: "npm:^19.0.0"
70717071
react-datepicker: "npm:^7.5.0"
70727072
react-dom: "npm:^18.3.1"
70737073
react-scripts: "npm:5.0.1"
@@ -10955,12 +10955,10 @@ __metadata:
1095510955
languageName: node
1095610956
linkType: hard
1095710957

10958-
"react@npm:^18.3.1":
10959-
version: 18.3.1
10960-
resolution: "react@npm:18.3.1"
10961-
dependencies:
10962-
loose-envify: "npm:^1.1.0"
10963-
checksum: 10c0/283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
10958+
"react@npm:^19.0.0":
10959+
version: 19.0.0
10960+
resolution: "react@npm:19.0.0"
10961+
checksum: 10c0/9cad8f103e8e3a16d15cb18a0d8115d8bd9f9e1ce3420310aea381eb42aa0a4f812cf047bb5441349257a05fba8a291515691e3cb51267279b2d2c3253f38471
1096410962
languageName: node
1096510963
linkType: hard
1096610964

0 commit comments

Comments
 (0)