diff --git a/package-lock.json b/package-lock.json index cef7b023e..547b0f839 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.0", "pixelmatch": "^7.1.0", "tailwindcss": "^4.1.4", "textarea-caret": "^3.1.0", @@ -1761,9 +1761,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.0", + "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-2.0.0.tgz", + "integrity": "sha512-pnaKHInJgiWpG/g+LmaISHl7D/1s5wnOXnrGiBdt4NOs+tYZRw0v/ZANELGX2/dGgHyEzO+iZ6x4idpoK04z/Q==", "dev": true, "license": "MIT", "dependencies": { @@ -1774,10 +1774,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..6829e76e6 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.0", "pixelmatch": "^7.1.0", "tailwindcss": "^4.1.4", "textarea-caret": "^3.1.0",