|
3 | 3 |
|
4 | 4 |
|
5 | 5 | "@amille/babel-preset@^1.0.12":
|
6 |
| - version "1.0.32" |
7 |
| - resolved "https://registry.yarnpkg.com/@amille/babel-preset/-/babel-preset-1.0.32.tgz#9671c055064e202ea7fbdbaeaeb5367a6832a1cb" |
8 |
| - integrity sha512-83cIM0Im1hSO+cJi2Zcm4922EWI1h0IU8W3ELmWUAnXgMvOboxXW+fKhf28bt35gGB/uHi92THphQ1hLIVj2Iw== |
| 6 | + version "1.0.33" |
| 7 | + resolved "https://registry.yarnpkg.com/@amille/babel-preset/-/babel-preset-1.0.33.tgz#338601a152fca853e047d0c79bd2434b733332e2" |
| 8 | + integrity sha512-SzF2FrBkKg6OKoV5rxkDl9kxCaY0vCGin8IGRugsbcAB6QuLci8YmAuM5ZguY2Qur1sEF160SPllZNeJELfMwA== |
9 | 9 | dependencies:
|
10 | 10 | "@babel/core" "^7.10.4"
|
11 | 11 | "@babel/plugin-proposal-class-properties" "^7.10.4"
|
|
20 | 20 | "@babel/preset-react" "^7.10.4"
|
21 | 21 | "@babel/runtime" "^7.10.4"
|
22 | 22 | babel-plugin-dynamic-import-node "^2.3.3"
|
23 |
| - babel-plugin-macros "^2.8.0" |
| 23 | + babel-plugin-macros "^3.0.0" |
24 | 24 | babel-plugin-transform-react-remove-prop-types "^0.4.24"
|
25 | 25 |
|
26 | 26 | "@amille/eslint-config@^1.3.4":
|
|
85 | 85 | lodash "^4.17.13"
|
86 | 86 | source-map "^0.5.0"
|
87 | 87 |
|
| 88 | +"@babel/generator@^7.12.5": |
| 89 | + version "7.12.5" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de" |
| 91 | + integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A== |
| 92 | + dependencies: |
| 93 | + "@babel/types" "^7.12.5" |
| 94 | + jsesc "^2.5.1" |
| 95 | + source-map "^0.5.0" |
| 96 | + |
88 | 97 | "@babel/generator@^7.9.6":
|
89 | 98 | version "7.9.6"
|
90 | 99 | resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
|
|
325 | 334 | dependencies:
|
326 | 335 | "@babel/types" "^7.10.4"
|
327 | 336 |
|
| 337 | +"@babel/helper-split-export-declaration@^7.11.0": |
| 338 | + version "7.11.0" |
| 339 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" |
| 340 | + integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== |
| 341 | + dependencies: |
| 342 | + "@babel/types" "^7.11.0" |
| 343 | + |
328 | 344 | "@babel/helper-split-export-declaration@^7.8.3":
|
329 | 345 | version "7.8.3"
|
330 | 346 | resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
|
|
375 | 391 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
|
376 | 392 | integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
|
377 | 393 |
|
| 394 | +"@babel/parser@^7.12.7": |
| 395 | + version "7.12.7" |
| 396 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056" |
| 397 | + integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg== |
| 398 | + |
378 | 399 | "@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
|
379 | 400 | version "7.9.6"
|
380 | 401 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
|
|
968 | 989 | "@babel/plugin-transform-react-jsx-source" "^7.10.4"
|
969 | 990 | "@babel/plugin-transform-react-pure-annotations" "^7.10.4"
|
970 | 991 |
|
971 |
| -"@babel/runtime@^7.10.4", "@babel/runtime@^7.11.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": |
972 |
| - version "7.11.2" |
973 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" |
974 |
| - integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== |
| 992 | +"@babel/runtime@^7.10.4", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.4.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2": |
| 993 | + version "7.12.5" |
| 994 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" |
| 995 | + integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== |
975 | 996 | dependencies:
|
976 | 997 | regenerator-runtime "^0.13.4"
|
977 | 998 |
|
|
1008 | 1029 | globals "^11.1.0"
|
1009 | 1030 | lodash "^4.17.13"
|
1010 | 1031 |
|
| 1032 | +"@babel/traverse@^7.12.9": |
| 1033 | + version "7.12.9" |
| 1034 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f" |
| 1035 | + integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw== |
| 1036 | + dependencies: |
| 1037 | + "@babel/code-frame" "^7.10.4" |
| 1038 | + "@babel/generator" "^7.12.5" |
| 1039 | + "@babel/helper-function-name" "^7.10.4" |
| 1040 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 1041 | + "@babel/parser" "^7.12.7" |
| 1042 | + "@babel/types" "^7.12.7" |
| 1043 | + debug "^4.1.0" |
| 1044 | + globals "^11.1.0" |
| 1045 | + lodash "^4.17.19" |
| 1046 | + |
1011 | 1047 | "@babel/traverse@^7.7.0":
|
1012 | 1048 | version "7.9.6"
|
1013 | 1049 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
|
|
1032 | 1068 | lodash "^4.17.13"
|
1033 | 1069 | to-fast-properties "^2.0.0"
|
1034 | 1070 |
|
| 1071 | +"@babel/types@^7.11.0", "@babel/types@^7.12.5", "@babel/types@^7.12.7": |
| 1072 | + version "7.12.7" |
| 1073 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13" |
| 1074 | + integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ== |
| 1075 | + dependencies: |
| 1076 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1077 | + lodash "^4.17.19" |
| 1078 | + to-fast-properties "^2.0.0" |
| 1079 | + |
1035 | 1080 | "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
|
1036 | 1081 | version "7.9.6"
|
1037 | 1082 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
|
@@ -2180,14 +2225,15 @@ babel-plugin-dynamic-import-node@^2.3.3:
|
2180 | 2225 | dependencies:
|
2181 | 2226 | object.assign "^4.1.0"
|
2182 | 2227 |
|
2183 |
| -babel-plugin-macros@^2.8.0: |
2184 |
| - version "2.8.0" |
2185 |
| - resolved "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138" |
2186 |
| - integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg== |
| 2228 | +babel-plugin-macros@^3.0.0: |
| 2229 | + version "3.0.0" |
| 2230 | + resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.0.0.tgz#de9ad21283f8493b2aa70ba0abe82efafb65f5bd" |
| 2231 | + integrity sha512-KtmdOA0b8gsD8cid2iOdPEPSI45UFkf3wczAWN1FHhfI4UoXMLM6Cdhk72VznDMLPnEC88txqG0101e8MOpsaQ== |
2187 | 2232 | dependencies:
|
2188 |
| - "@babel/runtime" "^7.7.2" |
2189 |
| - cosmiconfig "^6.0.0" |
2190 |
| - resolve "^1.12.0" |
| 2233 | + "@babel/runtime" "^7.12.5" |
| 2234 | + "@babel/traverse" "^7.12.9" |
| 2235 | + cosmiconfig "^7.0.0" |
| 2236 | + resolve "^1.19.0" |
2191 | 2237 |
|
2192 | 2238 | babel-plugin-named-asset-import@^0.3.6:
|
2193 | 2239 | version "0.3.7"
|
@@ -5878,6 +5924,13 @@ is-color-stop@^1.0.0:
|
5878 | 5924 | rgb-regex "^1.0.1"
|
5879 | 5925 | rgba-regex "^1.0.0"
|
5880 | 5926 |
|
| 5927 | +is-core-module@^2.1.0: |
| 5928 | + version "2.2.0" |
| 5929 | + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a" |
| 5930 | + integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== |
| 5931 | + dependencies: |
| 5932 | + has "^1.0.3" |
| 5933 | + |
5881 | 5934 | is-data-descriptor@^0.1.4:
|
5882 | 5935 | version "0.1.4"
|
5883 | 5936 | resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
|
@@ -9872,6 +9925,14 @@ resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3
|
9872 | 9925 | dependencies:
|
9873 | 9926 | path-parse "^1.0.6"
|
9874 | 9927 |
|
| 9928 | +resolve@^1.19.0: |
| 9929 | + version "1.19.0" |
| 9930 | + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c" |
| 9931 | + integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== |
| 9932 | + dependencies: |
| 9933 | + is-core-module "^2.1.0" |
| 9934 | + path-parse "^1.0.6" |
| 9935 | + |
9875 | 9936 | ret@~0.1.10:
|
9876 | 9937 | version "0.1.15"
|
9877 | 9938 | resolved "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
|
|
0 commit comments