adapt version
Some checks failed
Build, Push and Deploy / build-and-push (push) Successful in 2m28s
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 8s
Build, Push and Deploy / deploy-staging (push) Successful in 28s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 0s

This commit is contained in:
eko
2026-03-29 14:11:26 +07:00
parent bd85604fb4
commit 0be65d8013
2 changed files with 1286 additions and 776 deletions

2050
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,19 +6,19 @@
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/forms": "^0.5.2", "@tailwindcss/forms": "^0.5.2",
"@vitejs/plugin-react": "^6.0.1", "@vitejs/plugin-react": "^4.3.0",
"alpinejs": "^3.4.2", "alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
"axios": "^1.1.2", "axios": "^1.1.2",
"laravel-vite-plugin": "^2.0.0", "laravel-vite-plugin": "^1.2.0",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"postcss": "^8.4.6", "postcss": "^8.4.6",
"tailwindcss": "^3.1.0", "tailwindcss": "^3.1.0",
"vite": "^7.0.3" "vite": "^6.0.0"
}, },
"dependencies": { "dependencies": {
"lucide-react": "^1.7.0", "lucide-react": "^1.7.0",
"react": "^19.2.4", "react": "^18.2.0",
"react-dom": "^19.2.4" "react-dom": "^18.2.0"
} }
} }