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

Python dependency: Bump chart.js from 3.9.1 to 4.4.0 in /web #6828

Closed
Closed
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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"bignumber.js": "^9.0.1",
"brace": "^0.11.1",
"browserfs": "^1.4.3",
"chart.js": "^3.0.0",
"chart.js": "^4.4.0",
"chartjs-plugin-zoom": "^2.0.1",
"classnames": "^2.2.6",
"closest": "^0.0.1",
Expand Down
19 changes: 14 additions & 5 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2478,6 +2478,13 @@ __metadata:
languageName: node
linkType: hard

"@kurkle/color@npm:^0.3.0":
version: 0.3.2
resolution: "@kurkle/color@npm:0.3.2"
checksum: 79e97b31f8f6efb28c69d373f94b0c7480226fe8ec95221f518ac998e156444a496727ce47de6d728eb5c3369288e794cba82cae34253deb0d472d3bfe080e49
languageName: node
linkType: hard

"@material-ui/core@npm:4.12.4":
version: 4.12.4
resolution: "@material-ui/core@npm:4.12.4"
Expand Down Expand Up @@ -5339,10 +5346,12 @@ __metadata:
languageName: node
linkType: hard

"chart.js@npm:^3.0.0":
version: 3.9.1
resolution: "chart.js@npm:3.9.1"
checksum: 9ab0c0ac01215af0b3f020f2e313030fd6e347b48ed17d5484ee9c4e8ead45e78ae71bea16c397621c386b409ce0b14bf17f9f6c2492cd15b56c0f433efdfff6
"chart.js@npm:^4.4.0":
version: 4.4.0
resolution: "chart.js@npm:4.4.0"
dependencies:
"@kurkle/color": ^0.3.0
checksum: 5ee2d99b78608025525b5790af17178fdaa5adc3294e082deba2718029b0496109ba124f1b08dd1e4c8a04d6e842be7f384f2cfe9a11df8d1c6fe884acece52b
languageName: node
linkType: hard

Expand Down Expand Up @@ -14037,7 +14046,7 @@ __metadata:
browserfs: ^1.4.3
browserify: ^17.0.0
buffer: ^6.0.3
chart.js: ^3.0.0
chart.js: ^4.4.0
chartjs-plugin-zoom: ^2.0.1
classnames: ^2.2.6
closest: ^0.0.1
Expand Down
Loading