chore(yarn): +use-debounce
This commit is contained in:
parent
402d0dd3db
commit
5ab880aae7
2 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
"tiny-invariant": "^1.2.0",
|
||||
"trix": "^1.2.3",
|
||||
"turbo-polyfills": "^0.3.0",
|
||||
"use-debounce": "^8.0.4",
|
||||
"whatwg-fetch": "^3.0.0",
|
||||
"yet-another-abortcontroller-polyfill": "^0.0.4",
|
||||
"zod": "^3.17.10"
|
||||
|
|
|
@ -4238,6 +4238,11 @@ uri-js@^4.2.2:
|
|||
dependencies:
|
||||
punycode "^2.1.0"
|
||||
|
||||
use-debounce@^8.0.4:
|
||||
version "8.0.4"
|
||||
resolved "https://registry.yarnpkg.com/use-debounce/-/use-debounce-8.0.4.tgz#27e93b2f010bd0b8ad06e9fc7de891d9ee5d6b8e"
|
||||
integrity sha512-fGqsYQzl8kLHF2QpQSgIwgOgJmnh6j5L6SIzQiHdLfwp3q1egUL3btq5Bg2SJysH6A0ILLgT2IqXZKoNJr0nFw==
|
||||
|
||||
uuid@^3.3.2:
|
||||
version "3.4.0"
|
||||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
|
||||
|
|
Loading…
Reference in a new issue