Merge pull request #57 from JLyne/dependabot/npm_and_yarn/vitejs/plugin-vue-1.3.0

Bump @vitejs/plugin-vue from 1.2.5 to 1.3.0
This commit is contained in:
James Lyne 2021-07-29 03:45:29 +01:00 committed by GitHub
commit 0e6dbbd0c0
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", "@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",