update packages

This commit is contained in:
proddy
2024-09-25 17:32:24 +02:00
parent 978799f3a7
commit e802812fc6
2 changed files with 37 additions and 18 deletions

View File

@@ -31,7 +31,7 @@
"async-validator": "^4.2.5",
"jwt-decode": "^4.0.0",
"mime-types": "^2.1.35",
"preact": "^10.24.0",
"preact": "^10.24.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
@@ -47,8 +47,8 @@
"@preact/preset-vite": "^2.9.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/formidable": "^3",
"@types/node": "^22.6.1",
"@types/react": "^18.3.8",
"@types/node": "^22.7.0",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"concurrently": "^9.0.1",
@@ -59,7 +59,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.33.0",
"typescript-eslint": "8.7.0",
"vite": "^5.4.7",
"vite": "^5.4.8",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^5.0.1"
},