Fix mobile overlay and deps per #43
continuous-integration/drone/pr Build is failing
Test and Lint / backend-test (pull_request) Successful in 2m10s
Test and Lint / frontend-test (pull_request) Successful in 2m0s

This commit is contained in:
2025-10-29 11:11:53 +01:00
parent a1e9fb6ffc
commit f6f1c31369
13 changed files with 387 additions and 1143 deletions
+6 -5
View File
@@ -5,8 +5,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:check": "tsc -b && vite build",
"build": "cross-env ROLLUP_USE_NODE_JS=true vite build",
"build:check": "tsc -b && cross-env ROLLUP_USE_NODE_JS=true vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run src/components/admin/__tests__/ThemeCustomizerEnhanced.test.tsx"
@@ -53,8 +53,9 @@
"@testing-library/user-event": "^14.6.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.5.2",
"@vitejs/plugin-react": "^4.5.3",
"autoprefixer": "^10.4.13",
"cross-env": "^10.1.0",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
@@ -64,7 +65,7 @@
"tailwindcss": "^3.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.1.6",
"vitest": "^2.1.5"
"vite": "^7.1.12",
"vitest": "^3.2.4"
}
}