Bump @vitejs/plugin-vue from 1.6.2 to 1.8.1

Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-vue) from 1.6.2 to 1.8.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/plugin-vue@1.8.1/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-19 21:57:38 +00:00 committed by GitHub
parent 4b07cb95fc
commit 12362259fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 15 deletions

29
package-lock.json generated
View File

@ -23,7 +23,7 @@
"@types/node": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^4.31",
"@typescript-eslint/parser": "^4.31",
"@vitejs/plugin-vue": "^1.6",
"@vitejs/plugin-vue": "^1.8",
"@vue/compiler-sfc": "^3.2.12",
"@vue/eslint-config-typescript": "^7.0",
"@vue/test-utils": "^2.0.0-rc.14",
@ -2300,15 +2300,16 @@
}
},
"node_modules/@vitejs/plugin-vue": {
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.6.2.tgz",
"integrity": "sha512-Pf+dqkT4pWPfziPm51VtDXsPwE74CEGRiK6Vgm5EDBewHw1EgcxG7V2ZI/Yqj5gcDy5nVtjgx0AbsTL+F3gddg==",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.8.1.tgz",
"integrity": "sha512-gktQGZ7qfaDdVJhT86fWSkyhP+bdoA81f5S2TQOL5Sbe5q7B36XfLGq8Q0BpHoqhPSflAMe6WwM1IecP1sChRw==",
"dev": true,
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"@vue/compiler-sfc": "^3.2.6"
"@vue/compiler-sfc": "^3.2.6",
"vite": "^2.5.10"
}
},
"node_modules/@volar/code-gen": {
@ -10990,9 +10991,9 @@
}
},
"node_modules/vite": {
"version": "2.5.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.5.8.tgz",
"integrity": "sha512-2GRsLrmMsFI0u31WTtkGbKvEIJO4I9qDltma3QiyDJEk14IzjM35OCElAFHFs2VlL7h2qX5AdHbwfEhnmwhQgw==",
"version": "2.5.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.5.10.tgz",
"integrity": "sha512-0ObiHTi5AHyXdJcvZ67HMsDgVpjT5RehvVKv6+Q0jFZ7zDI28PF5zK9mYz2avxdA+4iJMdwCz6wnGNnn4WX5Gg==",
"dev": true,
"dependencies": {
"esbuild": "^0.12.17",
@ -13426,9 +13427,9 @@
}
},
"@vitejs/plugin-vue": {
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.6.2.tgz",
"integrity": "sha512-Pf+dqkT4pWPfziPm51VtDXsPwE74CEGRiK6Vgm5EDBewHw1EgcxG7V2ZI/Yqj5gcDy5nVtjgx0AbsTL+F3gddg==",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.8.1.tgz",
"integrity": "sha512-gktQGZ7qfaDdVJhT86fWSkyhP+bdoA81f5S2TQOL5Sbe5q7B36XfLGq8Q0BpHoqhPSflAMe6WwM1IecP1sChRw==",
"dev": true,
"requires": {}
},
@ -20318,9 +20319,9 @@
}
},
"vite": {
"version": "2.5.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.5.8.tgz",
"integrity": "sha512-2GRsLrmMsFI0u31WTtkGbKvEIJO4I9qDltma3QiyDJEk14IzjM35OCElAFHFs2VlL7h2qX5AdHbwfEhnmwhQgw==",
"version": "2.5.10",
"resolved": "https://registry.npmjs.org/vite/-/vite-2.5.10.tgz",
"integrity": "sha512-0ObiHTi5AHyXdJcvZ67HMsDgVpjT5RehvVKv6+Q0jFZ7zDI28PF5zK9mYz2avxdA+4iJMdwCz6wnGNnn4WX5Gg==",
"dev": true,
"requires": {
"esbuild": "^0.12.17",

View File

@ -26,7 +26,7 @@
"@types/node": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^4.31",
"@typescript-eslint/parser": "^4.31",
"@vitejs/plugin-vue": "^1.6",
"@vitejs/plugin-vue": "^1.8",
"@vue/compiler-sfc": "^3.2.12",
"@vue/eslint-config-typescript": "^7.0",
"@vue/test-utils": "^2.0.0-rc.14",