|
48 | 48 | invariant "^2.2.4" |
49 | 49 | semver "^5.5.0" |
50 | 50 |
|
51 | | -"@babel/core@7.10.1": |
52 | | - version "7.10.1" |
53 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.1.tgz#2a0ad0ea693601820defebad2140206503d89af3" |
54 | | - integrity sha512-u8XiZ6sMXW/gPmoP5ijonSUln4unazG291X0XAQ5h0s8qnAFr6BRRZGUEK+jtRWdmB0NTJQt7Uga25q8GetIIg== |
| 51 | +"@babel/core@7.10.2": |
| 52 | + version "7.10.2" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a" |
| 54 | + integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ== |
55 | 55 | dependencies: |
56 | 56 | "@babel/code-frame" "^7.10.1" |
57 | | - "@babel/generator" "^7.10.1" |
| 57 | + "@babel/generator" "^7.10.2" |
58 | 58 | "@babel/helper-module-transforms" "^7.10.1" |
59 | 59 | "@babel/helpers" "^7.10.1" |
60 | | - "@babel/parser" "^7.10.1" |
| 60 | + "@babel/parser" "^7.10.2" |
61 | 61 | "@babel/template" "^7.10.1" |
62 | 62 | "@babel/traverse" "^7.10.1" |
63 | | - "@babel/types" "^7.10.1" |
| 63 | + "@babel/types" "^7.10.2" |
64 | 64 | convert-source-map "^1.7.0" |
65 | 65 | debug "^4.1.0" |
66 | 66 | gensync "^1.0.0-beta.1" |
|
163 | 163 | lodash "^4.17.13" |
164 | 164 | source-map "^0.5.0" |
165 | 165 |
|
| 166 | +"@babel/generator@^7.10.2": |
| 167 | + version "7.10.2" |
| 168 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9" |
| 169 | + integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA== |
| 170 | + dependencies: |
| 171 | + "@babel/types" "^7.10.2" |
| 172 | + jsesc "^2.5.1" |
| 173 | + lodash "^4.17.13" |
| 174 | + source-map "^0.5.0" |
| 175 | + |
166 | 176 | "@babel/generator@^7.2.2": |
167 | 177 | version "7.2.2" |
168 | 178 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.2.tgz#18c816c70962640eab42fe8cae5f3947a5c65ccc" |
|
277 | 287 | "@babel/traverse" "^7.1.0" |
278 | 288 | "@babel/types" "^7.0.0" |
279 | 289 |
|
280 | | -"@babel/helper-compilation-targets@^7.10.1": |
281 | | - version "7.10.1" |
282 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.1.tgz#ad6f69b4c3bae955081ef914a84e5878ffcaca63" |
283 | | - integrity sha512-YuF8IrgSmX/+MV2plPkjEnzlC2wf+gaok8ehMNN0jodF3/sejZauExqpEVGbJua62oaWoNYIXwz4RmAsVcGyHw== |
| 290 | +"@babel/helper-compilation-targets@^7.10.2": |
| 291 | + version "7.10.2" |
| 292 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz#a17d9723b6e2c750299d2a14d4637c76936d8285" |
| 293 | + integrity sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA== |
284 | 294 | dependencies: |
285 | 295 | "@babel/compat-data" "^7.10.1" |
286 | 296 | browserslist "^4.12.0" |
|
760 | 770 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c" |
761 | 771 | integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg== |
762 | 772 |
|
| 773 | +"@babel/parser@^7.10.2": |
| 774 | + version "7.10.2" |
| 775 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0" |
| 776 | + integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ== |
| 777 | + |
763 | 778 | "@babel/parser@^7.2.2", "@babel/parser@^7.2.3": |
764 | 779 | version "7.2.3" |
765 | 780 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.3.tgz#32f5df65744b70888d17872ec106b02434ba1489" |
|
1621 | 1636 | core-js "^2.5.7" |
1622 | 1637 | regenerator-runtime "^0.11.1" |
1623 | 1638 |
|
1624 | | -"@babel/preset-env@7.10.1": |
1625 | | - version "7.10.1" |
1626 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.1.tgz#099e1b76379739bdcbfab3d548dc7e7edb2ac808" |
1627 | | - integrity sha512-bGWNfjfXRLnqbN2T4lB3pMfoic8dkRrmHpVZamSFHzGy5xklyHTobZ28TVUD2grhE5WDnu67tBj8oslIhkiOMQ== |
| 1639 | +"@babel/preset-env@7.10.2": |
| 1640 | + version "7.10.2" |
| 1641 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.10.2.tgz#715930f2cf8573b0928005ee562bed52fb65fdfb" |
| 1642 | + integrity sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA== |
1628 | 1643 | dependencies: |
1629 | 1644 | "@babel/compat-data" "^7.10.1" |
1630 | | - "@babel/helper-compilation-targets" "^7.10.1" |
| 1645 | + "@babel/helper-compilation-targets" "^7.10.2" |
1631 | 1646 | "@babel/helper-module-imports" "^7.10.1" |
1632 | 1647 | "@babel/helper-plugin-utils" "^7.10.1" |
1633 | 1648 | "@babel/plugin-proposal-async-generator-functions" "^7.10.1" |
|
1684 | 1699 | "@babel/plugin-transform-unicode-escapes" "^7.10.1" |
1685 | 1700 | "@babel/plugin-transform-unicode-regex" "^7.10.1" |
1686 | 1701 | "@babel/preset-modules" "^0.1.3" |
1687 | | - "@babel/types" "^7.10.1" |
| 1702 | + "@babel/types" "^7.10.2" |
1688 | 1703 | browserslist "^4.12.0" |
1689 | 1704 | core-js-compat "^3.6.2" |
1690 | 1705 | invariant "^2.2.2" |
|
1955 | 1970 | lodash "^4.17.13" |
1956 | 1971 | to-fast-properties "^2.0.0" |
1957 | 1972 |
|
| 1973 | +"@babel/types@^7.10.2": |
| 1974 | + version "7.10.2" |
| 1975 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d" |
| 1976 | + integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng== |
| 1977 | + dependencies: |
| 1978 | + "@babel/helper-validator-identifier" "^7.10.1" |
| 1979 | + lodash "^4.17.13" |
| 1980 | + to-fast-properties "^2.0.0" |
| 1981 | + |
1958 | 1982 | "@babel/types@^7.2.0", "@babel/types@^7.2.2": |
1959 | 1983 | version "7.2.2" |
1960 | 1984 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e" |
|
0 commit comments