Skip to content

fix(deps): update dependency recharts to v2.9.2 #5200

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 2, 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.1"
"recharts": "2.9.2"
},
"peerDependencies": {
"@ui5/webcomponents-react": "~1.21.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6904,7 +6904,7 @@ __metadata:
dependencies:
clsx: "npm:2.0.0"
react-content-loader: "npm:6.2.1"
recharts: "npm:2.9.1"
recharts: "npm:2.9.2"
peerDependencies:
"@ui5/webcomponents-react": ~1.21.0
"@ui5/webcomponents-react-base": ~1.20.0
Expand Down Expand Up @@ -19775,9 +19775,9 @@ __metadata:
languageName: node
linkType: hard

"recharts@npm:2.9.1":
version: 2.9.1
resolution: "recharts@npm:2.9.1"
"recharts@npm:2.9.2":
version: 2.9.2
resolution: "recharts@npm:2.9.2"
dependencies:
classnames: "npm:^2.2.5"
eventemitter3: "npm:^4.0.1"
Expand All @@ -19792,7 +19792,7 @@ __metadata:
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: 44114f5601fb50be0b7491ee357b78e8138c485276668d85d38036fbb088137aa058f4077a1079ee7829658a3d2dee3eb7fcd3381250dba69f997ed18aa9f1a7
checksum: 19674eda1f685d4b31557d921bf12feef68b182e3c1be0f09b8b11a4cdf939f3df0573eb2a1ae3c44988c05c05d9c5e4737c17062232fe2575c0ba53d0b1f4c0
languageName: node
linkType: hard

Expand Down