diff --git a/package-lock.json b/package-lock.json index 745cabef9..3b996cb3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "axios": "^1.6", "choices.js": "^11.0.6", "highlight.js": "^11.9.0", - "laravel-vite-plugin": "^1.0.1", + "laravel-vite-plugin": "^2.0.1", "pixelmatch": "^7.1.0", "tailwindcss": "^4.1.4", "textarea-caret": "^3.1.0", @@ -1770,9 +1770,9 @@ } }, "node_modules/laravel-vite-plugin": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-1.3.0.tgz", - "integrity": "sha512-P5qyG56YbYxM8OuYmK2OkhcKe0AksNVJUjq9LUZ5tOekU9fBn9LujYyctI4t9XoLjuMvHJXXpCoPntY1oKltuA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-2.0.1.tgz", + "integrity": "sha512-zQuvzWfUKQu9oNVi1o0RZAJCwhGsdhx4NEOyrVQwJHaWDseGP9tl7XUPLY2T8Cj6+IrZ6lmyxlR1KC8unf3RLA==", "dev": true, "license": "MIT", "dependencies": { @@ -1783,10 +1783,10 @@ "clean-orphaned-assets": "bin/clean.js" }, "engines": { - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" + "node": "^20.19.0 || >=22.12.0" }, "peerDependencies": { - "vite": "^5.0.0 || ^6.0.0" + "vite": "^7.0.0" } }, "node_modules/lightningcss": { diff --git a/package.json b/package.json index aaf7f0881..b19d451ea 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "axios": "^1.6", "choices.js": "^11.0.6", "highlight.js": "^11.9.0", - "laravel-vite-plugin": "^1.0.1", + "laravel-vite-plugin": "^2.0.1", "pixelmatch": "^7.1.0", "tailwindcss": "^4.1.4", "textarea-caret": "^3.1.0",