Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.1 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together. Updates `esbuild` from 0.24.2 to 0.25.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.1) Updates `vite` from 6.1.1 to 6.2.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite) --- updated-dependencies: - dependency-name: esbuild dependency-type: indirect - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
747 B
JSON
29 lines
747 B
JSON
{
|
|
"name": "coolify",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "5.2.1",
|
|
"autoprefixer": "10.4.20",
|
|
"axios": "1.7.9",
|
|
"laravel-echo": "2.0.2",
|
|
"laravel-vite-plugin": "^1.2.0",
|
|
"postcss": "8.5.3",
|
|
"pusher-js": "8.4.0",
|
|
"tailwind-scrollbar": "^3.1.0",
|
|
"tailwindcss": "3.4.17",
|
|
"vite": "^6.2.3",
|
|
"vue": "3.5.13"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "0.5.10",
|
|
"@tailwindcss/typography": "0.5.16",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"ioredis": "5.5.0"
|
|
}
|
|
}
|