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",