From 20be89011727b500f5a2ba1b7d029e1bd4622791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 17:35:05 +0000 Subject: [PATCH] build(deps-dev): bump laravel-vite-plugin from 0.7.3 to 0.8.0 Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 0.7.3 to 0.8.0. - [Release notes](https://github.com/laravel/vite-plugin/releases) - [Changelog](https://github.com/laravel/vite-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/laravel/vite-plugin/compare/v0.7.3...v0.8.0) --- updated-dependencies: - dependency-name: laravel-vite-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2138408..739236ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tailwindcss/typography": "^0.5.9", "autoprefixer": "^10.4.13", "axios": "^1.3", - "laravel-vite-plugin": "^0.7.3", + "laravel-vite-plugin": "^0.8.0", "lodash": "^4.17.21", "postcss": "^8.4.21", "tailwindcss": "^3.3.1", @@ -1033,9 +1033,9 @@ } }, "node_modules/laravel-vite-plugin": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.7.3.tgz", - "integrity": "sha512-N6hH/JFA98oW1I0OZ2Gx1HF3/QzkBpUIkxqfKqxENQNLWLFx4+CWB7cxP+i4sGXp9LQUlLbH5Lq/eZoXtLAq8w==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.0.tgz", + "integrity": "sha512-6VjLI+azBpeK6rWBiKcb/En5GnTdYpL0U4zS8gXYvb2/VSq4mlau5H3NWpSktUDBMM1b97LLgICx5zevi8IY0w==", "dev": true, "dependencies": { "picocolors": "^1.0.0", @@ -2418,9 +2418,9 @@ "dev": true }, "laravel-vite-plugin": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.7.3.tgz", - "integrity": "sha512-N6hH/JFA98oW1I0OZ2Gx1HF3/QzkBpUIkxqfKqxENQNLWLFx4+CWB7cxP+i4sGXp9LQUlLbH5Lq/eZoXtLAq8w==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.0.tgz", + "integrity": "sha512-6VjLI+azBpeK6rWBiKcb/En5GnTdYpL0U4zS8gXYvb2/VSq4mlau5H3NWpSktUDBMM1b97LLgICx5zevi8IY0w==", "dev": true, "requires": { "picocolors": "^1.0.0", diff --git a/package.json b/package.json index d9a85ee3..4aed1d97 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@tailwindcss/typography": "^0.5.9", "autoprefixer": "^10.4.13", "axios": "^1.3", - "laravel-vite-plugin": "^0.7.3", + "laravel-vite-plugin": "^0.8.0", "lodash": "^4.17.21", "postcss": "^8.4.21", "tailwindcss": "^3.3.1",