fix: files system access api dependency on filepicker

This commit is contained in:
Karol Sójko
2022-07-06 09:37:56 +02:00
parent 13f9f1668e
commit c4e16e4346

View File

@@ -26,7 +26,6 @@
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^27.4.1", "@types/jest": "^27.4.1",
"@types/wicg-file-system-access": "^2020.9.5",
"@typescript-eslint/eslint-plugin": "^5.30.0", "@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"jest": "^27.5.1", "jest": "^27.5.1",
@@ -37,6 +36,7 @@
"@standardnotes/common": "^1.23.1", "@standardnotes/common": "^1.23.1",
"@standardnotes/services": "workspace:*", "@standardnotes/services": "workspace:*",
"@standardnotes/utils": "^1.6.12", "@standardnotes/utils": "^1.6.12",
"@types/wicg-file-system-access": "^2020.9.5",
"reflect-metadata": "^0.1.13" "reflect-metadata": "^0.1.13"
} }
} }