diff --git a/package-lock.json b/package-lock.json index 0596cf759..41e18c6fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "axios": "^1.6", "choices.js": "^9.0.1", "highlight.js": "^11.9.0", - "laravel-vite-plugin": "^0.2.2", + "laravel-vite-plugin": "^0.4.0", "postcss": "^8.4.31", "postcss-import": "^16.0.0", "tailwindcss": "^3.0.2", @@ -1268,10 +1268,13 @@ } }, "node_modules/laravel-vite-plugin": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.2.4.tgz", - "integrity": "sha512-tb5hZ3aZ/bjvQUAkAYSrq7b64ZyjTY/joegVzrMoV6xGZUGTHyglcNkaa2G7Wtu1j0hLIO64ETeryxWbScSfYA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.4.0.tgz", + "integrity": "sha512-ZAKCkRnMUnSt4+ZlZQEspcoBtUYRz48Duho9SMoUpwxyLsL7TswvNz35Vi3vOTz4B8Y6U88ZY9WwBiOHGyJByQ==", "dev": true, + "dependencies": { + "vite-plugin-full-reload": "^1.0.1" + }, "engines": { "node": ">=14" }, @@ -2006,6 +2009,16 @@ } } }, + "node_modules/vite-plugin-full-reload": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-full-reload/-/vite-plugin-full-reload-1.1.0.tgz", + "integrity": "sha512-3cObNDzX6DdfhD9E7kf6w2mNunFpD7drxyNgHLw+XwIYAgb+Xt16SEXo0Up4VH+TMf3n+DSVJZtW2POBGcBYAA==", + "dev": true, + "dependencies": { + "picocolors": "^1.0.0", + "picomatch": "^2.3.1" + } + }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -2865,11 +2878,13 @@ "dev": true }, "laravel-vite-plugin": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.2.4.tgz", - "integrity": "sha512-tb5hZ3aZ/bjvQUAkAYSrq7b64ZyjTY/joegVzrMoV6xGZUGTHyglcNkaa2G7Wtu1j0hLIO64ETeryxWbScSfYA==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.4.0.tgz", + "integrity": "sha512-ZAKCkRnMUnSt4+ZlZQEspcoBtUYRz48Duho9SMoUpwxyLsL7TswvNz35Vi3vOTz4B8Y6U88ZY9WwBiOHGyJByQ==", "dev": true, - "requires": {} + "requires": { + "vite-plugin-full-reload": "^1.0.1" + } }, "lilconfig": { "version": "2.1.0", @@ -3345,6 +3360,16 @@ "rollup": ">=2.59.0 <2.78.0" } }, + "vite-plugin-full-reload": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-full-reload/-/vite-plugin-full-reload-1.1.0.tgz", + "integrity": "sha512-3cObNDzX6DdfhD9E7kf6w2mNunFpD7drxyNgHLw+XwIYAgb+Xt16SEXo0Up4VH+TMf3n+DSVJZtW2POBGcBYAA==", + "dev": true, + "requires": { + "picocolors": "^1.0.0", + "picomatch": "^2.3.1" + } + }, "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", diff --git a/package.json b/package.json index 71f15f869..15aa45bf6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "axios": "^1.6", "choices.js": "^9.0.1", "highlight.js": "^11.9.0", - "laravel-vite-plugin": "^0.2.2", + "laravel-vite-plugin": "^0.4.0", "postcss": "^8.4.31", "postcss-import": "^16.0.0", "tailwindcss": "^3.0.2",