Bump react-chartjs-2 from 3.1.1 to 3.2.0 (#102)

This commit is contained in:
dependabot[bot] 2021-10-22 18:23:35 +00:00 committed by GitHub
parent c1725e5dea
commit f459f4c20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 14 deletions

21
package-lock.json generated
View File

@ -39,7 +39,7 @@
"query-string": "^7.0.1", "query-string": "^7.0.1",
"react": "^17.0.2", "react": "^17.0.2",
"react-blockies": "^1.4.1", "react-blockies": "^1.4.1",
"react-chartjs-2": "^3.1.1", "react-chartjs-2": "^3.2.0",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-error-boundary": "^3.1.3", "react-error-boundary": "^3.1.3",
"react-image": "^4.0.3", "react-image": "^4.0.3",
@ -14409,12 +14409,9 @@
} }
}, },
"node_modules/react-chartjs-2": { "node_modules/react-chartjs-2": {
"version": "3.1.1", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-3.1.1.tgz", "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-3.2.0.tgz",
"integrity": "sha512-6CTAXsQbxTuTS9rOjgNWsLygAir9+IXC2B9O3TlgO0qSeBqyMxd4qTMW0HBZ0Id18nYUR+nCou3JHUyyst6BFw==", "integrity": "sha512-UFedkfhOriqyslqYMrdK225TdxFq6YSmGJVQplLC37eoKBfbpkJHxVq+SPMpoVY2oV9fx33RrD4Obv0wKZtclw==",
"dependencies": {
"lodash": "^4.17.19"
},
"peerDependencies": { "peerDependencies": {
"chart.js": "^3.5.0", "chart.js": "^3.5.0",
"react": "^16.8.0 || ^17.0.0" "react": "^16.8.0 || ^17.0.0"
@ -29262,12 +29259,10 @@
} }
}, },
"react-chartjs-2": { "react-chartjs-2": {
"version": "3.1.1", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-3.1.1.tgz", "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-3.2.0.tgz",
"integrity": "sha512-6CTAXsQbxTuTS9rOjgNWsLygAir9+IXC2B9O3TlgO0qSeBqyMxd4qTMW0HBZ0Id18nYUR+nCou3JHUyyst6BFw==", "integrity": "sha512-UFedkfhOriqyslqYMrdK225TdxFq6YSmGJVQplLC37eoKBfbpkJHxVq+SPMpoVY2oV9fx33RrD4Obv0wKZtclw==",
"requires": { "requires": {}
"lodash": "^4.17.19"
}
}, },
"react-dev-utils": { "react-dev-utils": {
"version": "11.0.4", "version": "11.0.4",

View File

@ -34,7 +34,7 @@
"query-string": "^7.0.1", "query-string": "^7.0.1",
"react": "^17.0.2", "react": "^17.0.2",
"react-blockies": "^1.4.1", "react-blockies": "^1.4.1",
"react-chartjs-2": "^3.1.1", "react-chartjs-2": "^3.2.0",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-error-boundary": "^3.1.3", "react-error-boundary": "^3.1.3",
"react-image": "^4.0.3", "react-image": "^4.0.3",