Merge pull request #154 from JLyne/dependabot/npm_and_yarn/vitejs/plugin-vue-1.9.0

Bump @vitejs/plugin-vue from 1.8.1 to 1.9.0
This commit is contained in:
James Lyne 2021-09-23 00:25:17 +01:00 committed by GitHub
commit c7cef90796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

15
package-lock.json generated
View File

@ -23,7 +23,7 @@
"@types/node": "^16.9.6",
"@typescript-eslint/eslint-plugin": "^4.31",
"@typescript-eslint/parser": "^4.31",
"@vitejs/plugin-vue": "^1.8",
"@vitejs/plugin-vue": "^1.9",
"@vue/compiler-sfc": "^3.2.12",
"@vue/eslint-config-typescript": "^7.0",
"@vue/test-utils": "^2.0.0-rc.14",
@ -2298,15 +2298,14 @@
}
},
"node_modules/@vitejs/plugin-vue": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.8.1.tgz",
"integrity": "sha512-gktQGZ7qfaDdVJhT86fWSkyhP+bdoA81f5S2TQOL5Sbe5q7B36XfLGq8Q0BpHoqhPSflAMe6WwM1IecP1sChRw==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.9.0.tgz",
"integrity": "sha512-TQB87f8baZsTZO/g7Az/dTCwV8eDxwkrP8hMl8HpwLJz/NKvmXtBqa7bYg8GKWNwqjy+pBRLdgiML+BI3HphOw==",
"dev": true,
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"@vue/compiler-sfc": "^3.2.6",
"vite": "^2.5.10"
}
},
@ -13189,9 +13188,9 @@
}
},
"@vitejs/plugin-vue": {
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.8.1.tgz",
"integrity": "sha512-gktQGZ7qfaDdVJhT86fWSkyhP+bdoA81f5S2TQOL5Sbe5q7B36XfLGq8Q0BpHoqhPSflAMe6WwM1IecP1sChRw==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-1.9.0.tgz",
"integrity": "sha512-TQB87f8baZsTZO/g7Az/dTCwV8eDxwkrP8hMl8HpwLJz/NKvmXtBqa7bYg8GKWNwqjy+pBRLdgiML+BI3HphOw==",
"dev": true,
"requires": {}
},

View File

@ -26,7 +26,7 @@
"@types/node": "^16.9.6",
"@typescript-eslint/eslint-plugin": "^4.31",
"@typescript-eslint/parser": "^4.31",
"@vitejs/plugin-vue": "^1.8",
"@vitejs/plugin-vue": "^1.9",
"@vue/compiler-sfc": "^3.2.12",
"@vue/eslint-config-typescript": "^7.0",
"@vue/test-utils": "^2.0.0-rc.14",