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

Commit

Permalink
chore: use electron 19 beta to workaround electron/electron#33533
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed May 3, 2022
1 parent f635e3c commit 3f12f20
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 186 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -39,28 +39,28 @@
"mobx": "^6.5.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@commitlint/config-conventional": "^16.2.1",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@commitlint/config-conventional": "^16.2.4",
"@electron/remote": "^2.0.8",
"@standardnotes/electron-clear-data": "1.1.1",
"@types/lodash": "^4.14.182",
"@types/mime-types": "^2.1.1",
"@types/node": "^17.0.25",
"@types/node": "^17.0.31",
"@types/proxyquire": "^1.3.28",
"@types/yauzl": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"ava": "^4.2.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"commitlint": "^16.2.3",
"commitlint": "^16.2.4",
"copy-webpack-plugin": "^10.2.4",
"dotenv": "^16.0.0",
"electron": "18.0.4",
"electron": "19.0.0-beta.3",
"electron-builder": "23.0.3",
"electron-notarize": "^1.2.1",
"eslint": "^8.13.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
Expand All @@ -75,9 +75,9 @@
"proxyquire": "^2.1.3",
"rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.2.8",
"ts-loader": "^9.3.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"typescript": "^4.6.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-merge": "^5.8.0"
Expand Down

0 comments on commit 3f12f20

Please sign in to comment.