|
244 | 244 | source-map "^0.5.7"
|
245 | 245 | stylis "^4.0.3"
|
246 | 246 |
|
247 |
| -"@emotion/cache@^11.1.3": |
248 |
| - version "11.1.3" |
249 |
| - resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.1.3.tgz#c7683a9484bcd38d5562f2b9947873cf66829afd" |
250 |
| - integrity sha512-n4OWinUPJVaP6fXxWZD9OUeQ0lY7DvtmtSuqtRWT0Ofo/sBLCVSgb4/Oa0Q5eFxcwablRKjUXqXtNZVyEwCAuA== |
| 247 | +"@emotion/babel-plugin@^11.7.1": |
| 248 | + version "11.9.2" |
| 249 | + resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.9.2.tgz#723b6d394c89fb2ef782229d92ba95a740576e95" |
| 250 | + integrity sha512-Pr/7HGH6H6yKgnVFNEj2MVlreu3ADqftqjqwUvDy/OJzKFgxKeTQ+eeUf20FOTuHVkDON2iNa25rAXVYtWJCjw== |
| 251 | + dependencies: |
| 252 | + "@babel/helper-module-imports" "^7.12.13" |
| 253 | + "@babel/plugin-syntax-jsx" "^7.12.13" |
| 254 | + "@babel/runtime" "^7.13.10" |
| 255 | + "@emotion/hash" "^0.8.0" |
| 256 | + "@emotion/memoize" "^0.7.5" |
| 257 | + "@emotion/serialize" "^1.0.2" |
| 258 | + babel-plugin-macros "^2.6.1" |
| 259 | + convert-source-map "^1.5.0" |
| 260 | + escape-string-regexp "^4.0.0" |
| 261 | + find-root "^1.1.0" |
| 262 | + source-map "^0.5.7" |
| 263 | + stylis "4.0.13" |
| 264 | + |
| 265 | +"@emotion/cache@^11.9.3": |
| 266 | + version "11.9.3" |
| 267 | + resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.9.3.tgz#96638449f6929fd18062cfe04d79b29b44c0d6cb" |
| 268 | + integrity sha512-0dgkI/JKlCXa+lEXviaMtGBL0ynpx4osh7rjOXE71q9bIF8G+XhJgvi+wDu0B0IdCVx37BffiwXlN9I3UuzFvg== |
251 | 269 | dependencies:
|
252 | 270 | "@emotion/memoize" "^0.7.4"
|
253 |
| - "@emotion/sheet" "^1.0.0" |
| 271 | + "@emotion/sheet" "^1.1.1" |
254 | 272 | "@emotion/utils" "^1.0.0"
|
255 | 273 | "@emotion/weak-memoize" "^0.2.5"
|
256 |
| - stylis "^4.0.3" |
| 274 | + stylis "4.0.13" |
257 | 275 |
|
258 | 276 | "@emotion/hash@^0.8.0":
|
259 | 277 | version "0.8.0"
|
|
272 | 290 | resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
|
273 | 291 | integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
|
274 | 292 |
|
275 |
| -"@emotion/react@^11.1.5": |
276 |
| - version "11.1.5" |
277 |
| - resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.1.5.tgz#15e78f9822894cdc296e6f4e0688bac8120dfe66" |
278 |
| - integrity sha512-xfnZ9NJEv9SU9K2sxXM06lzjK245xSeHRpUh67eARBm3PBHjjKIZlfWZ7UQvD0Obvw6ZKjlC79uHrlzFYpOB/Q== |
| 293 | +"@emotion/react@^11.9.3": |
| 294 | + version "11.9.3" |
| 295 | + resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.9.3.tgz#f4f4f34444f6654a2e550f5dab4f2d360c101df9" |
| 296 | + integrity sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ== |
279 | 297 | dependencies:
|
280 |
| - "@babel/runtime" "^7.7.2" |
281 |
| - "@emotion/cache" "^11.1.3" |
282 |
| - "@emotion/serialize" "^1.0.0" |
283 |
| - "@emotion/sheet" "^1.0.1" |
284 |
| - "@emotion/utils" "^1.0.0" |
| 298 | + "@babel/runtime" "^7.13.10" |
| 299 | + "@emotion/babel-plugin" "^11.7.1" |
| 300 | + "@emotion/cache" "^11.9.3" |
| 301 | + "@emotion/serialize" "^1.0.4" |
| 302 | + "@emotion/utils" "^1.1.0" |
285 | 303 | "@emotion/weak-memoize" "^0.2.5"
|
286 | 304 | hoist-non-react-statics "^3.3.1"
|
287 | 305 |
|
288 |
| -"@emotion/serialize@^1.0.0", "@emotion/serialize@^1.0.2": |
| 306 | +"@emotion/serialize@^1.0.2": |
289 | 307 | version "1.0.2"
|
290 | 308 | resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.2.tgz#77cb21a0571c9f68eb66087754a65fa97bfcd965"
|
291 | 309 | integrity sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==
|
|
296 | 314 | "@emotion/utils" "^1.0.0"
|
297 | 315 | csstype "^3.0.2"
|
298 | 316 |
|
299 |
| -"@emotion/sheet@^1.0.0", "@emotion/sheet@^1.0.1": |
300 |
| - version "1.0.1" |
301 |
| - resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.1.tgz#245f54abb02dfd82326e28689f34c27aa9b2a698" |
302 |
| - integrity sha512-GbIvVMe4U+Zc+929N1V7nW6YYJtidj31lidSmdYcWozwoBIObXBnaJkKNDjZrLm9Nc0BR+ZyHNaRZxqNZbof5g== |
| 317 | +"@emotion/serialize@^1.0.4": |
| 318 | + version "1.0.4" |
| 319 | + resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.4.tgz#ff31fd11bb07999611199c2229e152faadc21a3c" |
| 320 | + integrity sha512-1JHamSpH8PIfFwAMryO2bNka+y8+KA5yga5Ocf2d7ZEiJjb7xlLW7aknBGZqJLajuLOvJ+72vN+IBSwPlXD1Pg== |
| 321 | + dependencies: |
| 322 | + "@emotion/hash" "^0.8.0" |
| 323 | + "@emotion/memoize" "^0.7.4" |
| 324 | + "@emotion/unitless" "^0.7.5" |
| 325 | + "@emotion/utils" "^1.0.0" |
| 326 | + csstype "^3.0.2" |
| 327 | + |
| 328 | +"@emotion/sheet@^1.1.1": |
| 329 | + version "1.1.1" |
| 330 | + resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.1.tgz#015756e2a9a3c7c5f11d8ec22966a8dbfbfac787" |
| 331 | + integrity sha512-J3YPccVRMiTZxYAY0IOq3kd+hUP8idY8Kz6B/Cyo+JuXq52Ek+zbPbSQUrVQp95aJ+lsAW7DPL1P2Z+U1jGkKA== |
303 | 332 |
|
304 | 333 | "@emotion/styled@^11.3.0":
|
305 | 334 | version "11.3.0"
|
|
322 | 351 | resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.0.0.tgz#abe06a83160b10570816c913990245813a2fd6af"
|
323 | 352 | integrity sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==
|
324 | 353 |
|
| 354 | +"@emotion/utils@^1.1.0": |
| 355 | + version "1.1.0" |
| 356 | + resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.1.0.tgz#86b0b297f3f1a0f2bdb08eeac9a2f49afd40d0cf" |
| 357 | + integrity sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ== |
| 358 | + |
325 | 359 | "@emotion/weak-memoize@^0.2.5":
|
326 | 360 | version "0.2.5"
|
327 | 361 | resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
|
328 | 362 | integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
|
329 | 363 |
|
330 | 364 | "@hookform/devtools@file:..":
|
331 |
| - version "3.0.2" |
| 365 | + version "4.1.0" |
332 | 366 | dependencies:
|
333 |
| - "@emotion/react" "^11.1.5" |
334 | 367 | "@emotion/styled" "^11.3.0"
|
335 | 368 | "@types/lodash" "^4.14.168"
|
336 | 369 | little-state-machine "^4.1.0"
|
@@ -816,6 +849,11 @@ source-map@^0.6.1:
|
816 | 849 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
|
817 | 850 | integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
818 | 851 |
|
| 852 | +stylis@4.0.13: |
| 853 | + version "4.0.13" |
| 854 | + resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91" |
| 855 | + integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag== |
| 856 | + |
819 | 857 | stylis@^4.0.3:
|
820 | 858 | version "4.0.10"
|
821 | 859 | resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240"
|
|
0 commit comments