Merge branch 'master' into dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.9.0

This commit is contained in:
Ferdi Koomen 2019-11-28 23:57:21 +01:00 committed by GitHub
commit 902f32ad1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -68,11 +68,11 @@
"@types/jest": "24.0.23",
"@types/js-yaml": "3.12.1",
"@types/mkdirp": "0.5.2",
"@types/node": "12.12.11",
"@types/node": "12.12.14",
"@types/rimraf": "2.0.3",
"@types/yup": "0.26.26",
"@typescript-eslint/eslint-plugin": "2.9.0",
"@typescript-eslint/parser": "2.8.0",
"@typescript-eslint/parser": "2.9.0",
"camelcase": "5.3.1",
"chalk": "3.0.0",
"commander": "4.0.1",

View File

@ -1041,10 +1041,10 @@
dependencies:
"@types/node" "*"
"@types/node@*", "@types/node@12.12.11":
version "12.12.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.11.tgz#bec2961975888d964196bf0016a2f984d793d3ce"
integrity sha512-O+x6uIpa6oMNTkPuHDa9MhMMehlxLAd5QcOvKRjAFsBVpeFWTOPnXbDvILvFgFFZfQ1xh1EZi1FbXxUix+zpsQ==
"@types/node@*", "@types/node@12.12.14":
version "12.12.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.12.14.tgz#1c1d6e3c75dba466e0326948d56e8bd72a1903d2"
integrity sha512-u/SJDyXwuihpwjXy7hOOghagLEV1KdAST6syfnOk6QZAMzZuWZqXy5aYYZbh8Jdpd4escVFP0MvftHNDb9pruA==
"@types/rimraf@2.0.3":
version "2.0.3"
@ -1105,14 +1105,14 @@
"@typescript-eslint/typescript-estree" "2.9.0"
eslint-scope "^5.0.0"
"@typescript-eslint/parser@2.8.0":
version "2.8.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.8.0.tgz#e10f7c40c8cf2fb19920c879311e6c46ad17bacb"
integrity sha512-NseXWzhkucq+JM2HgqAAoKEzGQMb5LuTRjFPLQzGIdLthXMNUfuiskbl7QSykvWW6mvzCtYbw1fYWGa2EIaekw==
"@typescript-eslint/parser@2.9.0":
version "2.9.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.9.0.tgz#2e9cf438de119b143f642a3a406e1e27eb70b7cd"
integrity sha512-fJ+dNs3CCvEsJK2/Vg5c2ZjuQ860ySOAsodDPwBaVlrGvRN+iCNC8kUfLFL8cT49W4GSiLPa/bHiMjYXA7EhKQ==
dependencies:
"@types/eslint-visitor-keys" "^1.0.0"
"@typescript-eslint/experimental-utils" "2.8.0"
"@typescript-eslint/typescript-estree" "2.8.0"
"@typescript-eslint/experimental-utils" "2.9.0"
"@typescript-eslint/typescript-estree" "2.9.0"
eslint-visitor-keys "^1.1.0"
"@typescript-eslint/typescript-estree@2.8.0":