Update version numbers and dependencies

This commit is contained in:
Andras Bacsai
2024-01-15 13:40:32 +01:00
parent 01c7e76071
commit 002472d7c6
5 changed files with 124 additions and 155 deletions

View File

@@ -8,20 +8,19 @@
"devDependencies": {
"@vitejs/plugin-vue": "4.5.1",
"autoprefixer": "10.4.16",
"axios": "1.6.2",
"axios": "1.6.5",
"laravel-echo": "1.15.3",
"laravel-vite-plugin": "0.8.1",
"postcss": "8.4.32",
"postcss": "8.4.33",
"pusher-js": "8.4.0-rc2",
"tailwindcss": "3.3.6",
"tailwindcss": "3.4.1",
"vite": "4.5.1",
"vue": "3.3.10"
"vue": "3.4.13"
},
"dependencies": {
"@alpinejs/focus": "^3.13.3",
"@tailwindcss/typography": "0.5.10",
"alpinejs": "3.13.3",
"daisyui": "4.4.19",
"daisyui": "4.6.0",
"ioredis": "5.3.2",
"tailwindcss-scrollbar": "0.1.0"
}