chore: upgrade deps

This commit is contained in:
dec0dOS 2023-10-08 17:07:39 +01:00
parent e83bbef742
commit 8a2ba8d1b1
3 changed files with 32 additions and 21 deletions

View file

@ -19,20 +19,20 @@
"react-is": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-use": "^17.4.0",
"styled-components": "^5.3.5"
"styled-components": "^5.3.11"
},
"devDependencies": {
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.9",
"@types/react": "^17.0.67",
"@types/react-dom": "^17.0.21",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"rimraf": "^5.0.5",
"source-map-explorer": "^2.5.3",
"typescript": "^5.2.2",
"vite": "^4.4.10"
"vite": "^4.4.11"
},
"scripts": {
"start": "vite",