diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-11-15 14:39:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 14:39:22 -0800 |
commit | d5ea31920caa2eade6015ad59122f06a8b280ab9 (patch) | |
tree | 59b5b1a7817bbb7315bf8cfea80911a3d875a6c0 /yarn.lock | |
parent | 839e8e8d0ade22ce47678229a98fe602c31601c3 (diff) | |
download | voidsky-d5ea31920caa2eade6015ad59122f06a8b280ab9.tar.zst |
Autocomplete updates (react-query refactor) (#1911)
* Unify the autocomplete code; drop fuse * Persist autocomplete results while they're in progress * Commit lockfile * Use ReturnType helper --------- Co-authored-by: Eric Bailey <git@esb.lol>
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/yarn.lock b/yarn.lock index c3d6aa6b8..9e75b3e4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10560,11 +10560,6 @@ funpermaproxy@^1.1.0: resolved "https://registry.yarnpkg.com/funpermaproxy/-/funpermaproxy-1.1.0.tgz#39cb0b8bea908051e4608d8a414f1d87b55bf557" integrity sha512-2Sp1hWuO8m5fqeFDusyhKqYPT+7rGLw34N3qonDcdRP8+n7M7Gl/yKp/q7oCxnnJ6pWCectOmLFJpsMU/++KrQ== -fuse.js@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-7.0.0.tgz#6573c9fcd4c8268e403b4fc7d7131ffcf99a9eb2" - integrity sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q== - gensync@^1.0.0-beta.2: version "1.0.0-beta.2" resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" |