|
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:
|
@@ -1075,10 +1101,6 @@ babel-types@^6.26.0:
|
1075 | 1101 | lodash "^4.17.4"
|
1076 | 1102 | to-fast-properties "^1.0.3"
|
1077 | 1103 |
|
1078 |
| - |
1079 |
| - version "7.0.0-beta.36" |
1080 |
| - resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e" |
1081 |
| - |
1082 | 1104 | babylon@^6.17.2, babylon@^6.17.4:
|
1083 | 1105 | version "6.17.4"
|
1084 | 1106 | resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.4.tgz#3e8b7402b88d22c3423e137a1577883b15ff869a"
|
|
2017 | 2039 | dependencies:
|
2018 | 2040 | ms "2.0.0"
|
2019 | 2041 |
|
2020 |
| -debug@^3.0.1: |
2021 |
| - version "3.0.1" |
2022 |
| - resolved "https://registry.yarnpkg.com/debug/-/debug-3.0.1.tgz#0564c612b521dc92d9f2988f0549e34f9c98db64" |
2023 |
| - dependencies: |
2024 |
| - ms "2.0.0" |
2025 |
| - |
2026 | 2042 | debug@^3.1.0:
|
2027 | 2043 | version "3.1.0"
|
2028 | 2044 | resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
|
|
2500 | 2516 | jsx-ast-utils "^2.0.0"
|
2501 | 2517 | prop-types "^15.6.0"
|
2502 | 2518 |
|
2503 |
| -eslint-scope@^3.7.1, eslint-scope@~3.7.1: |
| 2519 | +[email protected], eslint-scope@^3.7.1: |
2504 | 2520 | version "3.7.1"
|
2505 | 2521 | resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
|
2506 | 2522 | dependencies:
|
@@ -4410,6 +4426,10 @@ js-tokens@^3.0.2:
|
4410 | 4426 | version "3.0.2"
|
4411 | 4427 | resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
4412 | 4428 |
|
| 4429 | +js-tokens@^4.0.0: |
| 4430 | + version "4.0.0" |
| 4431 | + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" |
| 4432 | + |
4413 | 4433 | js-yaml@^3.10.0, js-yaml@^3.9.1:
|
4414 | 4434 | version "3.10.0"
|
4415 | 4435 | resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
|
@@ -4467,7 +4487,7 @@ jsesc@^1.3.0:
|
4467 | 4487 | version "1.3.0"
|
4468 | 4488 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
|
4469 | 4489 |
|
4470 |
| -jsesc@^2.2.0: |
| 4490 | +jsesc@^2.2.0, jsesc@^2.5.1: |
4471 | 4491 | version "2.5.1"
|
4472 | 4492 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe"
|
4473 | 4493 |
|
@@ -4744,6 +4764,10 @@ lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.3.0:
|
4744 | 4764 | version "4.17.4"
|
4745 | 4765 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
|
4746 | 4766 |
|
| 4767 | +lodash@^4.17.10: |
| 4768 | + version "4.17.10" |
| 4769 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" |
| 4770 | + |
4747 | 4771 | logalot@^2.0.0:
|
4748 | 4772 | version "2.1.0"
|
4749 | 4773 | resolved "https://registry.yarnpkg.com/logalot/-/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552"
|
|
0 commit comments