|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@4c/babel-preset@^7.4.1": |
6 |
| - version "7.4.1" |
7 |
| - resolved "https://registry.yarnpkg.com/@4c/babel-preset/-/babel-preset-7.4.1.tgz#d8a88b13ea84f06e487d81ebceb00aa8275a10b0" |
8 |
| - integrity sha512-GCibqUkXRLoRM6Br0kl4kmLCrGW/BE79ZFZwVLeGWTp3LkAtS+gNBLXzg2nE0ck6yQhYDqsU+1tJhFQslzQDzQ== |
| 5 | +"@4c/babel-preset@^8.0.0": |
| 6 | + version "8.0.0" |
| 7 | + resolved "https://registry.yarnpkg.com/@4c/babel-preset/-/babel-preset-8.0.0.tgz#3fd30296b057b4d7c72fd30cabec69e8b72d7587" |
| 8 | + integrity sha512-Scu3LNyXdedEy6N+lcEOnh8G3YHSBGXkNvidN0tfJDyAbh/onkvNbbMKq14KqpQEfCWwQ0TWPy+1hfujxgyr8A== |
9 | 9 | dependencies:
|
10 |
| - "@babel/plugin-proposal-class-properties" "^7.8.3" |
11 | 10 | "@babel/plugin-proposal-export-default-from" "^7.10.4"
|
12 | 11 | "@babel/plugin-proposal-export-namespace-from" "^7.10.4"
|
13 | 12 | "@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
14 |
| - "@babel/plugin-transform-runtime" "^7.11.0" |
15 |
| - "@babel/preset-env" "^7.11.0" |
16 |
| - "@babel/preset-modules" "^0.1.2" |
| 13 | + "@babel/plugin-transform-runtime" "^7.11.5" |
| 14 | + "@babel/preset-env" "^7.11.5" |
17 | 15 | "@babel/preset-react" "^7.10.4"
|
18 | 16 | babel-plugin-dev-expression "^0.2.2"
|
| 17 | + babel-plugin-polyfill-corejs3 "^0.0.5" |
19 | 18 | babel-plugin-react-intl "^7.0.0"
|
20 | 19 | browserslist "^4.14.0"
|
21 | 20 | lodash "^4.17.15"
|
|
223 | 222 | "@babel/types" "^7.10.5"
|
224 | 223 | lodash "^4.17.19"
|
225 | 224 |
|
| 225 | +"@babel/helper-define-polyfill-provider@^0.0.3": |
| 226 | + version "0.0.3" |
| 227 | + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.0.3.tgz#df9da66285b884ce66417abdd0b6ca91198149bd" |
| 228 | + integrity sha512-dULDd/APiP4JowYDAMosecKOi/1v+UId99qhBGiO3myM29KtAVKS/R3x3OJJNBR0FeYB1BcYb2dCwkhqvxWXXQ== |
| 229 | + dependencies: |
| 230 | + "@babel/helper-compilation-targets" "^7.10.4" |
| 231 | + "@babel/helper-module-imports" "^7.10.4" |
| 232 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 233 | + "@babel/traverse" "^7.11.5" |
| 234 | + debug "^4.1.1" |
| 235 | + lodash.debounce "^4.0.8" |
| 236 | + resolve "^1.14.2" |
| 237 | + semver "^6.1.2" |
| 238 | + |
226 | 239 | "@babel/helper-explode-assignable-expression@^7.10.4":
|
227 | 240 | version "7.10.4"
|
228 | 241 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.4.tgz#40a1cd917bff1288f699a94a75b37a1a2dbd8c7c"
|
|
390 | 403 | "@babel/helper-remap-async-to-generator" "^7.10.4"
|
391 | 404 | "@babel/plugin-syntax-async-generators" "^7.8.0"
|
392 | 405 |
|
393 |
| -"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.10.4", "@babel/plugin-proposal-class-properties@^7.8.3": |
| 406 | +"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.10.4": |
394 | 407 | version "7.10.4"
|
395 | 408 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807"
|
396 | 409 | integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg==
|
|
878 | 891 | dependencies:
|
879 | 892 | "@babel/helper-plugin-utils" "^7.10.4"
|
880 | 893 |
|
881 |
| -"@babel/plugin-transform-runtime@^7.11.0": |
882 |
| - version "7.11.0" |
883 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.0.tgz#e27f78eb36f19448636e05c33c90fd9ad9b8bccf" |
884 |
| - integrity sha512-LFEsP+t3wkYBlis8w6/kmnd6Kb1dxTd+wGJ8MlxTGzQo//ehtqlVL4S9DNUa53+dtPSQobN2CXx4d81FqC58cw== |
| 894 | +"@babel/plugin-transform-runtime@^7.11.5": |
| 895 | + version "7.11.5" |
| 896 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.11.5.tgz#f108bc8e0cf33c37da031c097d1df470b3a293fc" |
| 897 | + integrity sha512-9aIoee+EhjySZ6vY5hnLjigHzunBlscx9ANKutkeWTJTx6m5Rbq6Ic01tLvO54lSusR+BxV7u4UDdCmXv5aagg== |
885 | 898 | dependencies:
|
886 | 899 | "@babel/helper-module-imports" "^7.10.4"
|
887 | 900 | "@babel/helper-plugin-utils" "^7.10.4"
|
|
950 | 963 | "@babel/helper-create-regexp-features-plugin" "^7.10.4"
|
951 | 964 | "@babel/helper-plugin-utils" "^7.10.4"
|
952 | 965 |
|
953 |
| -"@babel/preset-env@^7.11.0": |
954 |
| - version "7.11.0" |
955 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.0.tgz#860ee38f2ce17ad60480c2021ba9689393efb796" |
956 |
| - integrity sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg== |
| 966 | +"@babel/preset-env@^7.11.5": |
| 967 | + version "7.11.5" |
| 968 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.11.5.tgz#18cb4b9379e3e92ffea92c07471a99a2914e4272" |
| 969 | + integrity sha512-kXqmW1jVcnB2cdueV+fyBM8estd5mlNfaQi6lwLgRwCby4edpavgbFhiBNjmWA3JpB/yZGSISa7Srf+TwxDQoA== |
957 | 970 | dependencies:
|
958 | 971 | "@babel/compat-data" "^7.11.0"
|
959 | 972 | "@babel/helper-compilation-targets" "^7.10.4"
|
|
1017 | 1030 | "@babel/plugin-transform-unicode-escapes" "^7.10.4"
|
1018 | 1031 | "@babel/plugin-transform-unicode-regex" "^7.10.4"
|
1019 | 1032 | "@babel/preset-modules" "^0.1.3"
|
1020 |
| - "@babel/types" "^7.11.0" |
| 1033 | + "@babel/types" "^7.11.5" |
1021 | 1034 | browserslist "^4.12.0"
|
1022 | 1035 | core-js-compat "^3.6.2"
|
1023 | 1036 | invariant "^2.2.2"
|
1024 | 1037 | levenary "^1.1.1"
|
1025 | 1038 | semver "^5.5.0"
|
1026 | 1039 |
|
1027 |
| -"@babel/preset-modules@^0.1.2", "@babel/preset-modules@^0.1.3": |
| 1040 | +"@babel/preset-modules@^0.1.3": |
1028 | 1041 | version "0.1.3"
|
1029 | 1042 | resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.3.tgz#13242b53b5ef8c883c3cf7dddd55b36ce80fbc72"
|
1030 | 1043 | integrity sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg==
|
@@ -2141,6 +2154,14 @@ babel-plugin-macros@^2.0.0:
|
2141 | 2154 | cosmiconfig "^6.0.0"
|
2142 | 2155 | resolve "^1.12.0"
|
2143 | 2156 |
|
| 2157 | +babel-plugin-polyfill-corejs3@^0.0.5: |
| 2158 | + version "0.0.5" |
| 2159 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.0.5.tgz#3c848e48a7c47065bdb6491ff23817079facd139" |
| 2160 | + integrity sha512-fkGb1ERF72SoMzlWGu0wnRaFlKTJ7KbroOgeAnmi3sB5m7xi9U1aYf53vYuOP/LqHyD1ksDlXMIvphQdA+2S0g== |
| 2161 | + dependencies: |
| 2162 | + "@babel/helper-define-polyfill-provider" "^0.0.3" |
| 2163 | + core-js-compat "^3.6.4" |
| 2164 | + |
2144 | 2165 | babel-plugin-react-intl@^7.0.0:
|
2145 | 2166 | version "7.9.1"
|
2146 | 2167 | resolved "https://registry.yarnpkg.com/babel-plugin-react-intl/-/babel-plugin-react-intl-7.9.1.tgz#ec16f4859f01a5a67269986f8f32dfaf5cd9bbd8"
|
@@ -2867,7 +2888,7 @@ copy-descriptor@^0.1.0:
|
2867 | 2888 | resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
2868 | 2889 | integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
2869 | 2890 |
|
2870 |
| -core-js-compat@^3.6.2: |
| 2891 | +core-js-compat@^3.6.2, core-js-compat@^3.6.4: |
2871 | 2892 | version "3.6.5"
|
2872 | 2893 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.6.5.tgz#2a51d9a4e25dfd6e690251aa81f99e3c05481f1c"
|
2873 | 2894 | integrity sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng==
|
@@ -5745,6 +5766,11 @@ lodash._reinterpolate@^3.0.0:
|
5745 | 5766 | resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
|
5746 | 5767 | integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
|
5747 | 5768 |
|
| 5769 | +lodash.debounce@^4.0.8: |
| 5770 | + version "4.0.8" |
| 5771 | + resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" |
| 5772 | + integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= |
| 5773 | + |
5748 | 5774 | lodash.escape@^4.0.1:
|
5749 | 5775 | version "4.0.1"
|
5750 | 5776 | resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-4.0.1.tgz#c9044690c21e04294beaa517712fded1fa88de98"
|
@@ -7202,7 +7228,7 @@ resolve-url@^0.2.1:
|
7202 | 7228 | resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
7203 | 7229 | integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
7204 | 7230 |
|
7205 |
| -resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.8.1: |
| 7231 | +resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.8.1: |
7206 | 7232 | version "1.17.0"
|
7207 | 7233 | resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
|
7208 | 7234 | integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
|
|
7360 | 7386 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
7361 | 7387 | integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
7362 | 7388 |
|
7363 |
| -semver@^6.0.0, semver@^6.3.0: |
| 7389 | +semver@^6.0.0, semver@^6.1.2, semver@^6.3.0: |
7364 | 7390 | version "6.3.0"
|
7365 | 7391 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
7366 | 7392 | integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
|
0 commit comments