build(deps-dev): bump @typescript-eslint/parser from 2.13.0 to 2.14.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.13.0 to 2.14.0. - [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.14.0/packages/parser) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
6cebab0e7f
commit
31ecd5bd3a
2 changed files with 8 additions and 8 deletions
|
|
@ -101,7 +101,7 @@
|
|||
"@types/nopt": "3.0.29",
|
||||
"@types/webpack": "4.41.0",
|
||||
"@typescript-eslint/eslint-plugin": "2.13.0",
|
||||
"@typescript-eslint/parser": "2.13.0",
|
||||
"@typescript-eslint/parser": "2.14.0",
|
||||
"autoprefixer": "9.7.3",
|
||||
"bootstrap": "3.4.1",
|
||||
"clipboard": "2.0.4",
|
||||
|
|
|
|||
14
yarn.lock
14
yarn.lock
|
|
@ -616,7 +616,7 @@
|
|||
"@typescript-eslint/typescript-estree" "2.13.0"
|
||||
eslint-scope "^5.0.0"
|
||||
|
||||
"@typescript-eslint/experimental-utils@^2.5.0":
|
||||
"@typescript-eslint/experimental-utils@2.14.0", "@typescript-eslint/experimental-utils@^2.5.0":
|
||||
version "2.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.14.0.tgz#e9179fa3c44e00b3106b85d7b69342901fb43e3b"
|
||||
integrity sha512-KcyKS7G6IWnIgl3ZpyxyBCxhkBPV+0a5Jjy2g5HxlrbG2ZLQNFeneIBVXdaBCYOVjvGmGGFKom1kgiAY75SDeQ==
|
||||
|
|
@ -625,14 +625,14 @@
|
|||
"@typescript-eslint/typescript-estree" "2.14.0"
|
||||
eslint-scope "^5.0.0"
|
||||
|
||||
"@typescript-eslint/parser@2.13.0":
|
||||
version "2.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.13.0.tgz#ea1ab394cf9ca17467e3da7f96eca9309f57c326"
|
||||
integrity sha512-vbDeLr5QRJ1K7x5iRK8J9wuGwR9OVyd1zDAY9XFAQvAosHVjSVbDgkm328ayE6hx2QWVGhwvGaEhedcqAbfQcA==
|
||||
"@typescript-eslint/parser@2.14.0":
|
||||
version "2.14.0"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.14.0.tgz#30fa0523d86d74172a5e32274558404ba4262cd6"
|
||||
integrity sha512-haS+8D35fUydIs+zdSf4BxpOartb/DjrZ2IxQ5sR8zyGfd77uT9ZJZYF8+I0WPhzqHmfafUBx8MYpcp8pfaoSA==
|
||||
dependencies:
|
||||
"@types/eslint-visitor-keys" "^1.0.0"
|
||||
"@typescript-eslint/experimental-utils" "2.13.0"
|
||||
"@typescript-eslint/typescript-estree" "2.13.0"
|
||||
"@typescript-eslint/experimental-utils" "2.14.0"
|
||||
"@typescript-eslint/typescript-estree" "2.14.0"
|
||||
eslint-visitor-keys "^1.1.0"
|
||||
|
||||
"@typescript-eslint/typescript-estree@2.13.0":
|
||||
|
|
|
|||
Loading…
Reference in a new issue