diff --git a/package-lock.json b/package-lock.json index 87da516..e864372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "autoprefixer": "^10.5.4", "axios": "^1.18.1", "concurrently": "^9.2.1", - "laravel-vite-plugin": "^2.1.0", + "laravel-vite-plugin": "^3.1.3", "postcss": "^8.5.24", "postcss-nesting": "^14.0.1", "tailwindcss": "^3.4.17", @@ -2087,13 +2087,14 @@ } }, "node_modules/laravel-vite-plugin": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-2.1.0.tgz", - "integrity": "sha512-z+ck2BSV6KWtYcoIzk9Y5+p4NEjqM+Y4i8/H+VZRLq0OgNjW2DqyADquwYu5j8qRvaXwzNmfCWl1KrMlV1zpsg==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-3.1.3.tgz", + "integrity": "sha512-cI5Anw4QHY+UzvZczFaj+j8NhwT2FtyEN8aqS/hOdt6DpEFBsn6x3GENxALem3cc+TsGvd9MacneimEvShvKMA==", "dev": true, "license": "MIT", "dependencies": { "picocolors": "^1.0.0", + "tinyglobby": "^0.2.12", "vite-plugin-full-reload": "^1.1.0" }, "bin": { @@ -2103,7 +2104,13 @@ "node": "^20.19.0 || >=22.12.0" }, "peerDependencies": { - "vite": "^7.0.0" + "fontaine": "^0.8.0", + "vite": "^8.0.0" + }, + "peerDependenciesMeta": { + "fontaine": { + "optional": true + } } }, "node_modules/lilconfig": { diff --git a/package.json b/package.json index 3e86da2..ec128fa 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "autoprefixer": "^10.5.4", "axios": "^1.18.1", "concurrently": "^9.2.1", - "laravel-vite-plugin": "^2.1.0", + "laravel-vite-plugin": "^3.1.3", "postcss": "^8.5.24", "postcss-nesting": "^14.0.1", "tailwindcss": "^3.4.17",