Bump @vitejs/plugin-vue from 1.4.0 to 1.6.0

Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-vue) from 1.4.0 to 1.6.0.
- [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/create-app@1.6.0/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-08-26 00:04:44 +00:00 committed by GitHub
parent 8cf2269863
commit f96e88b84d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -20,7 +20,7 @@
"@types/leaflet": "1.7.4",
"@typescript-eslint/eslint-plugin": "^4.29",
"@typescript-eslint/parser": "^4.29",
"@vitejs/plugin-vue": "^1.4",
"@vitejs/plugin-vue": "^1.6",
"@vue/compiler-sfc": "^3.2.6",
"@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.32",
@ -579,15 +579,15 @@
}
},
"node_modules/@vitejs/plugin-vue": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.4.0.tgz",
"integrity": "sha512-RkqfJHz9wdLKBp5Yi+kQL8BAljdrvPoccQm2PTZc/UcL4EjD11xsv2PPCduYx2oV1a/bpSKA3sD5sxOHFhz+LA==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.6.0.tgz",
"integrity": "sha512-n3i8htn8pTg9M+kM3cnEfsPZx/6ngInlTroth6fA1LQTJq5aTVQ8ggaE5pPoAy9vCgHPtcaXMzwpldhqRAkebQ==",
"dev": true,
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"@vue/compiler-sfc": "^3.0.8"
"@vue/compiler-sfc": "^3.2.6"
}
},
"node_modules/@volar/code-gen": {
@ -4261,9 +4261,9 @@
}
},
"@vitejs/plugin-vue": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.4.0.tgz",
"integrity": "sha512-RkqfJHz9wdLKBp5Yi+kQL8BAljdrvPoccQm2PTZc/UcL4EjD11xsv2PPCduYx2oV1a/bpSKA3sD5sxOHFhz+LA==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.6.0.tgz",
"integrity": "sha512-n3i8htn8pTg9M+kM3cnEfsPZx/6ngInlTroth6fA1LQTJq5aTVQ8ggaE5pPoAy9vCgHPtcaXMzwpldhqRAkebQ==",
"dev": true,
"requires": {}
},

View File

@ -22,7 +22,7 @@
"@types/leaflet": "1.7.4",
"@typescript-eslint/eslint-plugin": "^4.29",
"@typescript-eslint/parser": "^4.29",
"@vitejs/plugin-vue": "^1.4",
"@vitejs/plugin-vue": "^1.6",
"@vue/compiler-sfc": "^3.2.6",
"@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.32",