chore: update dep

This commit is contained in:
peaklabs-dev
2024-11-11 14:11:50 +01:00
parent a4eab9e8ff
commit d994f9a67f
2 changed files with 710 additions and 303 deletions

991
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,24 +6,24 @@
"build": "vite build" "build": "vite build"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "4.5.1", "@vitejs/plugin-vue": "5.1.5",
"autoprefixer": "10.4.19", "autoprefixer": "10.4.20",
"axios": "1.7.5", "axios": "1.7.7",
"laravel-echo": "1.16.1", "laravel-echo": "1.16.1",
"laravel-vite-plugin": "0.8.1", "laravel-vite-plugin": "1.0.5",
"postcss": "8.4.38", "postcss": "8.4.48",
"pusher-js": "8.4.0-rc2", "pusher-js": "8.4.0-rc2",
"tailwind-scrollbar": "^3.1.0", "tailwind-scrollbar": "^3.1.0",
"tailwindcss": "3.4.4", "tailwindcss": "3.4.14",
"vite": "4.5.5", "vite": "5.4.11",
"vue": "3.4.29" "vue": "3.5.12"
}, },
"dependencies": { "dependencies": {
"@tailwindcss/forms": "0.5.7", "@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.13", "@tailwindcss/typography": "0.5.15",
"@xterm/addon-fit": "^0.10.0", "@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0", "@xterm/xterm": "^5.5.0",
"alpinejs": "3.14.0", "alpinejs": "3.14.3",
"ioredis": "5.4.1" "ioredis": "5.4.1"
} }
} }