Skip to content
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

Bump react-chartjs-2 from 5.2.0 to 5.3.0 in /frontend #6209

Merged
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 @@ -58,7 +58,7 @@
"polished": "^4.3.1",
"punycode": "^2.3.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-chartjs-2": "^5.3.0",
"react-csv": "^2.2.2",
"react-datepicker": "^7.5.0",
"react-day-picker": "^9.5.0",
Expand Down
12 changes: 6 additions & 6 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6853,7 +6853,7 @@ __metadata:
prettier: "npm:^3.4.1"
punycode: "npm:^2.3.0"
react: "npm:^18.3.1"
react-chartjs-2: "npm:^5.2.0"
react-chartjs-2: "npm:^5.3.0"
react-csv: "npm:^2.2.2"
react-datepicker: "npm:^7.5.0"
react-day-picker: "npm:^9.5.0"
Expand Down Expand Up @@ -10820,13 +10820,13 @@ __metadata:
languageName: node
linkType: hard

"react-chartjs-2@npm:^5.2.0":
version: 5.2.0
resolution: "react-chartjs-2@npm:5.2.0"
"react-chartjs-2@npm:^5.3.0":
version: 5.3.0
resolution: "react-chartjs-2@npm:5.3.0"
peerDependencies:
chart.js: ^4.1.1
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 10/0a70b60e1a0d1f0cecdd69d70d9ac1c191618c1033d8f942d4728f5eb84c893c82c9e3318be8a3158eb3a7186c0251a8fe0356c9610ea0f0f3f2d4a9c4a0b388
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10/3cad39fa154be833f9d091ad09f6a630ec1e31cc2536ec63f20ad0e49847b291e7973274df1d30bbae5e5168488789407625cde52c020146b611a47c79092d45
languageName: node
linkType: hard

Expand Down
Loading