Skip to content

Commit 10e2212

Browse files
fix(charts): fix peer dependencies (#5870)
1 parent dddbaa6 commit 10e2212

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

packages/base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcompone
2121
Please see our [LICENSE](https://github.com/SAP/ui5-webcomponents-react/blob/main/LICENSE) for copyright and license information.
2222
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).
2323

24-
<!-- Use the force -->
24+
<!-- Use the force, round 2 -->

packages/charts/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@
3838
"recharts": "2.12.7"
3939
},
4040
"peerDependencies": {
41-
"@ui5/webcomponents-react": "~1.28.0",
42-
"@ui5/webcomponents-react-base": "~1.28.0",
43-
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
44-
"react-jss": "^10.10.0"
41+
"@ui5/webcomponents-react": "~1.29.0",
42+
"@ui5/webcomponents-react-base": "~1.29.0",
43+
"react": "^16.14.0 || ^17.0.0 || ^18.0.0"
4544
},
4645
"publishConfig": {
4746
"access": "public"

yarn.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6632,10 +6632,9 @@ __metadata:
66326632
react-content-loader: "npm:7.0.0"
66336633
recharts: "npm:2.12.7"
66346634
peerDependencies:
6635-
"@ui5/webcomponents-react": ~1.28.0
6636-
"@ui5/webcomponents-react-base": ~1.28.0
6635+
"@ui5/webcomponents-react": ~1.29.0
6636+
"@ui5/webcomponents-react-base": ~1.29.0
66376637
react: ^16.14.0 || ^17.0.0 || ^18.0.0
6638-
react-jss: ^10.10.0
66396638
languageName: unknown
66406639
linkType: soft
66416640

0 commit comments

Comments
 (0)