mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Merge pull request #2586 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/parser-3.6.0
This commit is contained in:
commit
24a20d4b5e
2 changed files with 8 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
||||||
"@types/selenium-webdriver": "^4.0.9",
|
"@types/selenium-webdriver": "^4.0.9",
|
||||||
"@typescript-eslint/eslint-plugin": "^3.6.0",
|
"@typescript-eslint/eslint-plugin": "^3.6.0",
|
||||||
"@typescript-eslint/eslint-plugin-tslint": "^3.5.0",
|
"@typescript-eslint/eslint-plugin-tslint": "^3.5.0",
|
||||||
"@typescript-eslint/parser": "^3.5.0",
|
"@typescript-eslint/parser": "^3.6.0",
|
||||||
"cleanslate": "^0.10.1",
|
"cleanslate": "^0.10.1",
|
||||||
"copy-webpack-plugin": "^6.0.3",
|
"copy-webpack-plugin": "^6.0.3",
|
||||||
"eslint": "^7.4.0",
|
"eslint": "^7.4.0",
|
||||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -816,15 +816,15 @@
|
||||||
eslint-scope "^5.0.0"
|
eslint-scope "^5.0.0"
|
||||||
eslint-utils "^2.0.0"
|
eslint-utils "^2.0.0"
|
||||||
|
|
||||||
"@typescript-eslint/parser@^3.5.0":
|
"@typescript-eslint/parser@^3.6.0":
|
||||||
version "3.5.0"
|
version "3.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.5.0.tgz#9ff8c11877c48df24e10e19d7bf542ee0359500d"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.6.0.tgz#79b5232e1a2d06f1fc745942b690cd87aca7b60e"
|
||||||
integrity sha512-sU07VbYB70WZHtgOjH/qfAp1+OwaWgrvD1Km1VXqRpcVxt971PMTU7gJtlrCje0M+Sdz7xKAbtiyIu+Y6QdnVA==
|
integrity sha512-taghDxuLhbDAD1U5Fk8vF+MnR0yiFE9Z3v2/bYScFb0N1I9SK8eKHkdJl1DAD48OGFDMFTeOTX0z7g0W6SYUXw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/eslint-visitor-keys" "^1.0.0"
|
"@types/eslint-visitor-keys" "^1.0.0"
|
||||||
"@typescript-eslint/experimental-utils" "3.5.0"
|
"@typescript-eslint/experimental-utils" "3.6.0"
|
||||||
"@typescript-eslint/types" "3.5.0"
|
"@typescript-eslint/types" "3.6.0"
|
||||||
"@typescript-eslint/typescript-estree" "3.5.0"
|
"@typescript-eslint/typescript-estree" "3.6.0"
|
||||||
eslint-visitor-keys "^1.1.0"
|
eslint-visitor-keys "^1.1.0"
|
||||||
|
|
||||||
"@typescript-eslint/types@3.5.0":
|
"@typescript-eslint/types@3.5.0":
|
||||||
|
|
Loading…
Add table
Reference in a new issue