mirror of
https://github.com/Fishwaldo/mouthpiece.git
synced 2025-03-15 11:31:32 +00:00
Merge pull request #14 from Fishwaldo/dependabot/npm_and_yarn/frontend/vue/eslint-config-typescript-10.0.0
chore: bump @vue/eslint-config-typescript from 9.1.0 to 10.0.0 in /frontend
This commit is contained in:
commit
4e567dbb4b
2 changed files with 12 additions and 7 deletions
17
frontend/package-lock.json
generated
17
frontend/package-lock.json
generated
|
@ -40,7 +40,7 @@
|
|||
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
|
||||
"@vue/cli-plugin-vuex": "~5.0.0-rc.1",
|
||||
"@vue/cli-service": "~5.0.0-rc.1",
|
||||
"@vue/eslint-config-typescript": "^9.1.0",
|
||||
"@vue/eslint-config-typescript": "^10.0.0",
|
||||
"@vue/test-utils": "^2.0.0-0",
|
||||
"@vue/vue3-jest": "^27.0.0-alpha.1",
|
||||
"babel-jest": "^27.0.6",
|
||||
|
@ -3999,18 +3999,19 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"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-10.0.0.tgz",
|
||||
"integrity": "sha512-F94cL8ug3FaYXlCfU5/wiGjk1qeadmoBpRGAOBq+qre3Smdupa59dd6ZJrsfRODpsMPyTG7330juMDsUvpZ3Rw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"vue-eslint-parser": "^8.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
||||
},
|
||||
"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-plugin-vue": "^8.0.1"
|
||||
}
|
||||
|
@ -19443,9 +19444,13 @@
|
|||
"version": "6.2.1"
|
||||
},
|
||||
"@vue/eslint-config-typescript": {
|
||||
"version": "9.1.0",
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-10.0.0.tgz",
|
||||
"integrity": "sha512-F94cL8ug3FaYXlCfU5/wiGjk1qeadmoBpRGAOBq+qre3Smdupa59dd6ZJrsfRODpsMPyTG7330juMDsUvpZ3Rw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"vue-eslint-parser": "^8.0.0"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
|
||||
"@vue/cli-plugin-vuex": "~5.0.0-rc.1",
|
||||
"@vue/cli-service": "~5.0.0-rc.1",
|
||||
"@vue/eslint-config-typescript": "^9.1.0",
|
||||
"@vue/eslint-config-typescript": "^10.0.0",
|
||||
"@vue/test-utils": "^2.0.0-0",
|
||||
"@vue/vue3-jest": "^27.0.0-alpha.1",
|
||||
"babel-jest": "^27.0.6",
|
||||
|
|
Loading…
Add table
Reference in a new issue