From c6ed9534fb6be8ddc879d53138dc75b5f50e728e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Tue, 26 Apr 2022 16:27:15 +0200 Subject: [PATCH] fix: update filepicker to latest version --- package.json | 2 +- yarn.lock | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 19f94cf9f..9d9eea356 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@reach/tooltip": "^0.16.2", "@reach/visually-hidden": "^0.16.0", "@standardnotes/components": "1.7.15", - "@standardnotes/filepicker": "1.13.2", + "@standardnotes/filepicker": "1.13.3", "@standardnotes/sncrypto-web": "1.8.4", "@standardnotes/snjs": "2.99.1", "@standardnotes/stylekit": "5.23.0", diff --git a/yarn.lock b/yarn.lock index 8a794ccd5..25c6fe2c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2475,7 +2475,15 @@ "@standardnotes/auth" "^3.18.11" "@standardnotes/common" "^1.19.6" -"@standardnotes/filepicker@1.13.2", "@standardnotes/filepicker@^1.13.2": +"@standardnotes/filepicker@1.13.3": + version "1.13.3" + resolved "https://registry.yarnpkg.com/@standardnotes/filepicker/-/filepicker-1.13.3.tgz#fa4aee37432ec189a9be0dbbdb655ebdf9e33cbf" + integrity sha512-og2eU0PasZviLKfm55j6ZC6LfTJnVqTF+brEosgeJdcc5mOLmbRZ9aLhYT5N3qkjJdlRSXiwWQ7mYiYQ/rF4Kw== + dependencies: + "@standardnotes/common" "^1.19.6" + "@standardnotes/utils" "^1.6.2" + +"@standardnotes/filepicker@^1.13.2": version "1.13.2" resolved "https://registry.yarnpkg.com/@standardnotes/filepicker/-/filepicker-1.13.2.tgz#63fc12ae5c08c2704f76b6757a080d8fe385ba8c" integrity sha512-BlGabKd1uBvnnWTWXXexGhydZTX7mTWO/0O9slP8B+h9yUz0G9DYXDlWEGyMSf3/1YArqJOnAHLU+ID/R1lvSA==