Skip to content

Commit

Permalink
fix(charts): fix peer dependencies (#5870)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis authored May 29, 2024
1 parent dddbaa6 commit 10e2212
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcompone
Please see our [LICENSE](https://github.com/SAP/ui5-webcomponents-react/blob/main/LICENSE) for copyright and license information.
Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/ui5-webcomponents-react).

<!-- Use the force -->
<!-- Use the force, round 2 -->
7 changes: 3 additions & 4 deletions packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@
"recharts": "2.12.7"
},
"peerDependencies": {
"@ui5/webcomponents-react": "~1.28.0",
"@ui5/webcomponents-react-base": "~1.28.0",
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-jss": "^10.10.0"
"@ui5/webcomponents-react": "~1.29.0",
"@ui5/webcomponents-react-base": "~1.29.0",
"react": "^16.14.0 || ^17.0.0 || ^18.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6632,10 +6632,9 @@ __metadata:
react-content-loader: "npm:7.0.0"
recharts: "npm:2.12.7"
peerDependencies:
"@ui5/webcomponents-react": ~1.28.0
"@ui5/webcomponents-react-base": ~1.28.0
"@ui5/webcomponents-react": ~1.29.0
"@ui5/webcomponents-react-base": ~1.29.0
react: ^16.14.0 || ^17.0.0 || ^18.0.0
react-jss: ^10.10.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 10e2212

Please sign in to comment.