Merge pull request #92 from JLyne/dependabot/npm_and_yarn/vitejs/plugin-vue-1.6.0

Bump @vitejs/plugin-vue from 1.4.0 to 1.6.0
This commit is contained in:
James Lyne 2021-08-26 01:05:01 +01:00 committed by GitHub
commit d01c73e20d
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", "@types/leaflet": "1.7.4",
"@typescript-eslint/eslint-plugin": "^4.29", "@typescript-eslint/eslint-plugin": "^4.29",
"@typescript-eslint/parser": "^4.29", "@typescript-eslint/parser": "^4.29",
"@vitejs/plugin-vue": "^1.4", "@vitejs/plugin-vue": "^1.6",
"@vue/compiler-sfc": "^3.2.6", "@vue/compiler-sfc": "^3.2.6",
"@vue/eslint-config-typescript": "^7.0", "@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.32", "eslint": "^7.32",
@ -579,15 +579,15 @@
} }
}, },
"node_modules/@vitejs/plugin-vue": { "node_modules/@vitejs/plugin-vue": {
"version": "1.4.0", "version": "1.6.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.4.0.tgz", "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.6.0.tgz",
"integrity": "sha512-RkqfJHz9wdLKBp5Yi+kQL8BAljdrvPoccQm2PTZc/UcL4EjD11xsv2PPCduYx2oV1a/bpSKA3sD5sxOHFhz+LA==", "integrity": "sha512-n3i8htn8pTg9M+kM3cnEfsPZx/6ngInlTroth6fA1LQTJq5aTVQ8ggaE5pPoAy9vCgHPtcaXMzwpldhqRAkebQ==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=12.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@vue/compiler-sfc": "^3.0.8" "@vue/compiler-sfc": "^3.2.6"
} }
}, },
"node_modules/@volar/code-gen": { "node_modules/@volar/code-gen": {
@ -4261,9 +4261,9 @@
} }
}, },
"@vitejs/plugin-vue": { "@vitejs/plugin-vue": {
"version": "1.4.0", "version": "1.6.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.4.0.tgz", "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.6.0.tgz",
"integrity": "sha512-RkqfJHz9wdLKBp5Yi+kQL8BAljdrvPoccQm2PTZc/UcL4EjD11xsv2PPCduYx2oV1a/bpSKA3sD5sxOHFhz+LA==", "integrity": "sha512-n3i8htn8pTg9M+kM3cnEfsPZx/6ngInlTroth6fA1LQTJq5aTVQ8ggaE5pPoAy9vCgHPtcaXMzwpldhqRAkebQ==",
"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.29", "@typescript-eslint/eslint-plugin": "^4.29",
"@typescript-eslint/parser": "^4.29", "@typescript-eslint/parser": "^4.29",
"@vitejs/plugin-vue": "^1.4", "@vitejs/plugin-vue": "^1.6",
"@vue/compiler-sfc": "^3.2.6", "@vue/compiler-sfc": "^3.2.6",
"@vue/eslint-config-typescript": "^7.0", "@vue/eslint-config-typescript": "^7.0",
"eslint": "^7.32", "eslint": "^7.32",