Skip to content

Commit

Permalink
updating the electron version to 33.2.1 (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmaelMartinez authored Nov 30, 2024
1 parent 09f49fb commit 0ed99c0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 24 deletions.
7 changes: 7 additions & 0 deletions com.github.IsmaelMartinez.teams_for_linux.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
<url type="bugtracker">https://github.com/IsmaelMartinez/teams-for-linux/issues</url>
<launchable type="desktop-id">com.github.IsmaelMartinez.teams_for_linux.desktop</launchable>
<releases>
<release version="1.12.3" date="2024-11-30">
<description>
<ul>
<li>Update electron version to 33.2.1</li>
</ul>
</description>
</release>
<release version="1.12.2" date="2024-11-28">
<description>
<ul>
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teams-for-linux",
"version": "1.12.2",
"version": "1.12.3",
"main": "app/index.js",
"description": "Unofficial client for Microsoft Teams for Linux",
"homepage": "https://github.com/IsmaelMartinez/teams-for-linux",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@homebridge/dbus-native": "0.6.0",
"electron-log": "^5.2.2",
"electron-log": "^5.2.3",
"electron-store": "8.2.0",
"electron-window-state": "5.0.3",
"lodash": "^4.17.21",
Expand All @@ -51,11 +51,11 @@
},
"devDependencies": {
"@electron/fuses": "^1.8.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"http-server": "^14.1.1",
"electron": "^33.2.0",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"globals": "^15.12.0"
},
"build": {
Expand Down

0 comments on commit 0ed99c0

Please sign in to comment.