Bump @vitejs/plugin-vue from 1.2.5 to 1.3.0

Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-vue) from 1.2.5 to 1.3.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.3.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-07-27 22:09:37 +00:00 committed by GitHub
parent c7ec76767e
commit 4f434b5aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "live-atlas", "name": "live-atlas",
"version": "1.2.3", "version": "1.3.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "live-atlas", "name": "live-atlas",
"version": "1.2.3", "version": "1.3.2",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@kyvg/vue3-notification": "2.3.0", "@kyvg/vue3-notification": "2.3.0",
@ -20,7 +20,7 @@
"@types/leaflet": "1.7.4", "@types/leaflet": "1.7.4",
"@typescript-eslint/eslint-plugin": "^4.28", "@typescript-eslint/eslint-plugin": "^4.28",
"@typescript-eslint/parser": "^4.28", "@typescript-eslint/parser": "^4.28",
"@vitejs/plugin-vue": "^1.2", "@vitejs/plugin-vue": "^1.3",
"@vue/compiler-sfc": "^3.1", "@vue/compiler-sfc": "^3.1",
"@vue/eslint-config-typescript": "^7.0", "@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.31", "eslint": "^7.31",
@ -458,9 +458,9 @@
} }
}, },
"node_modules/@vitejs/plugin-vue": { "node_modules/@vitejs/plugin-vue": {
"version": "1.2.5", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.2.5.tgz", "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.3.0.tgz",
"integrity": "sha512-GIR31mdXTEfvElmBUaRhDc5v7lfdkEdawWQqJRiaRL/5qKsH+xusukglkvJz5y7+c6dEpxgmvcATv2BbB7+fzQ==", "integrity": "sha512-wJvuJdTBjvucUX0vK4fuy60t+A9bJSZxc59vp1Y+8kiOd0NU5kFt4lay72gMWPeR+lSUjrTmGUq8Uzb99Jbw3A==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=12.0.0"
@ -4128,9 +4128,9 @@
} }
}, },
"@vitejs/plugin-vue": { "@vitejs/plugin-vue": {
"version": "1.2.5", "version": "1.3.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.2.5.tgz", "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.3.0.tgz",
"integrity": "sha512-GIR31mdXTEfvElmBUaRhDc5v7lfdkEdawWQqJRiaRL/5qKsH+xusukglkvJz5y7+c6dEpxgmvcATv2BbB7+fzQ==", "integrity": "sha512-wJvuJdTBjvucUX0vK4fuy60t+A9bJSZxc59vp1Y+8kiOd0NU5kFt4lay72gMWPeR+lSUjrTmGUq8Uzb99Jbw3A==",
"dev": true, "dev": true,
"requires": {} "requires": {}
}, },

View File

@ -22,7 +22,7 @@
"@types/leaflet": "1.7.4", "@types/leaflet": "1.7.4",
"@typescript-eslint/eslint-plugin": "^4.28", "@typescript-eslint/eslint-plugin": "^4.28",
"@typescript-eslint/parser": "^4.28", "@typescript-eslint/parser": "^4.28",
"@vitejs/plugin-vue": "^1.2", "@vitejs/plugin-vue": "^1.3",
"@vue/compiler-sfc": "^3.1", "@vue/compiler-sfc": "^3.1",
"@vue/eslint-config-typescript": "^7.0", "@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.31", "eslint": "^7.31",