|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/[email protected]-beta.36": |
6 |
| - version "7.0.0-beta.36" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.36.tgz#2349d7ec04b3a06945ae173280ef8579b63728e4" |
| 5 | +"@babel/code-frame@^7.0.0": |
| 6 | + version "7.0.0" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" |
8 | 8 | dependencies:
|
9 |
| - chalk "^2.0.0" |
10 |
| - esutils "^2.0.2" |
11 |
| - js-tokens "^3.0.0" |
| 9 | + "@babel/highlight" "^7.0.0" |
| 10 | + |
| 11 | +"@babel/generator@^7.0.0": |
| 12 | + version "7.0.0" |
| 13 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa" |
| 14 | + dependencies: |
| 15 | + "@babel/types" "^7.0.0" |
| 16 | + jsesc "^2.5.1" |
| 17 | + lodash "^4.17.10" |
| 18 | + source-map "^0.5.0" |
| 19 | + trim-right "^1.0.1" |
12 | 20 |
|
13 |
| -"@babel/[email protected]-beta.36": |
14 |
| - version "7.0.0-beta.36" |
15 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.36.tgz#366e3bc35147721b69009f803907c4d53212e88d" |
| 21 | +"@babel/helper-function-name@^7.0.0": |
| 22 | + version "7.0.0" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0.tgz#a68cc8d04420ccc663dd258f9cc41b8261efa2d4" |
16 | 24 | dependencies:
|
17 |
| - "@babel/helper-get-function-arity" "7.0.0-beta.36" |
18 |
| - "@babel/template" "7.0.0-beta.36" |
19 |
| - "@babel/types" "7.0.0-beta.36" |
| 25 | + "@babel/helper-get-function-arity" "^7.0.0" |
| 26 | + "@babel/template" "^7.0.0" |
| 27 | + "@babel/types" "^7.0.0" |
20 | 28 |
|
21 |
| -"@babel/[email protected]-beta.36": |
22 |
| - version "7.0.0-beta.36" |
23 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.36.tgz#f5383bac9a96b274828b10d98900e84ee43e32b8" |
| 29 | +"@babel/helper-get-function-arity@^7.0.0": |
| 30 | + version "7.0.0" |
| 31 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3" |
24 | 32 | dependencies:
|
25 |
| - "@babel/types" "7.0.0-beta.36" |
| 33 | + "@babel/types" "^7.0.0" |
26 | 34 |
|
27 |
| -"@babel/template@7.0.0-beta.36": |
28 |
| - version "7.0.0-beta.36" |
29 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00" |
| 35 | +"@babel/helper-split-export-declaration@^7.0.0": |
| 36 | + version "7.0.0" |
| 37 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813" |
30 | 38 | dependencies:
|
31 |
| - "@babel/code-frame" "7.0.0-beta.36" |
32 |
| - "@babel/types" "7.0.0-beta.36" |
33 |
| - babylon "7.0.0-beta.36" |
34 |
| - lodash "^4.2.0" |
| 39 | + "@babel/types" "^7.0.0" |
| 40 | + |
| 41 | +"@babel/highlight@^7.0.0": |
| 42 | + version "7.0.0" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4" |
| 44 | + dependencies: |
| 45 | + chalk "^2.0.0" |
| 46 | + esutils "^2.0.2" |
| 47 | + js-tokens "^4.0.0" |
35 | 48 |
|
36 |
| - |
37 |
| - version "7.0.0-beta.36" |
38 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.36.tgz#1dc6f8750e89b6b979de5fe44aa993b1a2192261" |
| 49 | +"@babel/parser@^7.0.0": |
| 50 | + version "7.0.0" |
| 51 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0.tgz#697655183394facffb063437ddf52c0277698775" |
| 52 | + |
| 53 | +"@babel/template@^7.0.0": |
| 54 | + version "7.0.0" |
| 55 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0.tgz#c2bc9870405959c89a9c814376a2ecb247838c80" |
39 | 56 | dependencies:
|
40 |
| - "@babel/code-frame" "7.0.0-beta.36" |
41 |
| - "@babel/helper-function-name" "7.0.0-beta.36" |
42 |
| - "@babel/types" "7.0.0-beta.36" |
43 |
| - babylon "7.0.0-beta.36" |
44 |
| - debug "^3.0.1" |
| 57 | + "@babel/code-frame" "^7.0.0" |
| 58 | + "@babel/parser" "^7.0.0" |
| 59 | + "@babel/types" "^7.0.0" |
| 60 | + |
| 61 | +"@babel/traverse@^7.0.0": |
| 62 | + version "7.0.0" |
| 63 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61" |
| 64 | + dependencies: |
| 65 | + "@babel/code-frame" "^7.0.0" |
| 66 | + "@babel/generator" "^7.0.0" |
| 67 | + "@babel/helper-function-name" "^7.0.0" |
| 68 | + "@babel/helper-split-export-declaration" "^7.0.0" |
| 69 | + "@babel/parser" "^7.0.0" |
| 70 | + "@babel/types" "^7.0.0" |
| 71 | + debug "^3.1.0" |
45 | 72 | globals "^11.1.0"
|
46 |
| - invariant "^2.2.0" |
47 |
| - lodash "^4.2.0" |
| 73 | + lodash "^4.17.10" |
48 | 74 |
|
49 |
| -"@babel/[email protected]-beta.36": |
50 |
| - version "7.0.0-beta.36" |
51 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.36.tgz#64f2004353de42adb72f9ebb4665fc35b5499d23" |
| 75 | +"@babel/types@^7.0.0": |
| 76 | + version "7.0.0" |
| 77 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118" |
52 | 78 | dependencies:
|
53 | 79 | esutils "^2.0.2"
|
54 |
| - lodash "^4.2.0" |
| 80 | + lodash "^4.17.10" |
55 | 81 | to-fast-properties "^2.0.0"
|
56 | 82 |
|
57 | 83 | abab@^1.0.3:
|
@@ -512,15 +538,15 @@ babel-core@^6.26.0:
|
512 | 538 | slash "^1.0.0"
|
513 | 539 | source-map "^0.5.6"
|
514 | 540 |
|
515 |
| -babel-eslint@8.2.1: |
516 |
| - version "8.2.1" |
517 |
| - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.1.tgz#136888f3c109edc65376c23ebf494f36a3e03951" |
| 541 | +babel-eslint@9.0.0: |
| 542 | + version "9.0.0" |
| 543 | + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220" |
518 | 544 | dependencies:
|
519 |
| - "@babel/code-frame" "7.0.0-beta.36" |
520 |
| - "@babel/traverse" "7.0.0-beta.36" |
521 |
| - "@babel/types" "7.0.0-beta.36" |
522 |
| - babylon "7.0.0-beta.36" |
523 |
| - eslint-scope "~3.7.1" |
| 545 | + "@babel/code-frame" "^7.0.0" |
| 546 | + "@babel/parser" "^7.0.0" |
| 547 | + "@babel/traverse" "^7.0.0" |
| 548 | + "@babel/types" "^7.0.0" |
| 549 | + eslint-scope "3.7.1" |
524 | 550 | eslint-visitor-keys "^1.0.0"
|
525 | 551 |
|
526 | 552 | babel-generator@^6.18.0, babel-generator@^6.25.0:
|
@@ -1076,10 +1102,6 @@ babel-types@^6.26.0:
|
1076 | 1102 | lodash "^4.17.4"
|
1077 | 1103 | to-fast-properties "^1.0.3"
|
1078 | 1104 |
|
1079 |
| - |
1080 |
| - version "7.0.0-beta.36" |
1081 |
| - resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e" |
1082 |
| - |
1083 | 1105 | babylon@^6.17.2, babylon@^6.17.4:
|
1084 | 1106 | version "6.17.4"
|
1085 | 1107 | resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.4.tgz#3e8b7402b88d22c3423e137a1577883b15ff869a"
|
|
2018 | 2040 | dependencies:
|
2019 | 2041 | ms "2.0.0"
|
2020 | 2042 |
|
2021 |
| -debug@^3.0.1: |
2022 |
| - version "3.0.1" |
2023 |
| - resolved "https://registry.yarnpkg.com/debug/-/debug-3.0.1.tgz#0564c612b521dc92d9f2988f0549e34f9c98db64" |
2024 |
| - dependencies: |
2025 |
| - ms "2.0.0" |
2026 |
| - |
2027 | 2043 | debug@^3.1.0:
|
2028 | 2044 | version "3.1.0"
|
2029 | 2045 | resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
|
|
2511 | 2527 | jsx-ast-utils "^2.0.0"
|
2512 | 2528 | prop-types "^15.6.0"
|
2513 | 2529 |
|
2514 |
| -eslint-scope@^3.7.1, eslint-scope@~3.7.1: |
| 2530 | +[email protected], eslint-scope@^3.7.1: |
2515 | 2531 | version "3.7.1"
|
2516 | 2532 | resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
|
2517 | 2533 | dependencies:
|
@@ -4425,6 +4441,10 @@ js-tokens@^3.0.2:
|
4425 | 4441 | version "3.0.2"
|
4426 | 4442 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
4427 | 4443 |
|
| 4444 | +js-tokens@^4.0.0: |
| 4445 | + version "4.0.0" |
| 4446 | + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" |
| 4447 | + |
4428 | 4448 | js-yaml@^3.10.0, js-yaml@^3.9.1:
|
4429 | 4449 | version "3.10.0"
|
4430 | 4450 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
|
@@ -4482,7 +4502,7 @@ jsesc@^1.3.0:
|
4482 | 4502 | version "1.3.0"
|
4483 | 4503 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
|
4484 | 4504 |
|
4485 |
| -jsesc@^2.2.0: |
| 4505 | +jsesc@^2.2.0, jsesc@^2.5.1: |
4486 | 4506 | version "2.5.1"
|
4487 | 4507 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"
|
4488 | 4508 |
|
@@ -4759,6 +4779,10 @@ lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
|
4759 | 4779 | version "4.17.4"
|
4760 | 4780 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
|
4761 | 4781 |
|
| 4782 | +lodash@^4.17.10: |
| 4783 | + version "4.17.10" |
| 4784 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" |
| 4785 | + |
4762 | 4786 | logalot@^2.0.0:
|
4763 | 4787 | version "2.1.0"
|
4764 | 4788 | resolved "https://registry.yarnpkg.com/logalot/-/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552"
|
|
0 commit comments