Skip to content

Commit

Permalink
fix: deps revert for chartjs plugin (#8060)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Sep 3, 2024
1 parent 483ce5c commit 99d0bed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"cartesian": "^1.0.1",
"chart.js": "3.9.1",
"chartjs-adapter-date-fns": "3.0.0",
"chartjs-plugin-annotation": "3.0.1",
"chartjs-plugin-annotation": "2.2.1",
"classnames": "2.5.1",
"copy-to-clipboard": "3.3.3",
"countries-and-timezones": "^3.4.0",
Expand Down
12 changes: 6 additions & 6 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3767,12 +3767,12 @@ __metadata:
languageName: node
linkType: hard

"chartjs-plugin-annotation@npm:3.0.1":
version: 3.0.1
resolution: "chartjs-plugin-annotation@npm:3.0.1"
"chartjs-plugin-annotation@npm:2.2.1":
version: 2.2.1
resolution: "chartjs-plugin-annotation@npm:2.2.1"
peerDependencies:
chart.js: ">=4.0.0"
checksum: 10c0/eeb76e3ebca8147710863c948636898e25605cf1490cf8dcb5df85ffb87079eb7076356fd9de846e89c943be3f745a91ca67d769a4e30159470cbabe933389ce
chart.js: ">=3.7.0"
checksum: 10c0/244c842c5448faceaa990171d167f982de7b2bb95c69441956b50e39bc19db162337af19871bb36f222e0ffdec922b0a1ae73901e100dec79a8566f075d8e505
languageName: node
linkType: hard

Expand Down Expand Up @@ -9804,7 +9804,7 @@ __metadata:
cartesian: "npm:^1.0.1"
chart.js: "npm:3.9.1"
chartjs-adapter-date-fns: "npm:3.0.0"
chartjs-plugin-annotation: "npm:3.0.1"
chartjs-plugin-annotation: "npm:2.2.1"
classnames: "npm:2.5.1"
copy-to-clipboard: "npm:3.3.3"
countries-and-timezones: "npm:^3.4.0"
Expand Down

0 comments on commit 99d0bed

Please sign in to comment.