From 91f49543af088eedd2f1742623092f3b1b0ff7a0 Mon Sep 17 00:00:00 2001 From: Jess Archer Date: Thu, 7 Jul 2022 01:50:30 +1000 Subject: [PATCH] Update to the latest version of laravel-vite-plugin (#5932) The `laravel-vite-plugin` had a pre-1.x major version bump due to a change in the plugin return type. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 724e911ff..90ff07934 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "devDependencies": { "axios": "^0.25", - "laravel-vite-plugin": "^0.2.1", + "laravel-vite-plugin": "^0.3.0", "lodash": "^4.17.19", "postcss": "^8.1.14", "vite": "^2.9.11"