Skip to content

Commit

Permalink
chore(deps-dev): bump @typescript-eslint/parser from 2.3.0 to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Sep 23, 2019
1 parent 300eae1 commit f8e9efa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/jsdom": "^12.2.4",
"@types/node": "^12.7.5",
"@typescript-eslint/eslint-plugin": "^2.3.1",
"@typescript-eslint/parser": "^2.3.0",
"@typescript-eslint/parser": "^2.3.1",
"babel-jest": "^24.9.0",
"eslint": "^6.4.0",
"eslint-config-airbnb-typescript": "^5.0.0",
Expand Down
31 changes: 6 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1706,15 +1706,6 @@
regexpp "^2.0.1"
tsutils "^3.17.1"

"@typescript-eslint/experimental-utils@2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.0.tgz#19a8e1b8fcee7d7469f3b44691d91830568de140"
integrity sha512-ry+fgd0Hh33LyzS30bIhX/a1HJpvtnecjQjWxxsZTavrRa1ymdmX7tz+7lPrPAxB018jnNzwNtog6s3OhxPTAg==
dependencies:
"@types/json-schema" "^7.0.3"
"@typescript-eslint/typescript-estree" "2.3.0"
eslint-scope "^5.0.0"

"@typescript-eslint/experimental-utils@2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.1.tgz#92f2531d3e7c22e64a2cc10cfe89935deaf00f7c"
Expand All @@ -1724,26 +1715,16 @@
"@typescript-eslint/typescript-estree" "2.3.1"
eslint-scope "^5.0.0"

"@typescript-eslint/parser@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.0.tgz#d2df1d4bb8827e36125fb7c6274df1b4d4e614f0"
integrity sha512-Dc+LAtHts0yDuusxG0NVjGvrpPy2kZauxqPbfFs0fmcMB4JhNs+WwIDMFGWeKjbGoPt/SIUC9XJ7E0ZD/f8InQ==
"@typescript-eslint/parser@^2.3.0", "@typescript-eslint/parser@^2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.1.tgz#f2b93b614d9b338825c44e75552a433e2ebf8c33"
integrity sha512-ZlWdzhCJ2iZnSp/VBAJ/sowFbyHycIux8t0UEH0JsKgQvfSf7949hLYFMwTXdCMeEnpP1zRTHimrR+YHzs8LIw==
dependencies:
"@types/eslint-visitor-keys" "^1.0.0"
"@typescript-eslint/experimental-utils" "2.3.0"
"@typescript-eslint/typescript-estree" "2.3.0"
"@typescript-eslint/experimental-utils" "2.3.1"
"@typescript-eslint/typescript-estree" "2.3.1"
eslint-visitor-keys "^1.1.0"

"@typescript-eslint/typescript-estree@2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.0.tgz#fd8faff7e4c73795c65e5817c52f9038e33ef29d"
integrity sha512-WBxfwsTeCOsmQ7cLjow7lgysviBKUW34npShu7dxJYUQCbSG5nfZWZTgmQPKEc+3flpbSM7tjXjQOgETYp+njQ==
dependencies:
glob "^7.1.4"
is-glob "^4.0.1"
lodash.unescape "4.0.1"
semver "^6.3.0"

"@typescript-eslint/typescript-estree@2.3.1":
version "2.3.1"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.1.tgz#62c64f149948473d06a129dc33b4fc76e6c051f9"
Expand Down

0 comments on commit f8e9efa

Please sign in to comment.