Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 3a01005 commit 7aebaf5
Show file tree
Hide file tree
Showing 8 changed files with 102 additions and 157 deletions.
8 changes: 4 additions & 4 deletions examples/remix-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"@ui5/webcomponents-fiori": "^2.0.0",
"@ui5/webcomponents-react": "^2.0.0",
"isbot": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remix-island": "^0.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.9.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.15.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
Expand Down
77 changes: 28 additions & 49 deletions examples/vite-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@ui5/webcomponents-fiori": "~2.5.0",
"@ui5/webcomponents-icons": "~2.5.0",
"@ui5/webcomponents-react": "~2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.0.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@ui5/webcomponents-cypress-commands": "^2.0.0",
"@vitejs/plugin-react": "^4.3.2",
"cypress": "^13.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@ui5/webcomponents-compat": "2.5.0",
"@ui5/webcomponents-fiori": "2.5.0",
"@ui5/webcomponents-icons": "2.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark-gfm": "^4.0.0",
"storybook": "8.4.5",
"tocbot": "4.32.2"
Expand All @@ -63,8 +63,8 @@
"@types/eslint__js": "^8.42.3",
"@types/jscodeshift": "^0.12.0",
"@types/node": "^22.0.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@ui5/webcomponents-tools": "2.5.0",
"@vitejs/plugin-react": "^4.2.0",
"chromatic": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"peerDependencies": {
"@ui5/webcomponents-react": "~2.5.0",
"@ui5/webcomponents-react-base": "~2.5.0",
"react": "^18"
"react": "^18 || ^19.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
77 changes: 28 additions & 49 deletions templates/vite-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions templates/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@ui5/webcomponents-fiori": "2.5.0",
"@ui5/webcomponents-icons": "2.5.0",
"@ui5/webcomponents-react": "2.5.0",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.2",
"@ui5/webcomponents-cypress-commands": "2.5.0",
"cypress": "^13.0.0",
Expand Down
Loading

0 comments on commit 7aebaf5

Please sign in to comment.