|
14 | 14 | dependencies:
|
15 | 15 | "@babel/highlight" "^7.0.0"
|
16 | 16 |
|
17 |
| -"@babel/core@^7.1.0", "@babel/core@^7.4.5", "@babel/core@^7.5.5": |
| 17 | +"@babel/core@^7.1.0", "@babel/core@^7.5.5": |
18 | 18 | version "7.5.5"
|
19 | 19 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
|
20 | 20 | integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
|
|
34 | 34 | semver "^5.4.1"
|
35 | 35 | source-map "^0.5.0"
|
36 | 36 |
|
| 37 | +"@babel/core@^7.7.2": |
| 38 | + version "7.7.4" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.4.tgz#37e864532200cb6b50ee9a4045f5f817840166ab" |
| 40 | + integrity sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ== |
| 41 | + dependencies: |
| 42 | + "@babel/code-frame" "^7.5.5" |
| 43 | + "@babel/generator" "^7.7.4" |
| 44 | + "@babel/helpers" "^7.7.4" |
| 45 | + "@babel/parser" "^7.7.4" |
| 46 | + "@babel/template" "^7.7.4" |
| 47 | + "@babel/traverse" "^7.7.4" |
| 48 | + "@babel/types" "^7.7.4" |
| 49 | + convert-source-map "^1.7.0" |
| 50 | + debug "^4.1.0" |
| 51 | + json5 "^2.1.0" |
| 52 | + lodash "^4.17.13" |
| 53 | + resolve "^1.3.2" |
| 54 | + semver "^5.4.1" |
| 55 | + source-map "^0.5.0" |
| 56 | + |
37 | 57 | "@babel/generator@^7.4.0", "@babel/generator@^7.5.5":
|
38 | 58 | version "7.5.5"
|
39 | 59 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.5.tgz#873a7f936a3c89491b43536d12245b626664e3cf"
|
|
45 | 65 | source-map "^0.5.0"
|
46 | 66 | trim-right "^1.0.1"
|
47 | 67 |
|
| 68 | +"@babel/generator@^7.7.4": |
| 69 | + version "7.7.4" |
| 70 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369" |
| 71 | + integrity sha512-m5qo2WgdOJeyYngKImbkyQrnUN1mPceaG5BV+G0E3gWsa4l/jCSryWJdM2x8OuGAOyh+3d5pVYfZWCiNFtynxg== |
| 72 | + dependencies: |
| 73 | + "@babel/types" "^7.7.4" |
| 74 | + jsesc "^2.5.1" |
| 75 | + lodash "^4.17.13" |
| 76 | + source-map "^0.5.0" |
| 77 | + |
48 | 78 | "@babel/helper-annotate-as-pure@^7.0.0":
|
49 | 79 | version "7.0.0"
|
50 | 80 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
115 | 145 | "@babel/template" "^7.1.0"
|
116 | 146 | "@babel/types" "^7.0.0"
|
117 | 147 |
|
| 148 | +"@babel/helper-function-name@^7.7.4": |
| 149 | + version "7.7.4" |
| 150 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e" |
| 151 | + integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ== |
| 152 | + dependencies: |
| 153 | + "@babel/helper-get-function-arity" "^7.7.4" |
| 154 | + "@babel/template" "^7.7.4" |
| 155 | + "@babel/types" "^7.7.4" |
| 156 | + |
118 | 157 | "@babel/helper-get-function-arity@^7.0.0":
|
119 | 158 | version "7.0.0"
|
120 | 159 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
121 | 160 | integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
|
122 | 161 | dependencies:
|
123 | 162 | "@babel/types" "^7.0.0"
|
124 | 163 |
|
| 164 | +"@babel/helper-get-function-arity@^7.7.4": |
| 165 | + version "7.7.4" |
| 166 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0" |
| 167 | + integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA== |
| 168 | + dependencies: |
| 169 | + "@babel/types" "^7.7.4" |
| 170 | + |
125 | 171 | "@babel/helper-hoist-variables@^7.4.4":
|
126 | 172 | version "7.4.4"
|
127 | 173 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
|
|
210 | 256 | dependencies:
|
211 | 257 | "@babel/types" "^7.4.4"
|
212 | 258 |
|
| 259 | +"@babel/helper-split-export-declaration@^7.7.4": |
| 260 | + version "7.7.4" |
| 261 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8" |
| 262 | + integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug== |
| 263 | + dependencies: |
| 264 | + "@babel/types" "^7.7.4" |
| 265 | + |
213 | 266 | "@babel/helper-wrap-function@^7.1.0":
|
214 | 267 | version "7.2.0"
|
215 | 268 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
|
|
229 | 282 | "@babel/traverse" "^7.5.5"
|
230 | 283 | "@babel/types" "^7.5.5"
|
231 | 284 |
|
| 285 | +"@babel/helpers@^7.7.4": |
| 286 | + version "7.7.4" |
| 287 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.7.4.tgz#62c215b9e6c712dadc15a9a0dcab76c92a940302" |
| 288 | + integrity sha512-ak5NGZGJ6LV85Q1Zc9gn2n+ayXOizryhjSUBTdu5ih1tlVCJeuQENzc4ItyCVhINVXvIT/ZQ4mheGIsfBkpskg== |
| 289 | + dependencies: |
| 290 | + "@babel/template" "^7.7.4" |
| 291 | + "@babel/traverse" "^7.7.4" |
| 292 | + "@babel/types" "^7.7.4" |
| 293 | + |
232 | 294 | "@babel/highlight@^7.0.0":
|
233 | 295 | version "7.5.0"
|
234 | 296 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
|
|
243 | 305 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
|
244 | 306 | integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
|
245 | 307 |
|
| 308 | +"@babel/parser@^7.7.4": |
| 309 | + version "7.7.4" |
| 310 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb" |
| 311 | + integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g== |
| 312 | + |
246 | 313 | "@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
247 | 314 | version "7.2.0"
|
248 | 315 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
|
|
727 | 794 | "@babel/parser" "^7.4.4"
|
728 | 795 | "@babel/types" "^7.4.4"
|
729 | 796 |
|
| 797 | +"@babel/template@^7.7.4": |
| 798 | + version "7.7.4" |
| 799 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b" |
| 800 | + integrity sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw== |
| 801 | + dependencies: |
| 802 | + "@babel/code-frame" "^7.0.0" |
| 803 | + "@babel/parser" "^7.7.4" |
| 804 | + "@babel/types" "^7.7.4" |
| 805 | + |
730 | 806 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5":
|
731 | 807 | version "7.5.5"
|
732 | 808 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
|
|
742 | 818 | globals "^11.1.0"
|
743 | 819 | lodash "^4.17.13"
|
744 | 820 |
|
| 821 | +"@babel/traverse@^7.7.4": |
| 822 | + version "7.7.4" |
| 823 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558" |
| 824 | + integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw== |
| 825 | + dependencies: |
| 826 | + "@babel/code-frame" "^7.5.5" |
| 827 | + "@babel/generator" "^7.7.4" |
| 828 | + "@babel/helper-function-name" "^7.7.4" |
| 829 | + "@babel/helper-split-export-declaration" "^7.7.4" |
| 830 | + "@babel/parser" "^7.7.4" |
| 831 | + "@babel/types" "^7.7.4" |
| 832 | + debug "^4.1.0" |
| 833 | + globals "^11.1.0" |
| 834 | + lodash "^4.17.13" |
| 835 | + |
745 | 836 | "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
|
746 | 837 | version "7.5.5"
|
747 | 838 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
|
|
751 | 842 | lodash "^4.17.13"
|
752 | 843 | to-fast-properties "^2.0.0"
|
753 | 844 |
|
| 845 | +"@babel/types@^7.7.4": |
| 846 | + version "7.7.4" |
| 847 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193" |
| 848 | + integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA== |
| 849 | + dependencies: |
| 850 | + esutils "^2.0.2" |
| 851 | + lodash "^4.17.13" |
| 852 | + to-fast-properties "^2.0.0" |
| 853 | + |
754 | 854 | "@cnakazawa/watch@^1.0.3":
|
755 | 855 | version "1.0.3"
|
756 | 856 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
|
|
954 | 1054 | dependencies:
|
955 | 1055 | any-observable "^0.3.0"
|
956 | 1056 |
|
957 |
| -"@types/babel__core@^7.1.0", "@types/babel__core@^7.1.2": |
| 1057 | +"@types/babel__core@^7.1.0", "@types/babel__core@^7.1.3": |
958 | 1058 | version "7.1.3"
|
959 | 1059 | resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.3.tgz#e441ea7df63cd080dfcd02ab199e6d16a735fc30"
|
960 | 1060 | integrity sha512-8fBo0UR2CcwWxeX7WIIgJ7lXjasFxoYgRnFHUj+hRvKkpiBJbxhdAPTCY6/ZKM0uxANFVzt4yObSLuTiTnazDA==
|
|
1132 | 1232 | "@types/prop-types" "*"
|
1133 | 1233 | csstype "^2.2.0"
|
1134 | 1234 |
|
| 1235 | +"@types/schema-utils@^1.0.0": |
| 1236 | + version "1.0.0" |
| 1237 | + resolved "https://registry.yarnpkg.com/@types/schema-utils/-/schema-utils-1.0.0.tgz#295d36f01e2cb8bc3207ca1d9a68e210db6b40cb" |
| 1238 | + integrity sha512-YesPanU1+WCigC/Aj1Mga8UCOjHIfMNHZ3zzDsUY7lI8GlKnh/Kv2QwJOQ+jNQ36Ru7IfzSedlG14hppYaN13A== |
| 1239 | + |
1135 | 1240 | "@types/stack-utils@^1.0.1":
|
1136 | 1241 | version "1.0.1"
|
1137 | 1242 | resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
|
@@ -1271,6 +1376,11 @@ aggregate-error@^3.0.0:
|
1271 | 1376 | clean-stack "^2.0.0"
|
1272 | 1377 | indent-string "^3.2.0"
|
1273 | 1378 |
|
| 1379 | +ajv-keywords@^3.4.1: |
| 1380 | + version "3.4.1" |
| 1381 | + resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.4.1.tgz#ef916e271c64ac12171fd8384eaae6b2345854da" |
| 1382 | + integrity sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ== |
| 1383 | + |
1274 | 1384 | ajv@^6.10.0, ajv@^6.10.2, ajv@^6.5.5:
|
1275 | 1385 | version "6.10.2"
|
1276 | 1386 | resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52"
|
@@ -1524,16 +1634,18 @@ babel-plugin-react-intl-auto@^2.2.0:
|
1524 | 1634 | "@babel/types" "^7.5.5"
|
1525 | 1635 | murmurhash3js "^3.0.1"
|
1526 | 1636 |
|
1527 |
| -babel-plugin-react-intl@^4.1.16: |
1528 |
| - version "4.1.16" |
1529 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-4.1.16.tgz#96d63a007f2aa77b53b93bf7d5ba4f4da8dc7937" |
1530 |
| - integrity sha512-JzP+HkF7C+eOAcruygiRIrBgikh2n2xsV3hMBYib3SlqTxZu2pEW2g85nk8Zm1TJ32LvPOEnvZKwWnB0443/CQ== |
| 1637 | +babel-plugin-react-intl@^5.1.8: |
| 1638 | + version "5.1.8" |
| 1639 | + resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-5.1.8.tgz#1eeee69f9b05a752dcda00d04795be2a7cae7b58" |
| 1640 | + integrity sha512-v5SIQlM1Yu22DmVy1GpkV187QdprXWtdY5iOG+t1t7/zw9FKfadO/dNXXjUt+gHZHUjrrkqG/ma9ZokqoVGyhg== |
1531 | 1641 | dependencies:
|
1532 |
| - "@babel/core" "^7.4.5" |
| 1642 | + "@babel/core" "^7.7.2" |
1533 | 1643 | "@babel/helper-plugin-utils" "^7.0.0"
|
1534 |
| - "@types/babel__core" "^7.1.2" |
| 1644 | + "@types/babel__core" "^7.1.3" |
| 1645 | + "@types/schema-utils" "^1.0.0" |
1535 | 1646 | fs-extra "^8.0.1"
|
1536 |
| - intl-messageformat-parser "^3.1.0" |
| 1647 | + intl-messageformat-parser "^3.3.1" |
| 1648 | + schema-utils "^2.2.0" |
1537 | 1649 |
|
1538 | 1650 | babel-preset-jest@^24.9.0:
|
1539 | 1651 | version "24.9.0"
|
@@ -1869,6 +1981,13 @@ convert-source-map@^1.1.0, convert-source-map@^1.4.0:
|
1869 | 1981 | dependencies:
|
1870 | 1982 | safe-buffer "~5.1.1"
|
1871 | 1983 |
|
| 1984 | +convert-source-map@^1.7.0: |
| 1985 | + version "1.7.0" |
| 1986 | + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" |
| 1987 | + integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== |
| 1988 | + dependencies: |
| 1989 | + safe-buffer "~5.1.1" |
| 1990 | + |
1872 | 1991 | copy-descriptor@^0.1.0:
|
1873 | 1992 | version "0.1.1"
|
1874 | 1993 | resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
@@ -3105,6 +3224,11 @@ intl-messageformat-parser@^3.1.0:
|
3105 | 3224 | resolved "https://registry.yarnpkg.com/intl-messageformat-parser/-/intl-messageformat-parser-3.1.0.tgz#747e3dbafaf1c1fd07dffa6e4f54ed60e0336ca7"
|
3106 | 3225 | integrity sha512-HUa6oLTy3Q+X0mpmk3g5as8WiM1F2AtssfsmNbFUu4yf+y/eD6aggpbnfjxT4uTJFL9JhcsE2gQfzAF2PTTsFg==
|
3107 | 3226 |
|
| 3227 | +intl-messageformat-parser@^3.3.1: |
| 3228 | + version "3.3.1" |
| 3229 | + resolved "https://registry.yarnpkg.com/intl-messageformat-parser/-/intl-messageformat-parser-3.3.1.tgz#2140b2072149ae8639645823a3a895d515d251a4" |
| 3230 | + integrity sha512-H+t27dpxi8r51GD9km0huyy5UJET3YF3AT2mvXRc0PRioKPFNexxhMUSagPNrMqGhb+/7p7RPcmsv7tcgCdWWQ== |
| 3231 | + |
3108 | 3232 | intl-messageformat@^7.1.6:
|
3109 | 3233 | version "7.1.6"
|
3110 | 3234 | resolved "https://registry.yarnpkg.com/intl-messageformat/-/intl-messageformat-7.1.6.tgz#3844b0c65d07eabdf016c1f0a5f1964d24f364a5"
|
@@ -5472,6 +5596,14 @@ sax@^1.2.4:
|
5472 | 5596 | resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
|
5473 | 5597 | integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
|
5474 | 5598 |
|
| 5599 | +schema-utils@^2.2.0: |
| 5600 | + version "2.6.1" |
| 5601 | + resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.6.1.tgz#eb78f0b945c7bcfa2082b3565e8db3548011dc4f" |
| 5602 | + integrity sha512-0WXHDs1VDJyo+Zqs9TKLKyD/h7yDpHUhEFsM2CzkICFdoX1av+GBq/J2xRTFfsQO5kBfhZzANf2VcIm84jqDbg== |
| 5603 | + dependencies: |
| 5604 | + ajv "^6.10.2" |
| 5605 | + ajv-keywords "^3.4.1" |
| 5606 | + |
5475 | 5607 | semver-compare@^1.0.0:
|
5476 | 5608 | version "1.0.0"
|
5477 | 5609 | resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc"
|
|
0 commit comments