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

chore(deps): update dependency chart.js to v4 #8624

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -70,7 +70,7 @@
"@uiw/react-codemirror": "4.23.5",
"@vitejs/plugin-react": "4.3.3",
"cartesian": "^1.0.1",
"chart.js": "3.9.1",
"chart.js": "4.4.6",
"chartjs-adapter-date-fns": "3.0.0",
"chartjs-plugin-annotation": "2.2.1",
"classnames": "2.5.1",
Expand Down
19 changes: 14 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1550,6 +1550,13 @@ __metadata:
languageName: node
linkType: hard

"@kurkle/color@npm:^0.3.0":
version: 0.3.2
resolution: "@kurkle/color@npm:0.3.2"
checksum: 10c0/a9e8e3e35dcd59dec4dd4f0105919c05e24823a96347bcf152965c29e48d6290b66d5fb96c071875db752e10930724c48ce6d338fefbd65e0ce5082d5c78970e
languageName: node
linkType: hard

"@lezer/common@npm:^1.0.0, @lezer/common@npm:^1.1.0, @lezer/common@npm:^1.2.0":
version: 1.2.1
resolution: "@lezer/common@npm:1.2.1"
Expand Down Expand Up @@ -4020,10 +4027,12 @@ __metadata:
languageName: node
linkType: hard

"chart.js@npm:3.9.1":
version: 3.9.1
resolution: "chart.js@npm:3.9.1"
checksum: 10c0/a31342233403faaa53bebc1019aeb7b849d6d2cd4108c10f1dd73b36c4fcfc7c21bce8986f2f6eb00a28801fddc68a287b8c9f65e9758c50db6efef955b4e991
"chart.js@npm:4.4.6":
version: 4.4.6
resolution: "chart.js@npm:4.4.6"
dependencies:
"@kurkle/color": "npm:^0.3.0"
checksum: 10c0/456d16a030c35fa16182945e91d4fdd89510343454309b783f5e060ea89baaed3bc9b43d2d9b3acadd385e5921718e27ed2fcae8b5efa277d27bc4da4af639f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -10116,7 +10125,7 @@ __metadata:
"@uiw/react-codemirror": "npm:4.23.5"
"@vitejs/plugin-react": "npm:4.3.3"
cartesian: "npm:^1.0.1"
chart.js: "npm:3.9.1"
chart.js: "npm:4.4.6"
chartjs-adapter-date-fns: "npm:3.0.0"
chartjs-plugin-annotation: "npm:2.2.1"
classnames: "npm:2.5.1"
Expand Down
Loading