Skip to content

fix(deps): update dependency recharts to v2.13.2 #6574

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
Oct 31, 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.1"
"recharts": "2.13.2"
},
"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.1"
recharts: "npm:2.13.2"
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.1":
version: 2.13.1
resolution: "recharts@npm:2.13.1"
"recharts@npm:2.13.2":
version: 2.13.2
resolution: "recharts@npm:2.13.2"
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/6bbab8e14397c4cbc73d1dcab48045c2a53650b53ac723713b6dad2367654647cf3a50e3de83678c34c76d5e8196341b9cf3e74a4344f842762e81d301b76a4e
checksum: 10c0/d200d3d5b4568fb0b4c453be4ea8069117a0df11a527e08d477ca94544b7ae26d19cea919417876c7a8ea8fd986fa35d1790f91b17b49356e4cdf8accad7a527
languageName: node
linkType: hard

Expand Down
Loading