Skip to content

fix(deps): update dependency recharts to v2.10.1 #5259

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 20, 2023
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 @@ -31,7 +31,7 @@
"dependencies": {
"clsx": "2.0.0",
"react-content-loader": "6.2.1",
"recharts": "2.9.3"
"recharts": "2.10.1"
},
"peerDependencies": {
"@ui5/webcomponents-react": "~1.22.0",
Expand Down
38 changes: 9 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7545,7 +7545,7 @@ __metadata:
dependencies:
clsx: "npm:2.0.0"
react-content-loader: "npm:6.2.1"
recharts: "npm:2.9.3"
recharts: "npm:2.10.1"
peerDependencies:
"@ui5/webcomponents-react": ~1.22.0
"@ui5/webcomponents-react-base": ~1.22.0
Expand Down Expand Up @@ -9532,13 +9532,6 @@ __metadata:
languageName: node
linkType: hard

"classnames@npm:^2.2.5":
version: 2.3.2
resolution: "classnames@npm:2.3.2"
checksum: cd50ead57b4f97436aaa9f9885c6926323efc7c2bea8e3d4eb10e4e972aa6a1cfca1c7a0e06f8a199ca7498d4339e30bb6002e589e61c9f21248cbf3e8b0b18d
languageName: node
linkType: hard

"clean-stack@npm:^2.0.0":
version: 2.2.0
resolution: "clean-stack@npm:2.2.0"
Expand Down Expand Up @@ -9707,7 +9700,7 @@ __metadata:
languageName: node
linkType: hard

"clsx@npm:2.0.0":
"clsx@npm:2.0.0, clsx@npm:^2.0.0":
version: 2.0.0
resolution: "clsx@npm:2.0.0"
checksum: c09f43b3144a0b7826b6b11b6a111b2c7440831004eecc02d333533c5e58ef0aa5f2dce071d3b25fbb8c8ea97b45df96c74bcc1d51c8c2027eb981931107b0cd
Expand Down Expand Up @@ -20226,19 +20219,7 @@ __metadata:
languageName: node
linkType: hard

"react-resize-detector@npm:^8.0.4":
version: 8.0.4
resolution: "react-resize-detector@npm:8.0.4"
dependencies:
lodash: "npm:^4.17.21"
peerDependencies:
react: ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
checksum: 20000e31dd21f7218cc99cf22652bd50c581fed476c3c683888605d606b3b2a917156e891a210b68053d4ea0806408e120133f8208a39c5e71e868898ab8435c
languageName: node
linkType: hard

"react-smooth@npm:^2.0.4":
"react-smooth@npm:^2.0.5":
version: 2.0.5
resolution: "react-smooth@npm:2.0.5"
dependencies:
Expand Down Expand Up @@ -20512,24 +20493,23 @@ __metadata:
languageName: node
linkType: hard

"recharts@npm:2.9.3":
version: 2.9.3
resolution: "recharts@npm:2.9.3"
"recharts@npm:2.10.1":
version: 2.10.1
resolution: "recharts@npm:2.10.1"
dependencies:
classnames: "npm:^2.2.5"
clsx: "npm:^2.0.0"
eventemitter3: "npm:^4.0.1"
lodash: "npm:^4.17.19"
react-is: "npm:^16.10.2"
react-resize-detector: "npm:^8.0.4"
react-smooth: "npm:^2.0.4"
react-smooth: "npm:^2.0.5"
recharts-scale: "npm:^0.4.4"
tiny-invariant: "npm:^1.3.1"
victory-vendor: "npm:^36.6.8"
peerDependencies:
prop-types: ^15.6.0
react: ^16.0.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0
checksum: 7496902bbe30675b9bca6f7ade1f4ba70e1cc9e14e4b2c93c39e3da1ac10492730a22d7c752f627290372afc7ad6e8571f2f6fe35341029d3fa7ac0111cda306
checksum: 6dab2829566669fee8748546a2c9070752c95aa2d3439c79826e028c0e99eaaf38c05975f1616f0fa236206b186564b328d3f3abbeaba8a49a45964eaa31159f
languageName: node
linkType: hard

Expand Down