From 26bd77e760311508b6eb1651053048cf3e395655 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:23:45 +0200 Subject: [PATCH] chore(deps): update dependency @types/use-sync-external-store to ^0.0.5 (#5029) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/sanity/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/sanity/package.json b/packages/sanity/package.json index 590def34c6d..74106f09c8f 100644 --- a/packages/sanity/package.json +++ b/packages/sanity/package.json @@ -162,7 +162,7 @@ "@types/react-is": "^18.2.0", "@types/shallow-equals": "^1.0.0", "@types/speakingurl": "^13.0.3", - "@types/use-sync-external-store": "^0.0.3", + "@types/use-sync-external-store": "^0.0.5", "@vitejs/plugin-react": "^4.0.0", "chalk": "^4.1.2", "chokidar": "^3.5.3", diff --git a/yarn.lock b/yarn.lock index 10342124091..f6f7d0e133a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5019,10 +5019,10 @@ resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d" integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ== -"@types/use-sync-external-store@^0.0.3": - version "0.0.3" - resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43" - integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA== +"@types/use-sync-external-store@^0.0.5": + version "0.0.5" + resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.5.tgz#a4416edea87d78115c8339f668775c5ba102653d" + integrity sha512-+fHc7rdrgMIng29ISUqNjsbPl1EMo1PCDh/+16HNlTOJeQzs6c9Om23rVizETd3dDx4YM+aWGbyF/KP4FUwZyg== "@types/uuid@^8.0.0": version "8.3.4"