fix: allow experimental editors if component is installed regardless of feature state

This commit is contained in:
Mo
2022-03-10 09:45:46 -06:00
parent be6a9fdb34
commit 8db127b798
6 changed files with 44 additions and 65 deletions

View File

@@ -27,13 +27,13 @@
"@babel/preset-typescript": "^7.16.7",
"@reach/disclosure": "^0.16.2",
"@reach/visually-hidden": "^0.16.0",
"@standardnotes/responses": "1.3.4",
"@standardnotes/services": "1.5.6",
"@standardnotes/responses": "1.3.5",
"@standardnotes/services": "1.5.7",
"@standardnotes/stylekit": "5.15.0",
"@svgr/webpack": "^6.2.1",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.179",
"@types/react": "^17.0.39",
"@types/react": "^17.0.40",
"@types/wicg-file-system-access": "^2020.9.5",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
@@ -80,11 +80,11 @@
"@reach/listbox": "^0.16.2",
"@reach/tooltip": "^0.16.2",
"@standardnotes/components": "1.7.10",
"@standardnotes/features": "1.34.5",
"@standardnotes/features": "1.34.6",
"@standardnotes/filepicker": "1.8.0",
"@standardnotes/settings": "1.12.0",
"@standardnotes/sncrypto-web": "1.7.3",
"@standardnotes/snjs": "2.79.0",
"@standardnotes/snjs": "2.79.3",
"mobx": "^6.4.2",
"mobx-react-lite": "^3.3.0",
"preact": "^10.6.6",