Skip to content
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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-markdown": "^10.1.0",
"react-router-dom": "^7.18.1",
"react-syntax-highlighter": "^16.1.1",
"recharts": "^3.9.2",
"recharts": "^3.10.0",
"remark-gfm": "^4.0.1"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3840,7 +3840,7 @@ __metadata:
react-markdown: "npm:^10.1.0"
react-router-dom: "npm:^7.18.1"
react-syntax-highlighter: "npm:^16.1.1"
recharts: "npm:^3.9.2"
recharts: "npm:^3.10.0"
remark-gfm: "npm:^4.0.1"
vite: "npm:^8.1.5"
vitest: "npm:^4.1.10"
Expand Down Expand Up @@ -7502,9 +7502,9 @@ __metadata:
languageName: node
linkType: hard

"recharts@npm:^3.9.2":
version: 3.9.2
resolution: "recharts@npm:3.9.2"
"recharts@npm:^3.10.0":
version: 3.10.0
resolution: "recharts@npm:3.10.0"
dependencies:
"@reduxjs/toolkit": "npm:^1.9.0 || 2.x.x"
clsx: "npm:^2.1.1"
Expand All @@ -7521,7 +7521,7 @@ __metadata:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-is: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10c0/4054833c67b6951d1fa989082c3b9fd14520f1828775deca51fb16b26300fd25de2c03446751046f5c03da65281e4663c92111fd165f8101b4ead5f8a33be7fc
checksum: 10c0/223524f5db2bb660878c37d70a441b899e9db861dd47768ccccd3982b43d0233cbc3b4a01d32abb76d8782320839cf4a3dc3de9bc002f7c9177b656484efe506
languageName: node
linkType: hard

Expand Down
Loading