Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Commit 3f12f20

Browse files
committed
chore: use electron 19 beta to workaround electron/electron#33533
1 parent f635e3c commit 3f12f20

File tree

2 files changed

+287
-186
lines changed

2 files changed

+287
-186
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@
3939
"mobx": "^6.5.0"
4040
},
4141
"devDependencies": {
42-
"@babel/core": "^7.17.9",
43-
"@babel/preset-env": "^7.16.11",
44-
"@commitlint/config-conventional": "^16.2.1",
42+
"@babel/core": "^7.17.10",
43+
"@babel/preset-env": "^7.17.10",
44+
"@commitlint/config-conventional": "^16.2.4",
4545
"@electron/remote": "^2.0.8",
4646
"@standardnotes/electron-clear-data": "1.1.1",
4747
"@types/lodash": "^4.14.182",
4848
"@types/mime-types": "^2.1.1",
49-
"@types/node": "^17.0.25",
49+
"@types/node": "^17.0.31",
5050
"@types/proxyquire": "^1.3.28",
5151
"@types/yauzl": "^2.10.0",
52-
"@typescript-eslint/eslint-plugin": "^5.20.0",
53-
"@typescript-eslint/parser": "^5.20.0",
52+
"@typescript-eslint/eslint-plugin": "^5.22.0",
53+
"@typescript-eslint/parser": "^5.22.0",
5454
"ava": "^4.2.0",
5555
"babel-eslint": "^10.1.0",
5656
"babel-loader": "^8.2.5",
57-
"commitlint": "^16.2.3",
57+
"commitlint": "^16.2.4",
5858
"copy-webpack-plugin": "^10.2.4",
5959
"dotenv": "^16.0.0",
60-
"electron": "18.0.4",
60+
"electron": "19.0.0-beta.3",
6161
"electron-builder": "23.0.3",
6262
"electron-notarize": "^1.2.1",
63-
"eslint": "^8.13.0",
63+
"eslint": "^8.14.0",
6464
"eslint-config-prettier": "^8.5.0",
6565
"eslint-plugin-import": "^2.26.0",
6666
"eslint-plugin-node": "^11.1.0",
@@ -75,9 +75,9 @@
7575
"proxyquire": "^2.1.3",
7676
"rimraf": "^3.0.2",
7777
"terser-webpack-plugin": "^5.3.1",
78-
"ts-loader": "^9.2.8",
78+
"ts-loader": "^9.3.0",
7979
"ts-node": "^10.7.0",
80-
"typescript": "^4.6.3",
80+
"typescript": "^4.6.4",
8181
"webpack": "^5.72.0",
8282
"webpack-cli": "^4.9.2",
8383
"webpack-merge": "^5.8.0"

0 commit comments

Comments
 (0)