Bump @vitejs/plugin-vue from 1.3.0 to 1.4.0

Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-vue) from 1.3.0 to 1.4.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.4.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-09 22:12:02 +00:00 committed by GitHub
parent 96c7d4d7f2
commit 8c773af1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
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.3",
"@vitejs/plugin-vue": "^1.4",
"@vue/compiler-sfc": "^3.1",
"@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.32",
@ -458,9 +458,9 @@
}
},
"node_modules/@vitejs/plugin-vue": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.3.0.tgz",
"integrity": "sha512-wJvuJdTBjvucUX0vK4fuy60t+A9bJSZxc59vp1Y+8kiOd0NU5kFt4lay72gMWPeR+lSUjrTmGUq8Uzb99Jbw3A==",
"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==",
"dev": true,
"engines": {
"node": ">=12.0.0"
@ -4128,9 +4128,9 @@
}
},
"@vitejs/plugin-vue": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.3.0.tgz",
"integrity": "sha512-wJvuJdTBjvucUX0vK4fuy60t+A9bJSZxc59vp1Y+8kiOd0NU5kFt4lay72gMWPeR+lSUjrTmGUq8Uzb99Jbw3A==",
"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==",
"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.3",
"@vitejs/plugin-vue": "^1.4",
"@vue/compiler-sfc": "^3.1",
"@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.32",