refactor: new snjs support (#967)

This commit is contained in:
Mo
2022-04-11 12:48:19 -05:00
committed by GitHub
parent 3126d97dca
commit 3a2ff2f440
44 changed files with 569 additions and 799 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "standard-notes-web",
"version": "3.14.0",
"version": "3.15.0",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
@@ -26,11 +26,6 @@
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@reach/disclosure": "^0.16.2",
"@reach/visually-hidden": "^0.16.0",
"@standardnotes/responses": "1.5.1",
"@standardnotes/services": "1.7.1",
"@standardnotes/stylekit": "5.20.0",
"@svgr/webpack": "^6.2.1",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.42",
@@ -65,26 +60,27 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@reach/alert": "^0.16.0",
"@reach/alert-dialog": "^0.16.2",
"@reach/alert": "^0.16.0",
"@reach/checkbox": "^0.16.0",
"@reach/dialog": "^0.16.2",
"@reach/disclosure": "^0.16.2",
"@reach/listbox": "^0.16.2",
"@reach/tooltip": "^0.16.2",
"@reach/visually-hidden": "^0.16.0",
"@standardnotes/components": "1.7.14",
"@standardnotes/features": "1.36.3",
"@standardnotes/filepicker": "1.10.4",
"@standardnotes/settings": "1.13.2",
"@standardnotes/sncrypto-web": "1.8.1",
"@standardnotes/snjs": "2.93.3",
"@standardnotes/filepicker": "1.10.5",
"@standardnotes/sncrypto-web": "1.8.2",
"@standardnotes/snjs": "2.94.3",
"@standardnotes/stylekit": "5.21.3",
"@zip.js/zip.js": "^2.4.7",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.3.0",
"mobx": "^6.5.0",
"preact": "^10.6.6",
"qrcode.react": "^2.0.0",
"react-dnd": "^15.1.1",
"react-dnd-html5-backend": "^15.1.2",
"react-dnd-touch-backend": "^15.1.1"
"react-dnd-touch-backend": "^15.1.1",
"react-dnd": "^15.1.1"
},
"lint-staged": {
"app/**/*.{js,ts,jsx,tsx}": "eslint --cache --fix",