fix: disable v4 feature checks

This commit is contained in:
Mo Bitar
2021-11-09 16:41:12 -06:00
parent f029e32dff
commit 4b21083229
8 changed files with 38 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.8.25",
"version": "3.9.0",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
@@ -70,9 +70,9 @@
"@reach/checkbox": "^0.16.0",
"@reach/dialog": "^0.16.2",
"@reach/listbox": "^0.16.2",
"@standardnotes/features": "1.8.0",
"@standardnotes/features": "1.8.1",
"@standardnotes/sncrypto-web": "1.5.3",
"@standardnotes/snjs": "2.17.1",
"@standardnotes/snjs": "2.17.2",
"mobx": "^6.3.5",
"mobx-react-lite": "^3.2.1",
"preact": "^10.5.15",