Update package dependencies and refactor state management in Svelte components
- Added `mode-watcher` and `svelte-sonner` as dependencies to enhance application functionality. - Refactored state management in various Svelte components to use `$app/state` instead of `$app/stores`, improving consistency across the application. - Updated UI components to utilize new features from the added dependencies, enhancing user experience and responsiveness. - Improved loading states and error handling in data-fetching components, ensuring better feedback during asynchronous operations.
This commit is contained in:
@@ -19,9 +19,11 @@
|
||||
"@sveltejs/kit": "^2.50.2",
|
||||
"@sveltejs/vite-plugin-svelte": "^6.2.4",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"mode-watcher": "^1.1.0",
|
||||
"openapi-typescript": "^7.13.0",
|
||||
"svelte": "^5.54.0",
|
||||
"svelte-check": "^4.4.2",
|
||||
"svelte-sonner": "^1.1.0",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"typescript": "^5.9.3",
|
||||
|
||||
Reference in New Issue
Block a user