Browse Source

Bump chart.js from 3.2.1 to 3.3.0 (#190)

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1886/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
116be1c958
  1. 6
      web/package-lock.json
  2. 2
      web/package.json

6
web/package-lock.json generated

@ -1153,9 +1153,9 @@ @@ -1153,9 +1153,9 @@
"integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg=="
},
"chart.js": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.2.1.tgz",
"integrity": "sha512-XsNDf3854RGZkLCt+5vWAXGAtUdKP2nhfikLGZqud6G4CvRE2ts64TIxTTfspOin2kEZvPgomE29E6oU02dYjQ=="
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.3.0.tgz",
"integrity": "sha512-3pO3kL2st1Lzhw+HTGvDwcNYWustHwvApM/v7b2td6CrthyEygbPoXaN/iGZfUpfuovZfJ4dy129RCr39BR1Bg=="
},
"chartjs-adapter-date-fns": {
"version": "2.0.0",

2
web/package.json

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
"dependencies": {
"@ant-design/icons": "^4.6.2",
"antd": "^4.15.6",
"chart.js": "^3.2.1",
"chart.js": "^3.3.0",
"classnames": "^2.3.1",
"date-fns": "^2.21.3",
"markdown-it": "^12.0.6",

Loading…
Cancel
Save