diff --git a/app/assets/javascripts/Services/AlertService.ts b/app/assets/javascripts/Services/AlertService.ts index 125374d56..0e75f623b 100644 --- a/app/assets/javascripts/Services/AlertService.ts +++ b/app/assets/javascripts/Services/AlertService.ts @@ -1,5 +1,4 @@ -import { ButtonType, sanitizeHtmlString } from '@standardnotes/snjs' -import { AlertService } from '@standardnotes/services' +import { ButtonType, sanitizeHtmlString, AlertService } from '@standardnotes/snjs' import { SKAlert } from '@standardnotes/stylekit' /** @returns a promise resolving to true if the user confirmed, false if they canceled */ diff --git a/package.json b/package.json index 3f53530da..18f1028b0 100644 --- a/package.json +++ b/package.json @@ -71,11 +71,10 @@ "@reach/tooltip": "^0.16.2", "@reach/visually-hidden": "^0.16.0", "@standardnotes/components": "1.8.1", - "@standardnotes/filepicker": "1.15.0", + "@standardnotes/filepicker": "1.16.0", "@standardnotes/icons": "^1.1.7", - "@standardnotes/services": "^1.13.1", "@standardnotes/sncrypto-web": "1.10.1", - "@standardnotes/snjs": "2.113.1", + "@standardnotes/snjs": "2.113.2", "@standardnotes/stylekit": "5.27.1", "@zip.js/zip.js": "^2.4.10", "mobx": "^6.5.0", diff --git a/yarn.lock b/yarn.lock index 974a9af55..0f91e73d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2328,21 +2328,22 @@ "@standardnotes/auth" "^3.18.17" "@standardnotes/common" "^1.22.0" -"@standardnotes/filepicker@1.15.0", "@standardnotes/filepicker@^1.15.0": - version "1.15.0" - resolved "https://registry.yarnpkg.com/@standardnotes/filepicker/-/filepicker-1.15.0.tgz#d9a5e93d31c74c7ec0f8aedc16903e678fffaeb6" - integrity sha512-44cWnUNhSubsu3fWxlVEVnw25GwCn4N9c8J59a0m9VzAtYe0aeGc0/DGRlh7vB8SVOwaOtnIL3IvDMpn6rg71A== +"@standardnotes/filepicker@1.16.0", "@standardnotes/filepicker@^1.16.0": + version "1.16.0" + resolved "https://registry.yarnpkg.com/@standardnotes/filepicker/-/filepicker-1.16.0.tgz#5a95df042ff1409944b255246aba7f614f6ace67" + integrity sha512-QFu9VmbU2la3NwfXrMFzw8S2PyQYLNPuETdB7HtBudIQubIvjN8EkrapeGzfSNZGxE3tNlEZLEfn3NgUsRIzPg== dependencies: "@standardnotes/common" "^1.22.0" "@standardnotes/services" "^1.13.1" "@standardnotes/utils" "^1.6.10" -"@standardnotes/files@^1.2.1": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@standardnotes/files/-/files-1.2.1.tgz#006b8fe9cd38b498984f6c6068c5c65c2160abb8" - integrity sha512-Wf+p+dwxjvs1rkqwM8N9WTIjUhCsDivE/u+8hHy9yza/UHntfzcr4mqsE7wilNSZannMgp1SBlvW4+LT+FOX/w== +"@standardnotes/files@^1.3.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@standardnotes/files/-/files-1.3.0.tgz#f65871596e161526e30ce4e9df5a6800ef8e872a" + integrity sha512-ustbYpjAY4jeud8ZVAjz0hpoSNe/3SK4OrixWZK2BJr1OYSke7L2pBat9PDSGqFaalty3sT2G9FLp751nzK6PQ== dependencies: "@standardnotes/encryption" "^1.8.1" + "@standardnotes/filepicker" "^1.16.0" "@standardnotes/models" "^1.10.0" "@standardnotes/responses" "^1.6.25" "@standardnotes/services" "^1.13.1" @@ -2401,18 +2402,18 @@ buffer "^6.0.3" libsodium-wrappers "^0.7.9" -"@standardnotes/snjs@2.113.1": - version "2.113.1" - resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.113.1.tgz#d01f617f9eecac2540e338666fc19b38c0a6e414" - integrity sha512-tsTEBi6mwXxWcfjFnobftMNwbWJQqsysW3P53FJrt2z50hC3wLvtHVcE+ys4a0ObeWdbxIuS9BpmF8zpwQY6Ug== +"@standardnotes/snjs@2.113.2": + version "2.113.2" + resolved "https://registry.yarnpkg.com/@standardnotes/snjs/-/snjs-2.113.2.tgz#efcd435c7e699397f94caa76273440ff56f3f91f" + integrity sha512-P93YfvJJJsntiILezwQUkx0ta5Amjd3Pte9+KkUFcLGBL1pkdtoY5lHc1oreWMElYuPTA+K9WrU6/tWa2OVa5A== dependencies: "@standardnotes/auth" "^3.18.17" "@standardnotes/common" "^1.22.0" "@standardnotes/domain-events" "^2.28.9" "@standardnotes/encryption" "^1.8.1" "@standardnotes/features" "^1.44.2" - "@standardnotes/filepicker" "^1.15.0" - "@standardnotes/files" "^1.2.1" + "@standardnotes/filepicker" "^1.16.0" + "@standardnotes/files" "^1.3.0" "@standardnotes/models" "^1.10.0" "@standardnotes/responses" "^1.6.25" "@standardnotes/services" "^1.13.1"