From b897f51e10ebcb586f842f58f69a572055ae7bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 18:27:30 -0700 Subject: [PATCH] Bump react-chartkick from 0.5.1 to 0.5.2 (#321) Bumps [react-chartkick](https://github.com/ankane/react-chartkick) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/ankane/react-chartkick/releases) - [Changelog](https://github.com/ankane/react-chartkick/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/react-chartkick/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: react-chartkick dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 18 +++++++++++------- web/package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 61e6f548e..59e6fb1aa 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -20,7 +20,7 @@ "prop-types": "^15.7.2", "rc-util": "^5.14.0", "react": "^17.0.2", - "react-chartkick": "^0.5.0", + "react-chartkick": "^0.5.2", "react-dom": "^17.0.2", "react-linkify": "^1.0.0-alpha", "react-markdown": "^7.0.1", @@ -6132,11 +6132,15 @@ } }, "node_modules/react-chartkick": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/react-chartkick/-/react-chartkick-0.5.1.tgz", - "integrity": "sha512-2tcJTVVY2RaZ3JYI6Yk+ek07XyS5oFNwmXj4pbjJlbjmbsaK1UsFiYcK8dhkf4ES5KFyhJn9gWXLoU6GXjkOhQ==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/react-chartkick/-/react-chartkick-0.5.2.tgz", + "integrity": "sha512-llAfo2UVVEiCAwy5S8U0H9Qe/di5VhXTwpSpotw54u9nRLkTsgXjyMHswTyk3dnI5RNdyp939Ck8bxb6JBbd3Q==", "dependencies": { "chartkick": "^4.0.0" + }, + "peerDependencies": { + "react": "*", + "react-dom": "*" } }, "node_modules/react-dom": { @@ -12196,9 +12200,9 @@ } }, "react-chartkick": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/react-chartkick/-/react-chartkick-0.5.1.tgz", - "integrity": "sha512-2tcJTVVY2RaZ3JYI6Yk+ek07XyS5oFNwmXj4pbjJlbjmbsaK1UsFiYcK8dhkf4ES5KFyhJn9gWXLoU6GXjkOhQ==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/react-chartkick/-/react-chartkick-0.5.2.tgz", + "integrity": "sha512-llAfo2UVVEiCAwy5S8U0H9Qe/di5VhXTwpSpotw54u9nRLkTsgXjyMHswTyk3dnI5RNdyp939Ck8bxb6JBbd3Q==", "requires": { "chartkick": "^4.0.0" } diff --git a/web/package.json b/web/package.json index b17e03285..0751843f4 100644 --- a/web/package.json +++ b/web/package.json @@ -21,7 +21,7 @@ "prop-types": "^15.7.2", "rc-util": "^5.14.0", "react": "^17.0.2", - "react-chartkick": "^0.5.0", + "react-chartkick": "^0.5.2", "react-dom": "^17.0.2", "react-linkify": "^1.0.0-alpha", "react-markdown": "^7.0.1",