Skip to content

Commit 76ebc34

Browse files
chore(package): update lockfile yarn.lock
1 parent 8f9002e commit 76ebc34

File tree

1 file changed

+27
-36
lines changed

1 file changed

+27
-36
lines changed

yarn.lock

Lines changed: 27 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,14 +1063,14 @@
10631063
"@typescript-eslint/typescript-estree" "2.6.0"
10641064
eslint-scope "^5.0.0"
10651065

1066-
"@typescript-eslint/experimental-utils@^1.13.0":
1067-
version "1.13.0"
1068-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
1069-
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
1066+
"@typescript-eslint/experimental-utils@^2.5.0":
1067+
version "2.6.1"
1068+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.6.1.tgz#eddaca17a399ebf93a8628923233b4f93793acfd"
1069+
integrity sha512-EVrrUhl5yBt7fC7c62lWmriq4MIc49zpN3JmrKqfiFXPXCM5ErfEcZYfKOhZXkW6MBjFcJ5kGZqu1b+lyyExUw==
10701070
dependencies:
10711071
"@types/json-schema" "^7.0.3"
1072-
"@typescript-eslint/typescript-estree" "1.13.0"
1073-
eslint-scope "^4.0.0"
1072+
"@typescript-eslint/typescript-estree" "2.6.1"
1073+
eslint-scope "^5.0.0"
10741074

10751075
"@typescript-eslint/parser@^2.2.0":
10761076
version "2.6.0"
@@ -1082,14 +1082,6 @@
10821082
"@typescript-eslint/typescript-estree" "2.6.0"
10831083
eslint-visitor-keys "^1.1.0"
10841084

1085-
"@typescript-eslint/typescript-estree@1.13.0":
1086-
version "1.13.0"
1087-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
1088-
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
1089-
dependencies:
1090-
lodash.unescape "4.0.1"
1091-
semver "5.5.0"
1092-
10931085
"@typescript-eslint/typescript-estree@2.6.0":
10941086
version "2.6.0"
10951087
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.6.0.tgz#d3e9d8e001492e2b9124c4d4bd4e7f03c0fd7254"
@@ -1101,6 +1093,18 @@
11011093
lodash.unescape "4.0.1"
11021094
semver "^6.3.0"
11031095

1096+
"@typescript-eslint/typescript-estree@2.6.1":
1097+
version "2.6.1"
1098+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.6.1.tgz#fb363dd4ca23384745c5ea4b7f4c867432b00d31"
1099+
integrity sha512-+sTnssW6bcbDZKE8Ce7VV6LdzkQz2Bxk7jzk1J8H1rovoTxnm6iXvYIyncvNsaB/kBCOM63j/LNJfm27bNdUoA==
1100+
dependencies:
1101+
debug "^4.1.1"
1102+
glob "^7.1.4"
1103+
is-glob "^4.0.1"
1104+
lodash.unescape "4.0.1"
1105+
semver "^6.3.0"
1106+
tsutils "^3.17.1"
1107+
11041108
abab@^2.0.0:
11051109
version "2.0.2"
11061110
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.2.tgz#a2fba1b122c69a85caa02d10f9270c7219709a9d"
@@ -2606,12 +2610,12 @@ eslint-plugin-compat@^3.3.0:
26062610
mdn-browser-compat-data "^0.0.84"
26072611
semver "^6.1.2"
26082612

2609-
eslint-plugin-jest@^22.17.0:
2610-
version "22.21.0"
2611-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz#8137294645866636160487d9764224b9a43e2eb1"
2612-
integrity sha512-OaqnSS7uBgcGiqXUiEnjoqxPNKvR4JWG5mSRkzVoR6+vDwlqqp11beeql1hYs0HTbdhiwrxWLxbX0Vx7roG3Ew==
2613+
eslint-plugin-jest@^23.0.3:
2614+
version "23.0.3"
2615+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.0.3.tgz#d3f157f7791f97713372c13259ba1dfc436eb4c1"
2616+
integrity sha512-9cNxr66zeOyz1S9AkQL4/ouilR6QHpYj8vKOQZ60fu9hAt5PJWS4KqWqfr1aqN5NFEZSPjFOla2Azn+KTWiGwg==
26132617
dependencies:
2614-
"@typescript-eslint/experimental-utils" "^1.13.0"
2618+
"@typescript-eslint/experimental-utils" "^2.5.0"
26152619

26162620
eslint-plugin-prettier@^3.1.0:
26172621
version "3.1.1"
@@ -2635,14 +2639,6 @@ eslint-plugin-react@^7.14.3:
26352639
prop-types "^15.7.2"
26362640
resolve "^1.12.0"
26372641

2638-
eslint-scope@^4.0.0:
2639-
version "4.0.3"
2640-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
2641-
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
2642-
dependencies:
2643-
esrecurse "^4.1.0"
2644-
estraverse "^4.1.1"
2645-
26462642
eslint-scope@^5.0.0:
26472643
version "5.0.0"
26482644
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
@@ -5819,10 +5815,10 @@ react-testing-library@^8.0.0:
58195815
resolved "https://registry.yarnpkg.com/react-testing-library/-/react-testing-library-8.0.1.tgz#b3dd43bce3fa88423cf0a23292fb819023c227cc"
58205816
integrity sha512-Gq4JC9r3prA4hYwo7afcbHHMFckO29+5Nrh2KblAEPuK/DWaU0bJE1vtpAgLhzhY9bBirmcgjjIHljHEwGAXKw==
58215817

5822-
react-useportal@^1.0.12:
5823-
version "1.0.12"
5824-
resolved "https://registry.yarnpkg.com/react-useportal/-/react-useportal-1.0.12.tgz#50330d2e87762812d480f68f6a85fb76ec750124"
5825-
integrity sha512-C5MxFYizjAtMQQxNmhPUQq44qFX8KpQuDhxmLAElvanJeVhtql4477tjK5E76hYD0OwgkKToO3D3AWlhZL7VnA==
5818+
react-useportal@^1.0.13:
5819+
version "1.0.13"
5820+
resolved "https://registry.yarnpkg.com/react-useportal/-/react-useportal-1.0.13.tgz#abfc29f8128756cd7382bff7c81a4f446b792199"
5821+
integrity sha512-83KpNTXUIHnRVTLeMberIblCtssvRSKCPnG/xT9NW60gDYfU13pQBNQKCVUF8MBK+7LnCQ/ZrOuXl8Mp+iXdXA==
58265822
dependencies:
58275823
use-ssr "^1.0.19"
58285824

@@ -6212,11 +6208,6 @@ scheduler@^0.17.0:
62126208
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
62136209
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
62146210

6215-
semver@5.5.0:
6216-
version "5.5.0"
6217-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
6218-
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
6219-
62206211
semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
62216212
version "6.3.0"
62226213
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"

0 commit comments

Comments
 (0)