Skip to content

Commit

Permalink
Updated chart types dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMinase committed Apr 9, 2020
1 parent 3513750 commit 81e885f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"rxjs": "^6.5.4"
},
"dependencies": {
"@types/chart.js": "^2.9.18",
"@types/chart.js": "^2.9.19",
"chart.js": "^2.9.3",
"lodash-es": "^4.17.15"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@
"@types/node" "*"
"@types/responselike" "*"

"@types/chart.js@^2.9.18":
version "2.9.18"
resolved "https://registry.yarnpkg.com/@types/chart.js/-/chart.js-2.9.18.tgz#169e3c939facbfc7883223c2ebd5b0f88ab0a3f3"
integrity sha512-D7oaYQqYGdfoa1Wv9doxQJ9Sv/W7jfbiXMT/wVRiM0AsPJsHWLRn7U46xhDkPRGmLCpQGlN2oZYBIwEpMMleog==
"@types/chart.js@^2.9.19":
version "2.9.19"
resolved "https://registry.yarnpkg.com/@types/chart.js/-/chart.js-2.9.19.tgz#b112e2c2daad9f76afc32b4c099c56ccdf34040c"
integrity sha512-sFxlMb+ElfJelXh0Z8spmiLRrnXCd7CaT6WGQtckhjETK1H5i1nYKN4TOExhqPeDZ6u+w4bJ20UYqELWOEfAKQ==
dependencies:
moment "^2.10.2"

Expand Down

0 comments on commit 81e885f

Please sign in to comment.