Skip to content

Commit c1af5b0

Browse files
chore(deps): update react monorepo to v19
1 parent 98c458c commit c1af5b0

File tree

12 files changed

+110
-148
lines changed

12 files changed

+110
-148
lines changed

examples/nextjs-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"eslint": "9.16.0",
1919
"eslint-config-next": "15.0.3",
2020
"next": "15.0.3",
21-
"react": "18.3.1",
22-
"react-dom": "18.3.1",
21+
"react": "19.0.0",
22+
"react-dom": "19.0.0",
2323
"typescript": "5.7.2"
2424
},
2525
"overrides": {

examples/nextjs-pages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"eslint": "9.16.0",
1919
"eslint-config-next": "15.0.3",
2020
"next": "15.0.3",
21-
"react": "18.3.1",
22-
"react-dom": "18.3.1",
21+
"react": "19.0.0",
22+
"react-dom": "19.0.0",
2323
"typescript": "5.7.2"
2424
},
2525
"overrides": {

examples/remix-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"@ui5/webcomponents-fiori": "^2.0.0",
1919
"@ui5/webcomponents-react": "^2.0.0",
2020
"isbot": "^5.0.0",
21-
"react": "^18.2.0",
22-
"react-dom": "^18.2.0",
21+
"react": "^19.0.0",
22+
"react-dom": "^19.0.0",
2323
"remix-island": "^0.2.0"
2424
},
2525
"devDependencies": {
2626
"@remix-run/dev": "^2.9.1",
27-
"@types/react": "^18.2.20",
28-
"@types/react-dom": "^18.2.7",
27+
"@types/react": "^19.0.0",
28+
"@types/react-dom": "^19.0.0",
2929
"eslint": "^9.15.0",
3030
"eslint-import-resolver-typescript": "^3.6.3",
3131
"eslint-plugin-import": "^2.31.0",

examples/vite-ts/package-lock.json

Lines changed: 26 additions & 47 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.4.0",
1919
"@ui5/webcomponents-icons": "~2.4.0",
2020
"@ui5/webcomponents-react": "~2.4.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-dom": "^6.22.0"
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",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@ui5/webcomponents-compat": "2.4.0",
4545
"@ui5/webcomponents-fiori": "2.4.0",
4646
"@ui5/webcomponents-icons": "2.4.0",
47-
"react": "^18.3.1",
48-
"react-dom": "^18.3.1",
47+
"react": "^19.0.0",
48+
"react-dom": "^19.0.0",
4949
"remark-gfm": "^4.0.0",
5050
"storybook": "8.4.5",
5151
"tocbot": "4.32.2"
@@ -63,8 +63,8 @@
6363
"@types/eslint__js": "^8.42.3",
6464
"@types/jscodeshift": "^0.12.0",
6565
"@types/node": "^22.0.0",
66-
"@types/react": "^18.3.4",
67-
"@types/react-dom": "^18.3.0",
66+
"@types/react": "^19.0.0",
67+
"@types/react-dom": "^19.0.0",
6868
"@ui5/webcomponents-tools": "2.4.0",
6969
"@vitejs/plugin-react": "^4.2.0",
7070
"chromatic": "^11.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.4.0",
4343
"@ui5/webcomponents-react-base": "~2.4.0",
44-
"react": "^18"
44+
"react": "^18 || ^19.0.0"
4545
},
4646
"publishConfig": {
4747
"access": "public"

templates/nextjs-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"eslint": "9.16.0",
1919
"eslint-config-next": "15.0.3",
2020
"next": "15.0.3",
21-
"react": "18.3.1",
22-
"react-dom": "18.3.1",
21+
"react": "19.0.0",
22+
"react-dom": "19.0.0",
2323
"typescript": "5.7.2"
2424
},
2525
"@types/react": "npm:types-react@rc",

templates/nextjs-pages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"eslint": "9.16.0",
1919
"eslint-config-next": "15.0.3",
2020
"next": "15.0.3",
21-
"react": "18.3.1",
22-
"react-dom": "18.3.1",
21+
"react": "19.0.0",
22+
"react-dom": "19.0.0",
2323
"typescript": "5.7.2"
2424
},
2525
"overrides": {

templates/vite-ts/package-lock.json

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

0 commit comments

Comments
 (0)