Bump @typescript-eslint/parser from 1.10.2 to 1.11.0 (#1122)

Bump @typescript-eslint/parser from 1.10.2 to 1.11.0
This commit is contained in:
Eugene 2019-06-24 08:24:20 +02:00 committed by GitHub
commit cbbd9aa742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 7 deletions

View File

@ -8,7 +8,7 @@
"@types/node": "^12.0.8", "@types/node": "^12.0.8",
"@types/webpack-env": "1.13.9", "@types/webpack-env": "1.13.9",
"@typescript-eslint/eslint-plugin": "^1.10.2", "@typescript-eslint/eslint-plugin": "^1.10.2",
"@typescript-eslint/parser": "^1.10.2", "@typescript-eslint/parser": "^1.11.0",
"app-builder-lib": "^20.44.3", "app-builder-lib": "^20.44.3",
"apply-loader": "2.0.0", "apply-loader": "2.0.0",
"awesome-typescript-loader": "^5.0.0", "awesome-typescript-loader": "^5.0.0",

View File

@ -172,14 +172,22 @@
"@typescript-eslint/typescript-estree" "1.10.2" "@typescript-eslint/typescript-estree" "1.10.2"
eslint-scope "^4.0.0" eslint-scope "^4.0.0"
"@typescript-eslint/parser@^1.10.2": "@typescript-eslint/experimental-utils@1.11.0":
version "1.10.2" version "1.11.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.10.2.tgz#36cfe8c6bf1b6c1dd81da56f88c8588f4b1a852b" resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.11.0.tgz#594abe47091cbeabac1d6f9cfed06d0ad99eb7e3"
integrity sha512-xWDWPfZfV0ENU17ermIUVEVSseBBJxKfqBcRCMZ8nAjJbfA5R7NWMZmFFHYnars5MjK4fPjhu4gwQv526oZIPQ== integrity sha512-7LbfaqF6B8oa8cp/315zxKk8FFzosRzzhF8Kn/ZRsRsnpm7Qcu25cR/9RnAQo5utZ2KIWVgaALr+ZmcbG47ruw==
dependencies:
"@typescript-eslint/typescript-estree" "1.11.0"
eslint-scope "^4.0.0"
"@typescript-eslint/parser@^1.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.11.0.tgz#2f6d4f7e64eeb1e7c25b422f8df14d0c9e508e36"
integrity sha512-5xBExyXaxVyczrZvbRKEXvaTUFFq7gIM9BynXukXZE0zF3IQP/FxF4mPmmh3gJ9egafZFqByCpPTFm3dk4SY7Q==
dependencies: dependencies:
"@types/eslint-visitor-keys" "^1.0.0" "@types/eslint-visitor-keys" "^1.0.0"
"@typescript-eslint/experimental-utils" "1.10.2" "@typescript-eslint/experimental-utils" "1.11.0"
"@typescript-eslint/typescript-estree" "1.10.2" "@typescript-eslint/typescript-estree" "1.11.0"
eslint-visitor-keys "^1.0.0" eslint-visitor-keys "^1.0.0"
"@typescript-eslint/typescript-estree@1.10.2": "@typescript-eslint/typescript-estree@1.10.2":
@ -190,6 +198,14 @@
lodash.unescape "4.0.1" lodash.unescape "4.0.1"
semver "5.5.0" semver "5.5.0"
"@typescript-eslint/typescript-estree@1.11.0":
version "1.11.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.11.0.tgz#b7b5782aab22e4b3b6d84633652c9f41e62d37d5"
integrity sha512-fquUHF5tAx1sM2OeRCC7wVxFd1iMELWMGCzOSmJ3pLzArj9+kRixdlC4d5MncuzXpjEqc6045p3KwM0o/3FuUA==
dependencies:
lodash.unescape "4.0.1"
semver "5.5.0"
"@webassemblyjs/ast@1.8.5": "@webassemblyjs/ast@1.8.5":
version "1.8.5" version "1.8.5"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"