chore: upgrade electron (#2577)

This commit is contained in:
Aman Harwara
2023-10-12 13:24:53 +05:30
committed by GitHub
parent c5f4791b27
commit 21091c7f35
20 changed files with 112 additions and 69 deletions

View File

@@ -34,21 +34,21 @@
"hoistingLimits": "workspaces"
},
"dependencies": {
"@electron/remote": "^2.0.9",
"@electron/remote": "^2.0.12",
"@standardnotes/domain-core": "^1.34.1",
"@standardnotes/electron-clear-data": "1.1.1",
"@standardnotes/web": "workspace:*",
"axios": "^1.1.3",
"compare-versions": "^5.0.1",
"axios": "^1.4.0",
"compare-versions": "^6.1.0",
"decrypt": "github:standardnotes/decrypt#master",
"dotenv": "^16.0.3",
"electron": "22.3.24",
"dotenv": "^16.3.1",
"electron": "27.0.0",
"electron-log": "^4.4.8",
"electron-updater": "^5.3.0",
"electron-updater": "^6.1.4",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"mobx": "^6.7.0"
"mobx": "^6.10.2"
},
"devDependencies": {
"@babel/core": "*",