refactor: smart tags to views (#902)

* refactor: smart tags to views

* chore: upgrade snjs
This commit is contained in:
Mo
2022-02-27 13:18:21 -06:00
committed by GitHub
parent 4db8ca8bdd
commit 16fc3eb521
12 changed files with 237 additions and 170 deletions

View File

@@ -29,7 +29,7 @@
"@reach/visually-hidden": "^0.16.0",
"@svgr/webpack": "^6.2.1",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.178",
"@types/lodash": "^4.14.179",
"@types/react": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
@@ -40,9 +40,9 @@
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.6.0",
"dotenv": "^16.0.0",
"eslint": "^8.9.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
@@ -77,11 +77,11 @@
"@reach/listbox": "^0.16.2",
"@reach/tooltip": "^0.16.2",
"@standardnotes/components": "1.7.6",
"@standardnotes/features": "1.32.12",
"@standardnotes/snjs": "2.63.5",
"@standardnotes/features": "1.33.1",
"@standardnotes/snjs": "2.65.3",
"@standardnotes/settings": "^1.11.3",
"@standardnotes/sncrypto-web": "1.7.1",
"mobx": "^6.4.1",
"mobx": "^6.4.2",
"mobx-react-lite": "^3.3.0",
"preact": "^10.6.6",
"qrcode.react": "^1.0.1",