Skip to content

Commit

Permalink
Updated main dependendency for demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMinase committed Apr 10, 2020
1 parent bf67b0d commit ef07213
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/core": "^9.1.1",
"@angular/material": "^9.2.0",
"@angular/platform-browser-dynamic": "^9.1.1",
"@rinminase/ng-charts": "^1.4.3",
"@rinminase/ng-charts": "^1.5.0",
"material-icons": "^0.3.1",
"rxjs": "^6.5.5",
"zone.js": "^0.10.3"
Expand Down
12 changes: 6 additions & 6 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1378,12 +1378,12 @@
dependencies:
"@types/node" ">= 8"

"@rinminase/ng-charts@^1.4.3":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@rinminase/ng-charts/-/ng-charts-1.4.3.tgz#3d9eeeef6ae290b915cf1b6f91f6af4dbbb21f3a"
integrity sha512-18ZkHg7cNmyxNuepGuIOqecDtD/Dmtbxz6nUBzR1DNliOksoLO4pd/ULMoVbHLH/us9RE1WHRdZp9vI/LpQ4YA==
"@rinminase/ng-charts@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@rinminase/ng-charts/-/ng-charts-1.5.0.tgz#8fe96cdccd257fc105cb5cd1377ec0844e733606"
integrity sha512-UAn0E9GTslsfI1KFmpul3sxkERKkV6NQwCKsfZVF1P8Wc/cJBSCPAifyW5iH9dL3Ce3QK6PDl5SPuEz9SWYHXA==
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 Expand Up @@ -1427,7 +1427,7 @@
dependencies:
defer-to-connect "^1.0.1"

"@types/chart.js@^2.9.18":
"@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==
Expand Down

0 comments on commit ef07213

Please sign in to comment.