Update charting library and how it is used. Closes #2658

This commit is contained in:
Gabe Kangas
2023-02-02 14:34:44 -08:00
parent 7b59e3c268
commit d9e4731764
6 changed files with 73 additions and 283 deletions

View File

@@ -25,10 +25,9 @@
"@xstate/react": "3.0.2",
"antd": "4.24.7",
"autoprefixer": "10.4.13",
"chart.js": "4.2.0",
"chartkick": "5.0.1",
"chart.js": "^4.2.0",
"classnames": "2.3.2",
"date-fns": "2.29.3",
"date-fns": "^2.29.3",
"entities": "^4.4.0",
"linkify-html": "^4.1.0",
"linkifyjs": "^4.1.0",
@@ -39,7 +38,8 @@
"postcss-flexbugs-fixes": "5.0.2",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-chartkick": "0.5.3",
"react-chartjs-2": "^5.2.0",
"react-chartkick": "^0.5.3",
"react-crossfade-img": "1.0.0",
"react-dom": "18.2.0",
"react-highlighter-ts": "18.0.1",