1
0
mirror of https://github.com/teoxoy/factorio-blueprint-editor.git synced 2024-11-28 08:39:10 +02:00

Bump @typescript-eslint/parser from 2.3.0 to 2.3.2

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.3.0 to 2.3.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.3.2/packages/parser)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-09-30 23:58:08 +00:00 committed by Teodor Tanasoaia
parent 74fb7e5576
commit d3f57c3e25
2 changed files with 26 additions and 7 deletions

View File

@ -15,7 +15,7 @@
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@typescript-eslint/parser": "^2.3.0",
"@typescript-eslint/parser": "^2.3.2",
"concurrently": "^4.1.2",
"eslint": "^6.5.0",
"eslint-config-prettier": "^6.3.0",

View File

@ -609,14 +609,23 @@
"@typescript-eslint/typescript-estree" "2.3.0"
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/experimental-utils@2.3.2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.3.2.tgz#e50f31264507e6fec7b33840bb6af260c24f4ea8"
integrity sha512-t+JGdTT6dRbmvKDlhlVkEueoZa0fhJNfG6z2cpnRPLwm3VwYr2BjR//acJGC1Yza0I9ZNcDfRY7ubQEvvfG6Jg==
dependencies:
"@types/json-schema" "^7.0.3"
"@typescript-eslint/typescript-estree" "2.3.2"
eslint-scope "^5.0.0"
"@typescript-eslint/parser@^2.3.2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.3.2.tgz#e9b742e191cd1209930da469cde379591ad0af5b"
integrity sha512-nq1UQeNGdKdqdgF6Ww+Ov2OidWgiL96+JYdXXZ2rkP/OWyc6KMNSbs6MpRCpI8q+PmDa7hBnHNQIo7w/drYccA==
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.2"
"@typescript-eslint/typescript-estree" "2.3.2"
eslint-visitor-keys "^1.1.0"
"@typescript-eslint/typescript-estree@2.3.0":
@ -629,6 +638,16 @@
lodash.unescape "4.0.1"
semver "^6.3.0"
"@typescript-eslint/typescript-estree@2.3.2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.3.2.tgz#107414aa04e689fe6f7251eb63fb500217f2b7f4"
integrity sha512-eZNEAai16nwyhIVIEaWQlaUgAU3S9CkQ58qvK0+3IuSdLJD3W1PNuehQFMIhW/mTP1oFR9GNoTcLg7gtXz6lzA==
dependencies:
glob "^7.1.4"
is-glob "^4.0.1"
lodash.unescape "4.0.1"
semver "^6.3.0"
"@webassemblyjs/ast@1.8.5":
version "1.8.5"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359"