Skip to content

Commit 622228c

Browse files
authored
Merge pull request #123 from tdreyno/dependabot/npm_and_yarn/typescript-eslint/parser-2.21.0
build(deps-dev): bump @typescript-eslint/parser from 2.20.0 to 2.21.0
2 parents 69397cc + b35722c commit 622228c

File tree

2 files changed

+7
-29
lines changed

2 files changed

+7
-29
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@types/puppeteer": "^2.0.0",
7070
"@types/react": "^16.9.22",
7171
"@typescript-eslint/eslint-plugin": "^2.21.0",
72-
"@typescript-eslint/parser": "^2.20.0",
72+
"@typescript-eslint/parser": "^2.21.0",
7373
"commitizen": "^4.0.3",
7474
"cz-conventional-changelog": "3.1.0",
7575
"eslint": "^6.8.0",

yarn.lock

+6-28
Original file line numberDiff line numberDiff line change
@@ -1626,15 +1626,6 @@
16261626
regexpp "^3.0.0"
16271627
tsutils "^3.17.1"
16281628

1629-
"@typescript-eslint/[email protected]":
1630-
version "2.20.0"
1631-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.20.0.tgz#3b6fa5a6b8885f126d5a4280e0d44f0f41e73e32"
1632-
integrity sha512-fEBy9xYrwG9hfBLFEwGW2lKwDRTmYzH3DwTmYbT+SMycmxAoPl0eGretnBFj/s+NfYBG63w/5c3lsvqqz5mYag==
1633-
dependencies:
1634-
"@types/json-schema" "^7.0.3"
1635-
"@typescript-eslint/typescript-estree" "2.20.0"
1636-
eslint-scope "^5.0.0"
1637-
16381629
"@typescript-eslint/[email protected]":
16391630
version "2.21.0"
16401631
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.21.0.tgz#71de390a3ec00b280b69138d80733406e6e86bfa"
@@ -1644,28 +1635,15 @@
16441635
"@typescript-eslint/typescript-estree" "2.21.0"
16451636
eslint-scope "^5.0.0"
16461637

1647-
"@typescript-eslint/parser@^2.20.0":
1648-
version "2.20.0"
1649-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.20.0.tgz#608e5bb06ba98a415b64ace994c79ab20f9772a9"
1650-
integrity sha512-o8qsKaosLh2qhMZiHNtaHKTHyCHc3Triq6aMnwnWj7budm3xAY9owSZzV1uon5T9cWmJRJGzTFa90aex4m77Lw==
1638+
"@typescript-eslint/parser@^2.21.0":
1639+
version "2.21.0"
1640+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.21.0.tgz#4f200995517c3d5fc5ef51b17527bc948992e438"
1641+
integrity sha512-VrmbdrrrvvI6cPPOG7uOgGUFXNYTiSbnRq8ZMyuGa4+qmXJXVLEEz78hKuqupvkpwJQNk1Ucz1TenrRP90gmBg==
16511642
dependencies:
16521643
"@types/eslint-visitor-keys" "^1.0.0"
1653-
"@typescript-eslint/experimental-utils" "2.20.0"
1654-
"@typescript-eslint/typescript-estree" "2.20.0"
1655-
eslint-visitor-keys "^1.1.0"
1656-
1657-
"@typescript-eslint/[email protected]":
1658-
version "2.20.0"
1659-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.20.0.tgz#90a0f5598826b35b966ca83483b1a621b1a4d0c9"
1660-
integrity sha512-WlFk8QtI8pPaE7JGQGxU7nGcnk1ccKAJkhbVookv94ZcAef3m6oCE/jEDL6dGte3JcD7reKrA0o55XhBRiVT3A==
1661-
dependencies:
1662-
debug "^4.1.1"
1644+
"@typescript-eslint/experimental-utils" "2.21.0"
1645+
"@typescript-eslint/typescript-estree" "2.21.0"
16631646
eslint-visitor-keys "^1.1.0"
1664-
glob "^7.1.6"
1665-
is-glob "^4.0.1"
1666-
lodash "^4.17.15"
1667-
semver "^6.3.0"
1668-
tsutils "^3.17.1"
16691647

16701648
"@typescript-eslint/[email protected]":
16711649
version "2.21.0"

0 commit comments

Comments
 (0)