Merge pull request #365 from JLyne/dependabot/npm_and_yarn/vitejs/plugin-vue-2.2.2

Bump @vitejs/plugin-vue from 2.0.1 to 2.2.2
This commit is contained in:
James Lyne 2022-02-20 12:27:52 +00:00 committed by GitHub
commit 431f34e437
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

@ -26,7 +26,7 @@
"@types/node": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.12",
"@typescript-eslint/parser": "^5.12",
"@vitejs/plugin-vue": "^2.0",
"@vitejs/plugin-vue": "^2.2",
"@vue/compiler-sfc": "^3.2.31",
"@vue/eslint-config-typescript": "^10.0",
"@vue/test-utils": "^2.0.0-rc.18",
@ -1912,9 +1912,9 @@
}
},
"node_modules/@vitejs/plugin-vue": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.0.1.tgz",
"integrity": "sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.2.2.tgz",
"integrity": "sha512-3C0s45VOwIFEDU+2ownJOpb0zD5fnjXWaHVOLID2R1mYOlAx3doNBFnNbVjaZvpke/L7IdPJXjpyYpXZToDKig==",
"dev": true,
"engines": {
"node": ">=12.0.0"
@ -13350,9 +13350,9 @@
}
},
"@vitejs/plugin-vue": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.0.1.tgz",
"integrity": "sha512-wtdMnGVvys9K8tg+DxowU1ytTrdVveXr3LzdhaKakysgGXyrsfaeds2cDywtvujEASjWOwWL/OgWM+qoeM8Plg==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.2.2.tgz",
"integrity": "sha512-3C0s45VOwIFEDU+2ownJOpb0zD5fnjXWaHVOLID2R1mYOlAx3doNBFnNbVjaZvpke/L7IdPJXjpyYpXZToDKig==",
"dev": true,
"requires": {}
},

View File

@ -32,7 +32,7 @@
"@types/node": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.12",
"@typescript-eslint/parser": "^5.12",
"@vitejs/plugin-vue": "^2.0",
"@vitejs/plugin-vue": "^2.2",
"@vue/compiler-sfc": "^3.2.31",
"@vue/eslint-config-typescript": "^10.0",
"@vue/test-utils": "^2.0.0-rc.18",