Merge pull request #297 from JLyne/dependabot/npm_and_yarn/vue/eslint-config-typescript-10.0.0

Bump @vue/eslint-config-typescript from 9.1.0 to 10.0.0
This commit is contained in:
James Lyne 2021-12-27 23:18:57 +00:00 committed by GitHub
commit 4758eed1ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 10 deletions

20
package-lock.json generated
View File

@ -26,7 +26,7 @@
"@typescript-eslint/parser": "^5.6", "@typescript-eslint/parser": "^5.6",
"@vitejs/plugin-vue": "^2.0", "@vitejs/plugin-vue": "^2.0",
"@vue/compiler-sfc": "^3.2.21", "@vue/compiler-sfc": "^3.2.21",
"@vue/eslint-config-typescript": "^9.0", "@vue/eslint-config-typescript": "^10.0",
"@vue/test-utils": "^2.0.0-rc.16", "@vue/test-utils": "^2.0.0-rc.16",
"@vue/vue3-jest": "^27.0.0-alpha.1", "@vue/vue3-jest": "^27.0.0-alpha.1",
"cpy-cli": "^3.1.1", "cpy-cli": "^3.1.1",
@ -2232,19 +2232,19 @@
"integrity": "sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==" "integrity": "sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q=="
}, },
"node_modules/@vue/eslint-config-typescript": { "node_modules/@vue/eslint-config-typescript": {
"version": "9.1.0", "version": "10.0.0",
"resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-9.1.0.tgz", "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-10.0.0.tgz",
"integrity": "sha512-j/852/ZYQ5wDvCD3HE2q4uqJwJAceer2FwoEch1nFo+zTOsPrbzbE3cuWIs3kvu5hdFsGTMYwRwjI6fqZKDMxQ==", "integrity": "sha512-F94cL8ug3FaYXlCfU5/wiGjk1qeadmoBpRGAOBq+qre3Smdupa59dd6ZJrsfRODpsMPyTG7330juMDsUvpZ3Rw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"vue-eslint-parser": "^8.0.0" "vue-eslint-parser": "^8.0.0"
}, },
"engines": { "engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0" "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0", "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0",
"eslint-plugin-vue": "^8.0.1" "eslint-plugin-vue": "^8.0.1"
} }
@ -13935,11 +13935,13 @@
"integrity": "sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==" "integrity": "sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q=="
}, },
"@vue/eslint-config-typescript": { "@vue/eslint-config-typescript": {
"version": "9.1.0", "version": "10.0.0",
"resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-9.1.0.tgz", "resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-10.0.0.tgz",
"integrity": "sha512-j/852/ZYQ5wDvCD3HE2q4uqJwJAceer2FwoEch1nFo+zTOsPrbzbE3cuWIs3kvu5hdFsGTMYwRwjI6fqZKDMxQ==", "integrity": "sha512-F94cL8ug3FaYXlCfU5/wiGjk1qeadmoBpRGAOBq+qre3Smdupa59dd6ZJrsfRODpsMPyTG7330juMDsUvpZ3Rw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"vue-eslint-parser": "^8.0.0" "vue-eslint-parser": "^8.0.0"
} }
}, },

View File

@ -32,7 +32,7 @@
"@typescript-eslint/parser": "^5.6", "@typescript-eslint/parser": "^5.6",
"@vitejs/plugin-vue": "^2.0", "@vitejs/plugin-vue": "^2.0",
"@vue/compiler-sfc": "^3.2.21", "@vue/compiler-sfc": "^3.2.21",
"@vue/eslint-config-typescript": "^9.0", "@vue/eslint-config-typescript": "^10.0",
"@vue/test-utils": "^2.0.0-rc.16", "@vue/test-utils": "^2.0.0-rc.16",
"@vue/vue3-jest": "^27.0.0-alpha.1", "@vue/vue3-jest": "^27.0.0-alpha.1",
"cpy-cli": "^3.1.1", "cpy-cli": "^3.1.1",