Vite 3 support (#5944)

This commit is contained in:
Tim MacDonald 2022-07-20 00:03:41 +10:00 committed by GitHub
parent fa5e54a2ab
commit b124ab0fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
}, },
"devDependencies": { "devDependencies": {
"axios": "^0.27", "axios": "^0.27",
"laravel-vite-plugin": "^0.4.0", "laravel-vite-plugin": "^0.5.0",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"postcss": "^8.1.14", "postcss": "^8.1.14",
"vite": "^2.9.11" "vite": "^3.0.0"
} }
} }