Bump laravel-vite-plugin from 0.8.1 to 1.0.1 #439

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/laravel-vite-plugin-1.0.1 into main
2 changed files with 11 additions and 8 deletions

17
package-lock.json generated
View File

@@ -36,7 +36,7 @@
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-vue": "^9.18.1",
"knip": "^4.2.1",
"laravel-vite-plugin": "^0.8.0",
"laravel-vite-plugin": "^1.0.1",
"lodash": "^4.17.19",
"postcss": "^8.4.27",
"prettier": "3.2.4",
@@ -5592,19 +5592,22 @@
"dev": true
},
"node_modules/laravel-vite-plugin": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-0.8.1.tgz",
"integrity": "sha512-fxzUDjOA37kOsYq8dP+3oPIlw8/kJVXwu0hOXLun82R1LpV02shGeWGYKx2lbpKffL5I0sfPPjfqbYxuqBluAA==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-1.0.1.tgz",
"integrity": "sha512-laLEZUnSskIDZtLb2FNRdcjsRUhh1VOVvapbVGVTeaBPJTCF/b6gbPiX2dZdcH1RKoOE0an7L+2gnInk6K33Zw==",
"dev": true,
"dependencies": {
"picocolors": "^1.0.0",
"vite-plugin-full-reload": "^1.0.5"
"vite-plugin-full-reload": "^1.1.0"
},
"bin": {
"clean-orphaned-assets": "bin/clean.js"
},
"engines": {
"node": ">=14"
"node": "^18.0.0 || >=20.0.0"
},
"peerDependencies": {
"vite": "^3.0.0 || ^4.0.0"
"vite": "^5.0.0"
}
},
"node_modules/levn": {

View File

@@ -18,7 +18,7 @@
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-vue": "^9.18.1",
"knip": "^4.2.1",
"laravel-vite-plugin": "^0.8.0",
"laravel-vite-plugin": "^1.0.1",
"lodash": "^4.17.19",
"postcss": "^8.4.27",
"prettier": "3.2.4",