forked from chrisknepper/android-messages-desktop
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update node version * fix name fetching for tray * use non deprecated way of opening link * update actions * update dependencies * upload actions
- Loading branch information
1 parent
528f80c
commit fb0b61c
Showing
6 changed files
with
1,158 additions
and
1,282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "android-messages-desktop", | ||
"description": "Messages for web, as a desktop app", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"author": { | ||
"name": "Kyle Rosenberg", | ||
"email": "[email protected]" | ||
|
@@ -28,32 +28,32 @@ | |
}, | ||
"dependencies": { | ||
"about-window": "1.15.2", | ||
"electron-updater": "5.2.1", | ||
"fs-jetpack": "^4.3.1", | ||
"electron-updater": "6.2.1", | ||
"fs-jetpack": "^5.1.0", | ||
"rxjs": "^7.5.6", | ||
"uuid": "^9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.7.18", | ||
"@types/uuid": "^8.3.4", | ||
"@types/node": "20.14.2", | ||
"@types/uuid": "^9.0.8", | ||
"@types/webpack": "^5.28.0", | ||
"@types/webpack-node-externals": "^2.5.3", | ||
"@typescript-eslint/eslint-plugin": "^5.37.0", | ||
"@typescript-eslint/parser": "^5.37.0", | ||
"@types/webpack-node-externals": "^3.0.4", | ||
"@typescript-eslint/eslint-plugin": "^7.12.0", | ||
"@typescript-eslint/parser": "^7.12.0", | ||
"cross-env": "^7.0.2", | ||
"electron": "20.1.4", | ||
"electron-builder": "^23.3.3", | ||
"eslint": "^8.23.1", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"electron-builder": "^24.13.3", | ||
"eslint": "^9.4.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"png2icons": "^2.0.1", | ||
"prettier": "^2.7.1", | ||
"prettier": "^3.3.1", | ||
"source-map-support": "^0.5.21", | ||
"ts-loader": "^9.3.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.3", | ||
"typescript": "^5.4.5", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-merge": "^5.8.0", | ||
"webpack-node-externals": "^3.0.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.