|
29 | 29 | optionalDependencies:
|
30 | 30 | chokidar "^2.1.8"
|
31 | 31 |
|
32 |
| -"@babel/code-frame@^7.0.0": |
33 |
| - version "7.0.0" |
34 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" |
35 |
| - integrity sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA== |
36 |
| - dependencies: |
37 |
| - "@babel/highlight" "^7.0.0" |
38 |
| - |
39 |
| -"@babel/code-frame@^7.5.5": |
| 32 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5": |
40 | 33 | version "7.5.5"
|
41 | 34 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
|
42 | 35 | integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
|
|
63 | 56 | semver "^5.4.1"
|
64 | 57 | source-map "^0.5.0"
|
65 | 58 |
|
66 |
| -"@babel/generator@^7.2.2": |
67 |
| - version "7.2.2" |
68 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.2.tgz#18c816c70962640eab42fe8cae5f3947a5c65ccc" |
69 |
| - integrity sha512-I4o675J/iS8k+P38dvJ3IBGqObLXyQLTxtrR4u9cSUJOURvafeEWb/pFMOTwtNrmq73mJzyF6ueTbO1BtN0Zeg== |
70 |
| - dependencies: |
71 |
| - "@babel/types" "^7.2.2" |
72 |
| - jsesc "^2.5.1" |
73 |
| - lodash "^4.17.10" |
74 |
| - source-map "^0.5.0" |
75 |
| - trim-right "^1.0.1" |
76 |
| - |
77 | 59 | "@babel/generator@^7.4.0", "@babel/generator@^7.6.0":
|
78 | 60 | version "7.6.0"
|
79 | 61 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56"
|
|
235 | 217 | "@babel/template" "^7.1.0"
|
236 | 218 | "@babel/types" "^7.0.0"
|
237 | 219 |
|
238 |
| -"@babel/helper-split-export-declaration@^7.0.0": |
239 |
| - version "7.0.0" |
240 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813" |
241 |
| - integrity sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag== |
242 |
| - dependencies: |
243 |
| - "@babel/types" "^7.0.0" |
244 |
| - |
245 | 220 | "@babel/helper-split-export-declaration@^7.4.4":
|
246 | 221 | version "7.4.4"
|
247 | 222 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
|
|
277 | 252 | esutils "^2.0.2"
|
278 | 253 | js-tokens "^4.0.0"
|
279 | 254 |
|
280 |
| -"@babel/parser@^7.0.0", "@babel/parser@^7.2.2", "@babel/parser@^7.2.3": |
281 |
| - version "7.2.3" |
282 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.3.tgz#32f5df65744b70888d17872ec106b02434ba1489" |
283 |
| - integrity sha512-0LyEcVlfCoFmci8mXx8A5oIkpkOgyo8dRHtxBnK9RRBwxO2+JZPNsqtVEZQ7mJFPxnXF9lfmU24mHOPI0qnlkA== |
284 |
| - |
285 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0": |
| 255 | +"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.2.2", "@babel/parser@^7.4.3", "@babel/parser@^7.6.0": |
286 | 256 | version "7.6.0"
|
287 | 257 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b"
|
288 | 258 | integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ==
|
|
747 | 717 | "@babel/parser" "^7.6.0"
|
748 | 718 | "@babel/types" "^7.6.0"
|
749 | 719 |
|
750 |
| -"@babel/traverse@^7.0.0": |
751 |
| - version "7.2.3" |
752 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8" |
753 |
| - integrity sha512-Z31oUD/fJvEWVR0lNZtfgvVt512ForCTNKYcJBGbPb1QZfve4WGH8Wsy7+Mev33/45fhP/hwQtvgusNdcCMgSw== |
754 |
| - dependencies: |
755 |
| - "@babel/code-frame" "^7.0.0" |
756 |
| - "@babel/generator" "^7.2.2" |
757 |
| - "@babel/helper-function-name" "^7.1.0" |
758 |
| - "@babel/helper-split-export-declaration" "^7.0.0" |
759 |
| - "@babel/parser" "^7.2.3" |
760 |
| - "@babel/types" "^7.2.2" |
761 |
| - debug "^4.1.0" |
762 |
| - globals "^11.1.0" |
763 |
| - lodash "^4.17.10" |
764 |
| - |
765 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.0": |
| 720 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.0": |
766 | 721 | version "7.6.0"
|
767 | 722 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516"
|
768 | 723 | integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ==
|
|
777 | 732 | globals "^11.1.0"
|
778 | 733 | lodash "^4.17.13"
|
779 | 734 |
|
780 |
| -"@babel/types@^7.0.0", "@babel/types@^7.2.2": |
781 |
| - version "7.2.2" |
782 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e" |
783 |
| - integrity sha512-fKCuD6UFUMkR541eDWL+2ih/xFZBXPOg/7EQFeTluMDebfqR4jrpaCjLhkWlQS4hT6nRa2PMEgXKbRB5/H2fpg== |
784 |
| - dependencies: |
785 |
| - esutils "^2.0.2" |
786 |
| - lodash "^4.17.10" |
787 |
| - to-fast-properties "^2.0.0" |
788 |
| - |
789 |
| -"@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0": |
| 735 | +"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0": |
790 | 736 | version "7.6.1"
|
791 | 737 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648"
|
792 | 738 | integrity sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g==
|
@@ -1451,16 +1397,16 @@ aws4@^1.8.0:
|
1451 | 1397 | integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
|
1452 | 1398 |
|
1453 | 1399 | babel-eslint@^10.0.0:
|
1454 |
| - version "10.0.1" |
1455 |
| - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed" |
1456 |
| - integrity sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ== |
| 1400 | + version "10.0.3" |
| 1401 | + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a" |
| 1402 | + integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA== |
1457 | 1403 | dependencies:
|
1458 | 1404 | "@babel/code-frame" "^7.0.0"
|
1459 | 1405 | "@babel/parser" "^7.0.0"
|
1460 | 1406 | "@babel/traverse" "^7.0.0"
|
1461 | 1407 | "@babel/types" "^7.0.0"
|
1462 |
| - eslint-scope "3.7.1" |
1463 | 1408 | eslint-visitor-keys "^1.0.0"
|
| 1409 | + resolve "^1.12.0" |
1464 | 1410 |
|
1465 | 1411 | babel-jest@^24.0.0, babel-jest@^24.9.0:
|
1466 | 1412 | version "24.9.0"
|
@@ -2155,14 +2101,6 @@ eslint-plugin-prettier@^2.6.2:
|
2155 | 2101 | fast-diff "^1.1.1"
|
2156 | 2102 | jest-docblock "^21.0.0"
|
2157 | 2103 |
|
2158 |
| - |
2159 |
| - version "3.7.1" |
2160 |
| - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8" |
2161 |
| - integrity sha1-PWPD7f2gLgbgGkUq2IyqzHzctug= |
2162 |
| - dependencies: |
2163 |
| - esrecurse "^4.1.0" |
2164 |
| - estraverse "^4.1.1" |
2165 |
| - |
2166 | 2104 | eslint-scope@^4.0.0:
|
2167 | 2105 | version "4.0.0"
|
2168 | 2106 | resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172"
|
|
4848 | 4786 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
|
4849 | 4787 | integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
|
4850 | 4788 |
|
4851 |
| -resolve@^1.11.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1: |
| 4789 | +resolve@^1.11.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1: |
4852 | 4790 | version "1.12.0"
|
4853 | 4791 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
|
4854 | 4792 | integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
|
|
0 commit comments