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.
This commit is contained in:
parent
1fa6b7dc52
commit
91f49543af
|
@ -6,7 +6,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"axios": "^0.25",
|
"axios": "^0.25",
|
||||||
"laravel-vite-plugin": "^0.2.1",
|
"laravel-vite-plugin": "^0.3.0",
|
||||||
"lodash": "^4.17.19",
|
"lodash": "^4.17.19",
|
||||||
"postcss": "^8.1.14",
|
"postcss": "^8.1.14",
|
||||||
"vite": "^2.9.11"
|
"vite": "^2.9.11"
|
||||||
|
|
Loading…
Reference in New Issue