Skip to content

fix(deps): update dependency recharts to v2.13.3 #6582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"clsx": "2.1.1",
"react-content-loader": "7.0.2",
"recharts": "2.13.2"
"recharts": "2.13.3"
},
"peerDependencies": {
"@ui5/webcomponents-react": "~2.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6005,7 +6005,7 @@ __metadata:
dependencies:
clsx: "npm:2.1.1"
react-content-loader: "npm:7.0.2"
recharts: "npm:2.13.2"
recharts: "npm:2.13.3"
peerDependencies:
"@ui5/webcomponents-react": ~2.3.0
"@ui5/webcomponents-react-base": ~2.3.0
Expand Down Expand Up @@ -18846,9 +18846,9 @@ __metadata:
languageName: node
linkType: hard

"recharts@npm:2.13.2":
version: 2.13.2
resolution: "recharts@npm:2.13.2"
"recharts@npm:2.13.3":
version: 2.13.3
resolution: "recharts@npm:2.13.3"
dependencies:
clsx: "npm:^2.0.0"
eventemitter3: "npm:^4.0.1"
Expand All @@ -18861,7 +18861,7 @@ __metadata:
peerDependencies:
react: ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
checksum: 10c0/d200d3d5b4568fb0b4c453be4ea8069117a0df11a527e08d477ca94544b7ae26d19cea919417876c7a8ea8fd986fa35d1790f91b17b49356e4cdf8accad7a527
checksum: 10c0/67c516cd142da0e5968cf9b723c1bc08c2324ff4c41952d623dfce06e8c13751e1ef885b2e39aaeb5e32595566c8d91633328850adee70ad53bc8685adff456d
languageName: node
linkType: hard

Expand Down
Loading