Merge pull request #210 from JLyne/dependabot/npm_and_yarn/vue/eslint-config-typescript-8.0.0
Bump @vue/eslint-config-typescript from 7.0.0 to 8.0.0
This commit is contained in:
commit
78311a947c
22
package-lock.json
generated
22
package-lock.json
generated
@ -25,7 +25,7 @@
|
||||
"@typescript-eslint/parser": "^4.33",
|
||||
"@vitejs/plugin-vue": "^1.9",
|
||||
"@vue/compiler-sfc": "^3.2.18",
|
||||
"@vue/eslint-config-typescript": "^7.0",
|
||||
"@vue/eslint-config-typescript": "^8.0",
|
||||
"@vue/test-utils": "^2.0.0-rc.16",
|
||||
"eslint": "^8.0",
|
||||
"eslint-plugin-vue": "^7.19",
|
||||
@ -2498,9 +2498,9 @@
|
||||
"integrity": "sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA=="
|
||||
},
|
||||
"node_modules/@vue/eslint-config-typescript": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-7.0.0.tgz",
|
||||
"integrity": "sha512-UxUlvpSrFOoF8aQ+zX1leYiEBEm7CZmXYn/ZEM1zwSadUzpamx56RB4+Htdjisv1mX2tOjBegNUqH3kz2OL+Aw==",
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-8.0.0.tgz",
|
||||
"integrity": "sha512-8u8Qpg4qfjJoNeRMdHlxif9BcGy4iYSSK4YYW5AFPPRtkBJiCqtoyT72l4F3ZeZII09ax2N6yQeHbQ0CXQi1bA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"vue-eslint-parser": "^7.0.0"
|
||||
@ -2509,10 +2509,10 @@
|
||||
"node": "^10.12.0 || >=12.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.4.0",
|
||||
"@typescript-eslint/parser": "^4.4.0",
|
||||
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0",
|
||||
"eslint-plugin-vue": "^5.2.3 || ^6.0.0 || ^7.0.0"
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0",
|
||||
"eslint-plugin-vue": "^7.17.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@vue/reactivity": {
|
||||
@ -13590,9 +13590,9 @@
|
||||
"integrity": "sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA=="
|
||||
},
|
||||
"@vue/eslint-config-typescript": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-7.0.0.tgz",
|
||||
"integrity": "sha512-UxUlvpSrFOoF8aQ+zX1leYiEBEm7CZmXYn/ZEM1zwSadUzpamx56RB4+Htdjisv1mX2tOjBegNUqH3kz2OL+Aw==",
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-8.0.0.tgz",
|
||||
"integrity": "sha512-8u8Qpg4qfjJoNeRMdHlxif9BcGy4iYSSK4YYW5AFPPRtkBJiCqtoyT72l4F3ZeZII09ax2N6yQeHbQ0CXQi1bA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"vue-eslint-parser": "^7.0.0"
|
||||
|
@ -28,7 +28,7 @@
|
||||
"@typescript-eslint/parser": "^4.33",
|
||||
"@vitejs/plugin-vue": "^1.9",
|
||||
"@vue/compiler-sfc": "^3.2.18",
|
||||
"@vue/eslint-config-typescript": "^7.0",
|
||||
"@vue/eslint-config-typescript": "^8.0",
|
||||
"@vue/test-utils": "^2.0.0-rc.16",
|
||||
"eslint": "^8.0",
|
||||
"eslint-plugin-vue": "^7.19",
|
||||
|
Loading…
Reference in New Issue
Block a user