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 13, 2024
1 parent 9c47d92 commit f2a29eb
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 55 deletions.
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
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
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5718,7 +5718,7 @@ __metadata:
peerDependencies:
"@ui5/webcomponents-react": ~2.5.0
"@ui5/webcomponents-react-base": ~2.5.0
react: ^18
react: ^18 || ^19.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit f2a29eb

Please sign in to comment.