mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 08:23:25 +00:00
Removes [esbuild](https://github.com/evanw/esbuild). It's no longer used after updating ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [laravel-vite-plugin](https://github.com/laravel/vite-plugin) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together. Removes `esbuild` Updates `laravel-vite-plugin` from 2.0.1 to 3.1.0 - [Release notes](https://github.com/laravel/vite-plugin/releases) - [Changelog](https://github.com/laravel/vite-plugin/blob/3.x/CHANGELOG.md) - [Upgrade guide](https://github.com/laravel/vite-plugin/blob/3.x/UPGRADE.md) - [Commits](https://github.com/laravel/vite-plugin/compare/v2.0.1...v3.1.0) Updates `vite` from 7.3.2 to 8.0.16 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite) --- updated-dependencies: - dependency-name: esbuild dependency-version: dependency-type: indirect - dependency-name: laravel-vite-plugin dependency-version: 3.1.0 dependency-type: direct:development - dependency-name: vite dependency-version: 8.0.16 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
603 B
JSON
25 lines
603 B
JSON
{
|
|
"name": "coolify",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "4.1.18",
|
|
"laravel-vite-plugin": "3.1.0",
|
|
"postcss": "8.5.15",
|
|
"tailwind-scrollbar": "4.0.2",
|
|
"tailwindcss": "4.1.18",
|
|
"vite": "8.0.16"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/forms": "0.5.10",
|
|
"@tailwindcss/typography": "0.5.16",
|
|
"@xterm/addon-fit": "0.10.0",
|
|
"@xterm/xterm": "5.5.0",
|
|
"playwright": "^1.58.2"
|
|
}
|
|
}
|