Update dependency react-chartkick to v0.5.3 (#2033)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-08-15 11:43:22 -07:00 committed by GitHub
parent 76b049fa4a
commit 964cfd7c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -31,7 +31,7 @@
"rc-overflow": "1.2.4",
"rc-util": "5.17.0",
"react": "17.0.2",
"react-chartkick": "0.5.2",
"react-chartkick": "0.5.3",
"react-contenteditable": "3.3.6",
"react-crossfade-img": "1.0.0",
"react-dom": "17.0.2",
@ -23069,9 +23069,9 @@
}
},
"node_modules/react-chartkick": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/react-chartkick/-/react-chartkick-0.5.2.tgz",
"integrity": "sha512-llAfo2UVVEiCAwy5S8U0H9Qe/di5VhXTwpSpotw54u9nRLkTsgXjyMHswTyk3dnI5RNdyp939Ck8bxb6JBbd3Q==",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/react-chartkick/-/react-chartkick-0.5.3.tgz",
"integrity": "sha512-HOAONZ8PunkemVpAXzbDz8eOSpyY1H5MARRvPsF8ZVWmiVMkDsJeo12PcLuBiZzVhQ1FCL4sABV9AyfbO5coUA==",
"dependencies": {
"chartkick": "^4.0.0"
},
@ -45699,9 +45699,9 @@
}
},
"react-chartkick": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/react-chartkick/-/react-chartkick-0.5.2.tgz",
"integrity": "sha512-llAfo2UVVEiCAwy5S8U0H9Qe/di5VhXTwpSpotw54u9nRLkTsgXjyMHswTyk3dnI5RNdyp939Ck8bxb6JBbd3Q==",
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/react-chartkick/-/react-chartkick-0.5.3.tgz",
"integrity": "sha512-HOAONZ8PunkemVpAXzbDz8eOSpyY1H5MARRvPsF8ZVWmiVMkDsJeo12PcLuBiZzVhQ1FCL4sABV9AyfbO5coUA==",
"requires": {
"chartkick": "^4.0.0"
}

View File

@ -35,7 +35,7 @@
"rc-overflow": "1.2.4",
"rc-util": "5.17.0",
"react": "17.0.2",
"react-chartkick": "0.5.2",
"react-chartkick": "0.5.3",
"react-contenteditable": "3.3.6",
"react-crossfade-img": "1.0.0",
"react-dom": "17.0.2",