Skip to content

chore(deps): update React to latest rc #5924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@ui5/webcomponents-compat": "2.0.0-rc.5",
"@ui5/webcomponents-fiori": "2.0.0-rc.5",
"@ui5/webcomponents-icons": "2.0.0-rc.5",
"react": "19.0.0-rc-827cbea417-20240606",
"react-dom": "19.0.0-rc-827cbea417-20240606",
"react": "19.0.0-rc-f3e09d6328-20240612",
"react-dom": "19.0.0-rc-f3e09d6328-20240612",
"remark-gfm": "^4.0.0",
"tocbot": "4.28.2"
},
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19056,14 +19056,14 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:19.0.0-rc-827cbea417-20240606":
version: 19.0.0-rc-827cbea417-20240606
resolution: "react-dom@npm:19.0.0-rc-827cbea417-20240606"
"react-dom@npm:19.0.0-rc-f3e09d6328-20240612":
version: 19.0.0-rc-f3e09d6328-20240612
resolution: "react-dom@npm:19.0.0-rc-f3e09d6328-20240612"
dependencies:
scheduler: "npm:0.25.0-rc-827cbea417-20240606"
scheduler: "npm:0.25.0-rc-f3e09d6328-20240612"
peerDependencies:
react: 19.0.0-rc-827cbea417-20240606
checksum: 10c0/7db8f3534e1828564c4f3c44319a26697e3176f4e338f67dc8eefddf4639f8dc1f77eb54d21dbc9a69cc73e10647786f873577c70b65d9eb62091ea78b0a8a3d
react: 19.0.0-rc-f3e09d6328-20240612
checksum: 10c0/160017b4039800e91b849b92138e7402a1e223cb233d2e4f5f6a893af473d25511fc42e2c3169a5b03eac65797deacbc93f382f602614b422951c0ab024f641c
languageName: node
linkType: hard

Expand Down Expand Up @@ -19187,10 +19187,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:19.0.0-rc-827cbea417-20240606":
version: 19.0.0-rc-827cbea417-20240606
resolution: "react@npm:19.0.0-rc-827cbea417-20240606"
checksum: 10c0/35dda576f794d20eff1cb6603c489d6defd3fabf8a894ead1b56c58033509fe9d2a46e5cb059ed40321c689cb9b9ab8f27f32228f9d47e7118fd23d618567d67
"react@npm:19.0.0-rc-f3e09d6328-20240612":
version: 19.0.0-rc-f3e09d6328-20240612
resolution: "react@npm:19.0.0-rc-f3e09d6328-20240612"
checksum: 10c0/ada5b9ccb81559169411d9811837b77da23f99705607449ef0cf43dc52bd76a20b13565c1d551a1356fea02a879bfe60a4e9b8ad125f1b44eac6848d6295bf50
languageName: node
linkType: hard

Expand Down Expand Up @@ -20084,10 +20084,10 @@ __metadata:
languageName: node
linkType: hard

"scheduler@npm:0.25.0-rc-827cbea417-20240606":
version: 0.25.0-rc-827cbea417-20240606
resolution: "scheduler@npm:0.25.0-rc-827cbea417-20240606"
checksum: 10c0/d3c0501ff69f59f774dc6eee0561ea016581b2d21d26e2aee16690fd9829d8269ce434f96b7e5082c4efd2ceec3bd8163676ad21bc1d334161d3d8abb400dbe0
"scheduler@npm:0.25.0-rc-f3e09d6328-20240612":
version: 0.25.0-rc-f3e09d6328-20240612
resolution: "scheduler@npm:0.25.0-rc-f3e09d6328-20240612"
checksum: 10c0/315431131788bcbc242794a155855e0a1c34e55f3da563e3f403d53b8166fa38b06a2aa992c2fc91f8655418d60973fe5a540c2a21c69fbe8aed71b9fb167057
languageName: node
linkType: hard

Expand Down Expand Up @@ -22007,8 +22007,8 @@ __metadata:
postcss-modules: "npm:^6.0.0"
postcss-nesting: "npm:^12.0.3"
prettier: "npm:^3.0.0"
react: "npm:19.0.0-rc-827cbea417-20240606"
react-dom: "npm:19.0.0-rc-827cbea417-20240606"
react: "npm:19.0.0-rc-f3e09d6328-20240612"
react-dom: "npm:19.0.0-rc-f3e09d6328-20240612"
remark-gfm: "npm:^4.0.0"
rimraf: "npm:^5.0.0"
storybook: "npm:8.0.10"
Expand Down
Loading