Update dependencies and refine Filament configuration
- Upgraded @tailwindcss/vite and tailwindcss to version 4.1.17 in package.json. - Modified Vite configuration to include a new input file for Filament theme. - Added AdvancedFileUpload component to VisaMasterPaymentOrderForm. - Removed unused SpatieMediaLibraryFileUpload from VisaMasterPaymentOrderInfolist. - Enhanced VisaMasterPaymentOrderInfolist schema for better layout and organization. - Set Vite theme path in WorkPanelProvider for improved styling.
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
"dev": "vite"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/vite": "^4.0.0",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"axios": "^1.11.0",
|
||||
"concurrently": "^9.0.1",
|
||||
"laravel-vite-plugin": "^2.0.0",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"vite": "^7.0.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user