|
105 | 105 | dependencies: |
106 | 106 | "@babel/types" "^7.0.0" |
107 | 107 |
|
108 | | -"@babel/helper-annotate-as-pure@^7.15.4": |
109 | | - version "7.15.4" |
110 | | - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835" |
111 | | - integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA== |
112 | | - dependencies: |
113 | | - "@babel/types" "^7.15.4" |
114 | | - |
115 | 108 | "@babel/helper-annotate-as-pure@^7.16.0": |
116 | 109 | version "7.16.0" |
117 | 110 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d" |
|
274 | 267 | dependencies: |
275 | 268 | "@babel/types" "^7.12.13" |
276 | 269 |
|
277 | | -"@babel/helper-module-imports@^7.15.4": |
278 | | - version "7.15.4" |
279 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f" |
280 | | - integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA== |
281 | | - dependencies: |
282 | | - "@babel/types" "^7.15.4" |
283 | | - |
284 | 270 | "@babel/helper-module-imports@^7.16.0": |
285 | 271 | version "7.16.0" |
286 | 272 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3" |
|
414 | 400 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
415 | 401 | integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
416 | 402 |
|
417 | | -"@babel/helper-validator-identifier@^7.14.9": |
418 | | - version "7.14.9" |
419 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48" |
420 | | - integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g== |
421 | | - |
422 | 403 | "@babel/helper-validator-identifier@^7.15.7": |
423 | 404 | version "7.15.7" |
424 | 405 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" |
|
1289 | 1270 | lodash "^4.17.19" |
1290 | 1271 | to-fast-properties "^2.0.0" |
1291 | 1272 |
|
1292 | | -"@babel/types@^7.15.4": |
1293 | | - version "7.15.4" |
1294 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d" |
1295 | | - integrity sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw== |
1296 | | - dependencies: |
1297 | | - "@babel/helper-validator-identifier" "^7.14.9" |
1298 | | - to-fast-properties "^2.0.0" |
1299 | | - |
1300 | 1273 | "@babel/types@^7.16.0": |
1301 | 1274 | version "7.16.0" |
1302 | 1275 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba" |
@@ -2258,15 +2231,16 @@ babel-plugin-polyfill-regenerator@^0.3.0: |
2258 | 2231 | dependencies: |
2259 | 2232 | "@babel/helper-define-polyfill-provider" "^0.3.0" |
2260 | 2233 |
|
2261 | | -babel-plugin-styled-components@1.13.3: |
2262 | | - version "1.13.3" |
2263 | | - resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.3.tgz#1f1cb3927d4afa1e324695c78f690900e3d075bc" |
2264 | | - integrity sha512-meGStRGv+VuKA/q0/jXxrPNWEm4LPfYIqxooDTdmh8kFsP/Ph7jJG5rUPwUPX3QHUvggwdbgdGpo88P/rRYsVw== |
| 2234 | +babel-plugin-styled-components@2.0.7: |
| 2235 | + version "2.0.7" |
| 2236 | + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz#c81ef34b713f9da2b7d3f5550df0d1e19e798086" |
| 2237 | + integrity sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA== |
2265 | 2238 | dependencies: |
2266 | | - "@babel/helper-annotate-as-pure" "^7.15.4" |
2267 | | - "@babel/helper-module-imports" "^7.15.4" |
| 2239 | + "@babel/helper-annotate-as-pure" "^7.16.0" |
| 2240 | + "@babel/helper-module-imports" "^7.16.0" |
2268 | 2241 | babel-plugin-syntax-jsx "^6.18.0" |
2269 | 2242 | lodash "^4.17.11" |
| 2243 | + picomatch "^2.3.0" |
2270 | 2244 |
|
2271 | 2245 | "babel-plugin-styled-components@>= 1": |
2272 | 2246 | version "1.10.0" |
@@ -7935,6 +7909,11 @@ picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1: |
7935 | 7909 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" |
7936 | 7910 | integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== |
7937 | 7911 |
|
| 7912 | +picomatch@^2.3.0: |
| 7913 | + version "2.3.1" |
| 7914 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
| 7915 | + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
| 7916 | + |
7938 | 7917 | pify@^2.0.0: |
7939 | 7918 | version "2.3.0" |
7940 | 7919 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" |
|
0 commit comments