Skip to content

Commit f62afd0

Browse files
fix(deps): update react monorepo to v19
1 parent 243ba13 commit f62afd0

File tree

4 files changed

+34
-55
lines changed

4 files changed

+34
-55
lines changed

examples/vite-ts/package-lock.json

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

examples/vite-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"@ui5/webcomponents-fiori": "~2.5.0",
1919
"@ui5/webcomponents-icons": "~2.5.0",
2020
"@ui5/webcomponents-react": "~2.5.0",
21-
"react": "^18.2.0",
22-
"react-dom": "^18.2.0",
21+
"react": "^19.0.0",
22+
"react-dom": "^19.0.0",
2323
"react-router": "^7.0.2"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^18.0.28",
27-
"@types/react-dom": "^18.0.11",
26+
"@types/react": "^19.0.0",
27+
"@types/react-dom": "^19.0.0",
2828
"@ui5/webcomponents-cypress-commands": "^2.0.0",
2929
"@vitejs/plugin-react": "^4.3.2",
3030
"cypress": "^13.0.0",

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"peerDependencies": {
4242
"@ui5/webcomponents-react": "~2.5.0",
4343
"@ui5/webcomponents-react-base": "~2.5.0",
44-
"react": "^18"
44+
"react": "^18 || ^19.0.0"
4545
},
4646
"publishConfig": {
4747
"access": "public"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5718,7 +5718,7 @@ __metadata:
57185718
peerDependencies:
57195719
"@ui5/webcomponents-react": ~2.5.0
57205720
"@ui5/webcomponents-react-base": ~2.5.0
5721-
react: ^18
5721+
react: ^18 || ^19.0.0
57225722
languageName: unknown
57235723
linkType: soft
57245724

0 commit comments

Comments
 (0)