|
131 | 131 | semver "^5.4.1"
|
132 | 132 | source-map "^0.5.0"
|
133 | 133 |
|
134 |
| - |
135 |
| - version "7.8.6" |
136 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.6.tgz#27d7df9258a45c2e686b6f18b6c659e563aa4636" |
137 |
| - integrity sha512-Sheg7yEJD51YHAvLEV/7Uvw95AeWqYPL3Vk3zGujJKIhJ+8oLw2ALaf3hbucILhKsgSoADOvtKRJuNVdcJkOrg== |
138 |
| - dependencies: |
139 |
| - "@babel/code-frame" "^7.8.3" |
140 |
| - "@babel/generator" "^7.8.6" |
141 |
| - "@babel/helpers" "^7.8.4" |
142 |
| - "@babel/parser" "^7.8.6" |
143 |
| - "@babel/template" "^7.8.6" |
144 |
| - "@babel/traverse" "^7.8.6" |
145 |
| - "@babel/types" "^7.8.6" |
146 |
| - convert-source-map "^1.7.0" |
147 |
| - debug "^4.1.0" |
148 |
| - gensync "^1.0.0-beta.1" |
149 |
| - json5 "^2.1.0" |
150 |
| - lodash "^4.17.13" |
151 |
| - resolve "^1.3.2" |
152 |
| - semver "^5.4.1" |
153 |
| - source-map "^0.5.0" |
154 |
| - |
155 |
| -"@babel/core@^7.7.5": |
| 134 | +"@babel/ [email protected]", "@babel/core@^7.7.5": |
156 | 135 | version "7.8.7"
|
157 | 136 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.7.tgz#b69017d221ccdeb203145ae9da269d72cf102f3b"
|
158 | 137 | integrity sha512-rBlqF3Yko9cynC5CCFy6+K/w2N+Sq/ff2BPy+Krp7rHlABIr5epbA7OxVeKoMHB39LZOp1UY5SuLjy6uWi35yA==
|
|
173 | 152 | semver "^5.4.1"
|
174 | 153 | source-map "^0.5.0"
|
175 | 154 |
|
176 |
| - |
177 |
| - version "7.8.6" |
178 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.6.tgz#57adf96d370c9a63c241cd719f9111468578537a" |
179 |
| - integrity sha512-4bpOR5ZBz+wWcMeVtcf7FbjcFzCp+817z2/gHNncIRcM9MmKzUhtWCYAq27RAfUrAFwb+OCG1s9WEaVxfi6cjg== |
180 |
| - dependencies: |
181 |
| - "@babel/types" "^7.8.6" |
182 |
| - jsesc "^2.5.1" |
183 |
| - lodash "^4.17.13" |
184 |
| - source-map "^0.5.0" |
185 |
| - |
186 |
| -"@babel/generator@^7.4.0", "@babel/generator@^7.8.3", "@babel/generator@^7.8.6", "@babel/generator@^7.8.7": |
| 155 | +"@babel/ [email protected]", "@babel/generator@^7.4.0", "@babel/generator@^7.8.3", "@babel/generator@^7.8.6", "@babel/generator@^7.8.7": |
187 | 156 | version "7.8.8"
|
188 | 157 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.8.tgz#cdcd58caab730834cee9eeadb729e833b625da3e"
|
189 | 158 | integrity sha512-HKyUVu69cZoclptr8t8U5b6sx6zoWjh8jiUhnuj3MpZuKT2dJ8zPTuiy31luq32swhI0SpwItCIlU8XW7BZeJg==
|
|
217 | 186 | "@babel/traverse" "^7.8.3"
|
218 | 187 | "@babel/types" "^7.8.7"
|
219 | 188 |
|
220 |
| -"@babel/helper-compilation-targets@^7.8.6": |
| 189 | +"@babel/helper-compilation-targets@^7.8.7": |
221 | 190 | version "7.8.7"
|
222 | 191 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.7.tgz#dac1eea159c0e4bd46e309b5a1b04a66b53c1dde"
|
223 | 192 | integrity sha512-4mWm8DCK2LugIS+p1yArqvG1Pf162upsIsjE7cNBjez+NjliQpVhj20obE520nao0o14DaTnFJv+Fw5a0JpoUw==
|
|
683 | 652 | "@babel/helper-plugin-utils" "^7.8.3"
|
684 | 653 | "@babel/helper-replace-supers" "^7.8.3"
|
685 | 654 |
|
686 |
| -"@babel/plugin-transform-parameters@^7.8.4": |
| 655 | +"@babel/plugin-transform-parameters@^7.8.7": |
687 | 656 | version "7.8.8"
|
688 | 657 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.8.8.tgz#0381de466c85d5404565243660c4496459525daf"
|
689 | 658 | integrity sha512-hC4Ld/Ulpf1psQciWWwdnUspQoQco2bMzSrwU6TmzRlvoYQe4rQFy9vnCZDTlVeCQj0JPfL+1RX0V8hCJvkgBA==
|
|
699 | 668 | dependencies:
|
700 | 669 | "@babel/helper-plugin-utils" "^7.8.3"
|
701 | 670 |
|
702 |
| -"@babel/plugin-transform-regenerator@^7.8.3": |
| 671 | +"@babel/plugin-transform-regenerator@^7.8.7": |
703 | 672 | version "7.8.7"
|
704 | 673 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.8.7.tgz#5e46a0dca2bee1ad8285eb0527e6abc9c37672f8"
|
705 | 674 | integrity sha512-TIg+gAl4Z0a3WmD3mbYSk+J9ZUH6n/Yc57rtKRnlA/7rcCvpekHXe0CMZHP1gYp7/KLe9GHTuIba0vXmls6drA==
|
|
758 | 727 | "@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
759 | 728 | "@babel/helper-plugin-utils" "^7.8.3"
|
760 | 729 |
|
761 |
| - |
762 |
| - version "7.8.6" |
763 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.6.tgz#2a0773b08589ecba4995fc71b1965e4f531af40b" |
764 |
| - integrity sha512-M5u8llV9DIVXBFB/ArIpqJuvXpO+ymxcJ6e8ZAmzeK3sQeBNOD1y+rHvHCGG4TlEmsNpIrdecsHGHT8ZCoOSJg== |
| 730 | + |
| 731 | + version "7.8.7" |
| 732 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.7.tgz#1fc7d89c7f75d2d70c2b6768de6c2e049b3cb9db" |
| 733 | + integrity sha512-BYftCVOdAYJk5ASsznKAUl53EMhfBbr8CJ1X+AJLfGPscQkwJFiaV/Wn9DPH/7fzm2v6iRYJKYHSqyynTGw0nw== |
765 | 734 | dependencies:
|
766 | 735 | "@babel/compat-data" "^7.8.6"
|
767 |
| - "@babel/helper-compilation-targets" "^7.8.6" |
| 736 | + "@babel/helper-compilation-targets" "^7.8.7" |
768 | 737 | "@babel/helper-module-imports" "^7.8.3"
|
769 | 738 | "@babel/helper-plugin-utils" "^7.8.3"
|
770 | 739 | "@babel/plugin-proposal-async-generator-functions" "^7.8.3"
|
|
804 | 773 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
|
805 | 774 | "@babel/plugin-transform-new-target" "^7.8.3"
|
806 | 775 | "@babel/plugin-transform-object-super" "^7.8.3"
|
807 |
| - "@babel/plugin-transform-parameters" "^7.8.4" |
| 776 | + "@babel/plugin-transform-parameters" "^7.8.7" |
808 | 777 | "@babel/plugin-transform-property-literals" "^7.8.3"
|
809 |
| - "@babel/plugin-transform-regenerator" "^7.8.3" |
| 778 | + "@babel/plugin-transform-regenerator" "^7.8.7" |
810 | 779 | "@babel/plugin-transform-reserved-words" "^7.8.3"
|
811 | 780 | "@babel/plugin-transform-shorthand-properties" "^7.8.3"
|
812 | 781 | "@babel/plugin-transform-spread" "^7.8.3"
|
813 | 782 | "@babel/plugin-transform-sticky-regex" "^7.8.3"
|
814 | 783 | "@babel/plugin-transform-template-literals" "^7.8.3"
|
815 | 784 | "@babel/plugin-transform-typeof-symbol" "^7.8.4"
|
816 | 785 | "@babel/plugin-transform-unicode-regex" "^7.8.3"
|
817 |
| - "@babel/types" "^7.8.6" |
| 786 | + "@babel/types" "^7.8.7" |
818 | 787 | browserslist "^4.8.5"
|
819 | 788 | core-js-compat "^3.6.2"
|
820 | 789 | invariant "^2.2.2"
|
|
0 commit comments