Skip to content

Commit 9f934f0

Browse files
authored
fix(charts): correct version of wcr peer-dependencies (#2281)
1 parent 75f1d67 commit 9f934f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"recharts": "2.1.6"
2727
},
2828
"peerDependencies": {
29-
"@ui5/webcomponents-react": "^0.18.0",
30-
"@ui5/webcomponents-react-base": "^0.18.0",
29+
"@ui5/webcomponents-react": "^0.19.0",
30+
"@ui5/webcomponents-react-base": "^0.19.0",
3131
"react": "^16.8.0 || ^17.0.0",
3232
"react-jss": "^10.0.4"
3333
},

0 commit comments

Comments
 (0)