fix(deps): update various packages

This commit is contained in:
Julian Tölle 2020-11-15 04:41:54 +01:00
parent 3ffad7c4a8
commit 52b8d26c18
4 changed files with 6483 additions and 4061 deletions

10194
frontend/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -9,15 +9,15 @@
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "2.3.0",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "10.4.9",
"@testing-library/jest-dom": "5.11.6",
"@testing-library/react": "11.1.2",
"@testing-library/user-event": "12.2.2",
"@types/jest": "26.0.15",
"@types/node": "12.19.4",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"@types/react-router-dom": "5.1.5",
"@types/recharts": "1.8.15",
"@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",
"autoprefixer": "9.8.6",
"axios": "0.21.0",
"date-fns": "2.16.1",
@ -25,13 +25,13 @@
"postcss-cli": "7.1.2",
"postcss-import": "12.0.1",
"prettier": "2.1.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.3",
"react-scripts": "4.0.0",
"recharts": "1.8.5",
"tailwindcss": "1.9.6",
"typescript": "3.9.7"
"typescript": "4.0.5"
},
"scripts": {
"build:tailwind": "postcss src/tailwind.css -o src/tailwind/generated.css",