|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.1", "@babel/code-frame@^7.8.3": |
6 |
| - version "7.10.1" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff" |
8 |
| - integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw== |
9 |
| - dependencies: |
10 |
| - "@babel/highlight" "^7.10.1" |
11 |
| - |
12 |
| -"@babel/code-frame@^7.10.3": |
| 5 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.3", "@babel/code-frame@^7.8.3": |
13 | 6 | version "7.10.3"
|
14 | 7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.3.tgz#324bcfd8d35cd3d47dae18cde63d752086435e9a"
|
15 | 8 | integrity sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==
|
|
25 | 18 | invariant "^2.2.4"
|
26 | 19 | semver "^5.5.0"
|
27 | 20 |
|
28 |
| -"@babel/[email protected].2", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
29 |
| - version "7.10.2" |
30 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a" |
31 |
| - integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ== |
| 21 | +"@babel/[email protected].3", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
| 22 | + version "7.10.3" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.3.tgz#73b0e8ddeec1e3fdd7a2de587a60e17c440ec77e" |
| 24 | + integrity sha512-5YqWxYE3pyhIi84L84YcwjeEgS+fa7ZjK6IBVGTjDVfm64njkR2lfDhVR5OudLk8x2GK59YoSyVv+L/03k1q9w== |
32 | 25 | dependencies:
|
33 |
| - "@babel/code-frame" "^7.10.1" |
34 |
| - "@babel/generator" "^7.10.2" |
| 26 | + "@babel/code-frame" "^7.10.3" |
| 27 | + "@babel/generator" "^7.10.3" |
35 | 28 | "@babel/helper-module-transforms" "^7.10.1"
|
36 | 29 | "@babel/helpers" "^7.10.1"
|
37 |
| - "@babel/parser" "^7.10.2" |
38 |
| - "@babel/template" "^7.10.1" |
39 |
| - "@babel/traverse" "^7.10.1" |
40 |
| - "@babel/types" "^7.10.2" |
| 30 | + "@babel/parser" "^7.10.3" |
| 31 | + "@babel/template" "^7.10.3" |
| 32 | + "@babel/traverse" "^7.10.3" |
| 33 | + "@babel/types" "^7.10.3" |
41 | 34 | convert-source-map "^1.7.0"
|
42 | 35 | debug "^4.1.0"
|
43 | 36 | gensync "^1.0.0-beta.1"
|
|
47 | 40 | semver "^5.4.1"
|
48 | 41 | source-map "^0.5.0"
|
49 | 42 |
|
50 |
| -"@babel/generator@^7.10.1", "@babel/generator@^7.10.2": |
51 |
| - version "7.10.2" |
52 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9" |
53 |
| - integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA== |
54 |
| - dependencies: |
55 |
| - "@babel/types" "^7.10.2" |
56 |
| - jsesc "^2.5.1" |
57 |
| - lodash "^4.17.13" |
58 |
| - source-map "^0.5.0" |
59 |
| - |
60 | 43 | "@babel/generator@^7.10.3":
|
61 | 44 | version "7.10.3"
|
62 | 45 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.3.tgz#32b9a0d963a71d7a54f5f6c15659c3dbc2a523a5"
|
|
270 | 253 | dependencies:
|
271 | 254 | "@babel/types" "^7.10.1"
|
272 | 255 |
|
273 |
| -"@babel/helper-validator-identifier@^7.10.1": |
274 |
| - version "7.10.1" |
275 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5" |
276 |
| - integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== |
277 |
| - |
278 | 256 | "@babel/helper-validator-identifier@^7.10.3":
|
279 | 257 | version "7.10.3"
|
280 | 258 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz#60d9847f98c4cea1b279e005fdb7c28be5412d15"
|
|
299 | 277 | "@babel/traverse" "^7.10.1"
|
300 | 278 | "@babel/types" "^7.10.1"
|
301 | 279 |
|
302 |
| -"@babel/highlight@^7.10.1": |
303 |
| - version "7.10.1" |
304 |
| - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0" |
305 |
| - integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg== |
306 |
| - dependencies: |
307 |
| - "@babel/helper-validator-identifier" "^7.10.1" |
308 |
| - chalk "^2.0.0" |
309 |
| - js-tokens "^4.0.0" |
310 |
| - |
311 | 280 | "@babel/highlight@^7.10.3":
|
312 | 281 | version "7.10.3"
|
313 | 282 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.3.tgz#c633bb34adf07c5c13156692f5922c81ec53f28d"
|
|
317 | 286 | chalk "^2.0.0"
|
318 | 287 | js-tokens "^4.0.0"
|
319 | 288 |
|
320 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.10.1", "@babel/parser@^7.10.2": |
321 |
| - version "7.10.2" |
322 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0" |
323 |
| - integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ== |
324 |
| - |
325 |
| -"@babel/parser@^7.10.3": |
| 289 | +"@babel/parser@^7.1.0", "@babel/parser@^7.10.3": |
326 | 290 | version "7.10.3"
|
327 | 291 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.3.tgz#7e71d892b0d6e7d04a1af4c3c79d72c1f10f5315"
|
328 | 292 | integrity sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==
|
|
871 | 835 | dependencies:
|
872 | 836 | regenerator-runtime "^0.13.4"
|
873 | 837 |
|
874 |
| -"@babel/template@^7.10.1", "@babel/template@^7.3.3": |
875 |
| - version "7.10.1" |
876 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811" |
877 |
| - integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig== |
878 |
| - dependencies: |
879 |
| - "@babel/code-frame" "^7.10.1" |
880 |
| - "@babel/parser" "^7.10.1" |
881 |
| - "@babel/types" "^7.10.1" |
882 |
| - |
883 |
| -"@babel/template@^7.10.3": |
| 838 | +"@babel/template@^7.10.1", "@babel/template@^7.10.3", "@babel/template@^7.3.3": |
884 | 839 | version "7.10.3"
|
885 | 840 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.3.tgz#4d13bc8e30bf95b0ce9d175d30306f42a2c9a7b8"
|
886 | 841 | integrity sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==
|
|
889 | 844 | "@babel/parser" "^7.10.3"
|
890 | 845 | "@babel/types" "^7.10.3"
|
891 | 846 |
|
892 |
| -"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1": |
893 |
| - version "7.10.1" |
894 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27" |
895 |
| - integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ== |
896 |
| - dependencies: |
897 |
| - "@babel/code-frame" "^7.10.1" |
898 |
| - "@babel/generator" "^7.10.1" |
899 |
| - "@babel/helper-function-name" "^7.10.1" |
900 |
| - "@babel/helper-split-export-declaration" "^7.10.1" |
901 |
| - "@babel/parser" "^7.10.1" |
902 |
| - "@babel/types" "^7.10.1" |
903 |
| - debug "^4.1.0" |
904 |
| - globals "^11.1.0" |
905 |
| - lodash "^4.17.13" |
906 |
| - |
907 |
| -"@babel/traverse@^7.10.3": |
| 847 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.10.3": |
908 | 848 | version "7.10.3"
|
909 | 849 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.3.tgz#0b01731794aa7b77b214bcd96661f18281155d7e"
|
910 | 850 | integrity sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==
|
|
919 | 859 | globals "^11.1.0"
|
920 | 860 | lodash "^4.17.13"
|
921 | 861 |
|
922 |
| -"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.10.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 862 | +"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.3", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
923 | 863 | version "7.10.3"
|
924 | 864 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.3.tgz#6535e3b79fea86a6b09e012ea8528f935099de8e"
|
925 | 865 | integrity sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==
|
|
0 commit comments