mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-23 11:42:19 +00:00
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.0 and updates 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. Updates `esbuild` from 0.18.20 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.18.20...v0.25.0) Updates `laravel-vite-plugin` from 0.7.8 to 1.2.0 - [Release notes](https://github.com/laravel/vite-plugin/releases) - [Changelog](https://github.com/laravel/vite-plugin/blob/1.x/CHANGELOG.md) - [Upgrade guide](https://github.com/laravel/vite-plugin/blob/1.x/UPGRADE.md) - [Commits](https://github.com/laravel/vite-plugin/compare/v0.7.8...v1.2.0) Updates `vite` from 4.5.9 to 6.2.0 - [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/create-vite@6.2.0/packages/vite) --- updated-dependencies: - dependency-name: esbuild dependency-type: indirect - dependency-name: laravel-vite-plugin dependency-type: direct:development - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
27 lines
758 B
JSON
27 lines
758 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "prettier --check .",
|
|
"lint:fix": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"alpinejs": "^3.4.2",
|
|
"apexcharts": "^3.44.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"brace": "^0.11.1",
|
|
"laravel-vite-plugin": "^1.2.0",
|
|
"postcss": "^8.4.45",
|
|
"postcss-nesting": "^13.0.0",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-blade": "^2.1.6",
|
|
"prettier-plugin-sh": "^0.14.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
|
"tailwindcss": "^3.4.10",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|