Skip to content

Commit

Permalink
Merge pull request #979 from jijojosephk/electron_27.0.0
Browse files Browse the repository at this point in the history
Electron version upgrade to 27.0.0
  • Loading branch information
jijojosephk authored Oct 18, 2023
2 parents 46164b7 + 65cd9e1 commit 84aaf10
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 97 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teams-for-linux",
"version": "1.3.13",
"version": "1.3.14",
"main": "app/index.js",
"description": "Unofficial client for Microsoft Teams for Linux",
"homepage": "https://github.com/IsmaelMartinez/teams-for-linux",
Expand Down Expand Up @@ -39,7 +39,7 @@
"release": "electron-builder"
},
"dependencies": {
"@electron/remote": "^2.0.11",
"@electron/remote": "^2.0.12",
"electron-is-dev": "2.0.0",
"electron-store": "8.1.0",
"electron-window-state": "5.0.3",
Expand All @@ -48,9 +48,9 @@
"yargs": "17.7.2"
},
"devDependencies": {
"electron": "^24.8.5",
"electron": "^27.0.0",
"electron-builder": "24.6.4",
"eslint": "8.50.0",
"eslint": "8.51.0",
"yarn": "1.22.19"
},
"build": {
Expand Down
Loading

0 comments on commit 84aaf10

Please sign in to comment.