Skip to content

Commit

Permalink
update to Electron 19.0.11 (#2462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito authored Aug 8, 2022
1 parent 13dfa74 commit 37b110b
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 113 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
"start": "run-s clean build:watch",
"clean": "rimraf app dist",
"build": "run-p .:build:rollup .:build:workspaces",
"build-mac": "yarn --silent electron-builder --publish never --mac",
"build-win": "yarn --silent electron-builder --publish never --win",
".:build:rollup": "rollup -c",
".:build:workspaces": "yarn workspaces run build",
"release": "yarn electron-builder --publish onTagOrDraft --x64",
Expand All @@ -54,8 +56,8 @@
"@rocket.chat/icons": "^0.31.1",
"abort-controller": "^3.0.0",
"electron-dl": "^3.3.1",
"electron-store": "^8.0.1",
"electron-updater": "^5.0.1",
"electron-store": "^8.1.0",
"electron-updater": "^5.2.1",
"i18next": "^21.6.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down Expand Up @@ -102,8 +104,8 @@
"chokidar": "^3.5.3",
"conventional-changelog-cli": "^2.2.2",
"convert-svg-to-png": "^0.5.0",
"electron": "^17.4.2",
"electron-builder": "^23.0.4",
"electron": "^19.0.11",
"electron-builder": "^23.3.3",
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "^1.2.1",
"eslint": "^7.32.0",
Expand Down
Loading

0 comments on commit 37b110b

Please sign in to comment.