Browse Source

Bump chartkick from 4.0.5 to 4.1.0 (#340)

Bumps [chartkick](https://github.com/ankane/chartkick.js) from 4.0.5 to 4.1.0.
- [Release notes](https://github.com/ankane/chartkick.js/releases)
- [Changelog](https://github.com/ankane/chartkick.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/chartkick.js/compare/v4.0.5...v4.1.0)

---
updated-dependencies:
- dependency-name: chartkick
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] 5 years ago committed by GitHub
parent
commit
bd0887bcea
  1. 20
      web/package-lock.json
  2. 2
      web/package.json

20
web/package-lock.json generated

@ -11,7 +11,7 @@
"@ant-design/icons": "^4.7.0", "@ant-design/icons": "^4.7.0",
"antd": "^4.16.13", "antd": "^4.16.13",
"chart.js": "^3.5.1", "chart.js": "^3.5.1",
"chartkick": "^4.0.5", "chartkick": "^4.1.0",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"date-fns": "^2.25.0", "date-fns": "^2.25.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
@ -1719,15 +1719,13 @@
"optional": true "optional": true
}, },
"node_modules/chartkick": { "node_modules/chartkick": {
"version": "4.0.5", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.0.5.tgz", "resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.0.tgz",
"integrity": "sha512-xKak4Fsgfvp1hj/LykRKkniDMaZASx2A4TdVc/sfsiNFFNf1m+D7PGwP1vgj1UsbsCjOCSfGWWyJpOYxkUCBug==", "integrity": "sha512-BBf1JWV7SRsxDng9Fh4MRGuj93VPkF8F1pcrOfbCD/ey+/Fyo+tFF8vqpGAjOyu7oNd4cc1IC/OUixUtPsfNmg==",
"dependencies": { "optionalDependencies": {
"chart.js": ">=3.0.2", "chart.js": ">=3.0.2",
"chartjs-adapter-date-fns": ">=2.0.0",
"date-fns": ">=2.0.0" "date-fns": ">=2.0.0"
},
"optionalDependencies": {
"chartjs-adapter-date-fns": ">=2.0.0"
} }
}, },
"node_modules/chokidar": { "node_modules/chokidar": {
@ -8367,9 +8365,9 @@
"optional": true "optional": true
}, },
"chartkick": { "chartkick": {
"version": "4.0.5", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.0.5.tgz", "resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.0.tgz",
"integrity": "sha512-xKak4Fsgfvp1hj/LykRKkniDMaZASx2A4TdVc/sfsiNFFNf1m+D7PGwP1vgj1UsbsCjOCSfGWWyJpOYxkUCBug==", "integrity": "sha512-BBf1JWV7SRsxDng9Fh4MRGuj93VPkF8F1pcrOfbCD/ey+/Fyo+tFF8vqpGAjOyu7oNd4cc1IC/OUixUtPsfNmg==",
"requires": { "requires": {
"chart.js": ">=3.0.2", "chart.js": ">=3.0.2",
"chartjs-adapter-date-fns": ">=2.0.0", "chartjs-adapter-date-fns": ">=2.0.0",

2
web/package.json

@ -12,7 +12,7 @@
"@ant-design/icons": "^4.7.0", "@ant-design/icons": "^4.7.0",
"antd": "^4.16.13", "antd": "^4.16.13",
"chart.js": "^3.5.1", "chart.js": "^3.5.1",
"chartkick": "^4.0.5", "chartkick": "^4.1.0",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"date-fns": "^2.25.0", "date-fns": "^2.25.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",

Loading…
Cancel
Save