mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
232ad5b4fa
commit
b897f51e10
2 changed files with 12 additions and 8 deletions
18
web/package-lock.json
generated
18
web/package-lock.json
generated
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue