chore(deps): upgrade api & frontend dependencies

This commit is contained in:
Julian Tölle 2021-05-24 19:13:30 +02:00
parent 2aaf582245
commit ed6a0fcbd6
5 changed files with 6793 additions and 8517 deletions

File diff suppressed because it is too large Load diff

View file

@ -9,30 +9,30 @@
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "4.0.3",
"@testing-library/jest-dom": "5.11.6",
"@testing-library/react": "11.1.2",
"@testing-library/user-event": "12.2.2",
"@testing-library/jest-dom": "5.12.0",
"@testing-library/react": "11.2.7",
"@testing-library/user-event": "13.1.9",
"@types/jest": "26.0.23",
"@types/node": "14.14.7",
"@types/react": "16.9.56",
"@types/react-dom": "16.9.9",
"@types/react-router-dom": "5.1.6",
"@types/recharts": "1.8.16",
"@types/node": "15.6.0",
"@types/react": "17.0.6",
"@types/react-dom": "17.0.5",
"@types/react-router-dom": "5.1.7",
"@types/recharts": "1.8.19",
"autoprefixer": "10.2.5",
"axios": "0.21.1",
"date-fns": "2.16.1",
"date-fns": "2.21.3",
"npm-run-all": "4.1.5",
"postcss": "8.3.0",
"postcss-cli": "8.3.1",
"postcss-import": "14.0.2",
"prettier": "2.1.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"prettier": "2.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.0",
"recharts": "1.8.5",
"react-scripts": "4.0.3",
"recharts": "2.0.9",
"tailwindcss": "2.1.2",
"typescript": "4.0.5"
"typescript": "4.2.4"
},
"scripts": {
"build:tailwind": "postcss src/tailwind.css -o src/tailwind/generated.css",

View file

@ -104,7 +104,7 @@ const ReportGraph: React.FC<{
date: getTime(date),
}));
const ReportTooltip: React.FC<TooltipProps> = ({
const ReportTooltip: React.FC<TooltipProps<number, string>> = ({
active,
payload,
label,