|
244 | 244 | source-map "^0.5.7"
|
245 | 245 | stylis "^4.0.3"
|
246 | 246 |
|
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== |
| 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== |
269 | 251 | dependencies:
|
270 | 252 | "@emotion/memoize" "^0.7.4"
|
271 |
| - "@emotion/sheet" "^1.1.1" |
| 253 | + "@emotion/sheet" "^1.0.0" |
272 | 254 | "@emotion/utils" "^1.0.0"
|
273 | 255 | "@emotion/weak-memoize" "^0.2.5"
|
274 |
| - stylis "4.0.13" |
| 256 | + stylis "^4.0.3" |
275 | 257 |
|
276 | 258 | "@emotion/hash@^0.8.0":
|
277 | 259 | version "0.8.0"
|
|
290 | 272 | resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
|
291 | 273 | integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
|
292 | 274 |
|
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== |
| 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== |
297 | 279 | dependencies:
|
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" |
| 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" |
303 | 285 | "@emotion/weak-memoize" "^0.2.5"
|
304 | 286 | hoist-non-react-statics "^3.3.1"
|
305 | 287 |
|
306 |
| -"@emotion/serialize@^1.0.2": |
| 288 | +"@emotion/serialize@^1.0.0", "@emotion/serialize@^1.0.2": |
307 | 289 | version "1.0.2"
|
308 | 290 | resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.2.tgz#77cb21a0571c9f68eb66087754a65fa97bfcd965"
|
309 | 291 | integrity sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==
|
|
314 | 296 | "@emotion/utils" "^1.0.0"
|
315 | 297 | csstype "^3.0.2"
|
316 | 298 |
|
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== |
| 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== |
332 | 303 |
|
333 | 304 | "@emotion/styled@^11.3.0":
|
334 | 305 | version "11.3.0"
|
|
351 | 322 | resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.0.0.tgz#abe06a83160b10570816c913990245813a2fd6af"
|
352 | 323 | integrity sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==
|
353 | 324 |
|
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 |
| - |
359 | 325 | "@emotion/weak-memoize@^0.2.5":
|
360 | 326 | version "0.2.5"
|
361 | 327 | resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
|
362 | 328 | integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
|
363 | 329 |
|
364 | 330 | "@hookform/devtools@file:..":
|
365 |
| - version "4.1.0" |
| 331 | + version "3.0.2" |
366 | 332 | dependencies:
|
| 333 | + "@emotion/react" "^11.1.5" |
367 | 334 | "@emotion/styled" "^11.3.0"
|
368 | 335 | "@types/lodash" "^4.14.168"
|
369 | 336 | little-state-machine "^4.1.0"
|
@@ -849,11 +816,6 @@ source-map@^0.6.1:
|
849 | 816 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
|
850 | 817 | integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
851 | 818 |
|
852 |
| - |
853 |
| - version "4.0.13" |
854 |
| - resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.13.tgz#f5db332e376d13cc84ecfe5dace9a2a51d954c91" |
855 |
| - integrity sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag== |
856 |
| - |
857 | 819 | stylis@^4.0.3:
|
858 | 820 | version "4.0.10"
|
859 | 821 | resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240"
|
|
0 commit comments