chore(deps): install latest versions

This commit is contained in:
Julian Tölle 2020-05-07 01:45:49 +02:00
parent 0abc594db4
commit 6bf3b4847e
5 changed files with 659 additions and 770 deletions

View file

@ -8,17 +8,17 @@
},
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.37",
"@fullhuman/postcss-purgecss": "^2.2.0",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.4",
"@testing-library/user-event": "^10.1.0",
"@types/jest": "^25.2.1",
"@types/node": "^12.12.38",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-router-dom": "^5.1.5",
"autoprefixer": "^9.7.6",
"date-fns": "^2.12.0",
"date-fns": "^2.13.0",
"npm-run-all": "^4.1.5",
"postcss-cli": "^7.1.1",
"prettier": "^2.0.5",
@ -26,7 +26,7 @@
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"tailwindcss": "^1.4.4",
"tailwindcss": "^1.4.5",
"typescript": "^3.7.5"
},
"scripts": {