update packages to avoid warnings

This commit is contained in:
proddy
2024-09-24 09:01:45 +02:00
parent bf1979705b
commit 7d38db705f
4 changed files with 224 additions and 219 deletions

View File

@@ -42,23 +42,23 @@
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@eslint/js": "^9.11.0",
"@eslint/js": "^9.11.1",
"@preact/compat": "^18.3.1",
"@preact/preset-vite": "^2.9.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/formidable": "^3",
"@types/node": "^22.5.5",
"@types/node": "^22.6.1",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"concurrently": "^9.0.1",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"formidable": "^3.5.1",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.33.0",
"typescript-eslint": "8.6.0",
"typescript-eslint": "8.7.0",
"vite": "^5.4.7",
"vite-plugin-imagemin": "^0.6.1",
"vite-tsconfig-paths": "^5.0.1"