workarond for missing package

This commit is contained in:
proddy
2025-04-19 09:08:35 +02:00
parent b426e0eb45
commit ccd6c6f8ad
2 changed files with 59 additions and 48 deletions

View File

@@ -30,6 +30,7 @@
"alova": "3.2.10",
"async-validator": "^4.2.5",
"jwt-decode": "^4.0.0",
"magic-string": "^0.30.17",
"mime-types": "^3.0.1",
"preact": "^10.26.5",
"react": "^19.1.0",
@@ -42,7 +43,7 @@
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@eslint/js": "^9.24.0",
"@eslint/js": "^9.25.0",
"@preact/compat": "^18.3.1",
"@preact/preset-vite": "^2.10.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
@@ -51,9 +52,9 @@
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"concurrently": "^9.1.2",
"eslint": "^9.24.0",
"eslint": "^9.25.0",
"eslint-config-prettier": "^10.1.2",
"formidable": "^3.5.2",
"formidable": "^3.5.3",
"prettier": "^3.5.3",
"rollup-plugin-visualizer": "^5.14.0",
"terser": "^5.39.0",