|
80 | 80 | dependencies:
|
81 | 81 | "@babel/types" "^7.15.4"
|
82 | 82 |
|
| 83 | +"@babel/helper-annotate-as-pure@^7.16.0": |
| 84 | + version "7.16.7" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" |
| 86 | + integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== |
| 87 | + dependencies: |
| 88 | + "@babel/types" "^7.16.7" |
| 89 | + |
83 | 90 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
|
84 | 91 | version "7.15.4"
|
85 | 92 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz#21ad815f609b84ee0e3058676c33cf6d1670525f"
|
|
190 | 197 | dependencies:
|
191 | 198 | "@babel/types" "^7.15.4"
|
192 | 199 |
|
| 200 | +"@babel/helper-module-imports@^7.16.0": |
| 201 | + version "7.16.7" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" |
| 203 | + integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== |
| 204 | + dependencies: |
| 205 | + "@babel/types" "^7.16.7" |
| 206 | + |
193 | 207 | "@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.15.8":
|
194 | 208 | version "7.15.8"
|
195 | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
|
|
266 | 280 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
267 | 281 | integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
|
268 | 282 |
|
| 283 | +"@babel/helper-validator-identifier@^7.16.7": |
| 284 | + version "7.16.7" |
| 285 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" |
| 286 | + integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== |
| 287 | + |
269 | 288 | "@babel/helper-validator-option@^7.14.5":
|
270 | 289 | version "7.14.5"
|
271 | 290 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
1083 | 1102 | "@babel/helper-validator-identifier" "^7.14.9"
|
1084 | 1103 | to-fast-properties "^2.0.0"
|
1085 | 1104 |
|
| 1105 | +"@babel/types@^7.16.7": |
| 1106 | + version "7.17.0" |
| 1107 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" |
| 1108 | + integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== |
| 1109 | + dependencies: |
| 1110 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 1111 | + to-fast-properties "^2.0.0" |
| 1112 | + |
1086 | 1113 |
|
1087 | 1114 | version "1.0.0"
|
1088 | 1115 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"
|
@@ -3951,15 +3978,16 @@ babel-plugin-react-docgen@^4.2.1:
|
3951 | 3978 | lodash "^4.17.15"
|
3952 | 3979 | react-docgen "^5.0.0"
|
3953 | 3980 |
|
3954 |
| -babel-plugin-styled-components@1.13.3: |
3955 |
| - version "1.13.3" |
3956 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.3.tgz#1f1cb3927d4afa1e324695c78f690900e3d075bc" |
3957 |
| - integrity sha512-meGStRGv+VuKA/q0/jXxrPNWEm4LPfYIqxooDTdmh8kFsP/Ph7jJG5rUPwUPX3QHUvggwdbgdGpo88P/rRYsVw== |
| 3981 | +babel-plugin-styled-components@2.0.7: |
| 3982 | + version "2.0.7" |
| 3983 | + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz#c81ef34b713f9da2b7d3f5550df0d1e19e798086" |
| 3984 | + integrity sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA== |
3958 | 3985 | dependencies:
|
3959 |
| - "@babel/helper-annotate-as-pure" "^7.15.4" |
3960 |
| - "@babel/helper-module-imports" "^7.15.4" |
| 3986 | + "@babel/helper-annotate-as-pure" "^7.16.0" |
| 3987 | + "@babel/helper-module-imports" "^7.16.0" |
3961 | 3988 | babel-plugin-syntax-jsx "^6.18.0"
|
3962 | 3989 | lodash "^4.17.11"
|
| 3990 | + picomatch "^2.3.0" |
3963 | 3991 |
|
3964 | 3992 | "babel-plugin-styled-components@>= 1.12.0":
|
3965 | 3993 | version "1.13.2"
|
@@ -10627,6 +10655,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
|
10627 | 10655 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
|
10628 | 10656 | integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
|
10629 | 10657 |
|
| 10658 | +picomatch@^2.3.0: |
| 10659 | + version "2.3.1" |
| 10660 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
| 10661 | + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
| 10662 | + |
10630 | 10663 | pify@^3.0.0:
|
10631 | 10664 | version "3.0.0"
|
10632 | 10665 | resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
|
|
0 commit comments