chore(deps): bump all (#294)

This commit is contained in:
Julian Tölle 2023-09-16 13:02:19 +02:00 committed by GitHub
parent 1979d924c9
commit 38cf2ff549
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 4681 additions and 3804 deletions

View file

@ -8,32 +8,32 @@
},
"license": "MIT",
"dependencies": {
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.5.2",
"@types/node": "18.16.19",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.5",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",
"@types/recharts": "1.8.24",
"@vitejs/plugin-react": "4.0.1",
"autoprefixer": "10.4.14",
"axios": "0.27.2",
"@vitejs/plugin-react": "4.0.4",
"autoprefixer": "10.4.15",
"axios": "1.5.0",
"date-fns": "2.30.0",
"eslint-config-react-app": "7.0.1",
"jsdom": "22.1.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.24",
"prettier": "2.8.8",
"postcss": "8.4.29",
"prettier": "3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.14.1",
"recharts": "2.7.2",
"tailwindcss": "3.3.2",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.32.2"
"react-router-dom": "6.16.0",
"recharts": "2.8.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"vite": "4.4.9",
"vitest": "0.34.4"
},
"scripts": {
"format": "prettier --write \"./*.js\" \"src/**/*.(tsx|ts|css)\"",