chore: upgrade deps

This commit is contained in:
Mo
2022-03-15 14:21:00 -05:00
parent 91163f7925
commit 87480d2ff5
2 changed files with 179 additions and 99 deletions

View File

@@ -21,27 +21,27 @@
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/core": "^7.17.7",
"@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.3.10",
"@standardnotes/services": "1.5.12",
"@standardnotes/responses": "1.3.11",
"@standardnotes/services": "1.6.0",
"@standardnotes/stylekit": "5.16.0",
"@svgr/webpack": "^6.2.1",
"@types/jest": "^27.4.1",
"@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",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"babel-loader": "^8.2.3",
"css-loader": "^6.7.1",
"dotenv": "^16.0.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
@@ -73,8 +73,8 @@
"@standardnotes/features": "1.34.10",
"@standardnotes/filepicker": "1.10.0",
"@standardnotes/settings": "1.12.0",
"@standardnotes/sncrypto-web": "1.7.3",
"@standardnotes/snjs": "2.82.0",
"@standardnotes/sncrypto-web": "1.8.0",
"@standardnotes/snjs": "2.83.0",
"@zip.js/zip.js": "^2.4.6",
"mobx": "^6.4.2",
"mobx-react-lite": "^3.3.0",