Skip to content

Commit

Permalink
Version 3.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed May 22, 2024
1 parent cf86a2f commit a21b1d2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"category": "public.app-category.productivity",
"target": ["dmg", "pkg", "zip", "mas"],
"icon": "build/icon.icns",
"bundleVersion": "126",
"bundleVersion": "127",
"helperBundleId": "chat.rocket.electron.helper",
"type": "distribution",
"artifactName": "rocketchat-${version}-${os}.${ext}",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"productName": "Rocket.Chat",
"name": "rocketchat",
"description": "Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat",
"version": "3.9.14",
"version": "3.9.15",
"author": "Rocket.Chat Support <[email protected]>",
"copyright": "© 2016-2024, Rocket.Chat",
"homepage": "https://rocket.chat",
Expand Down Expand Up @@ -108,7 +108,7 @@
"chokidar": "~3.5.3",
"conventional-changelog-cli": "~4.1.0",
"convert-svg-to-png": "~0.6.4",
"electron": "29.1.4",
"electron": "22.3.27",
"electron-builder": "^23.6.0",
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "^1.2.2",
Expand Down
28 changes: 13 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5670,6 +5670,13 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^16.11.26":
version: 16.18.97
resolution: "@types/node@npm:16.18.97"
checksum: c7ffc135852b658ab6737f818492cab4f43a1c092ad4b032dd591c0ab2f66781191df4ddd08ba91436d7ee64c259987f94da8fa97e3b7d8d0fd5dae6f2775c26
languageName: node
linkType: hard

"@types/node@npm:^18.11.18":
version: 18.18.9
resolution: "@types/node@npm:18.18.9"
Expand All @@ -5679,15 +5686,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.9.0":
version: 20.11.28
resolution: "@types/node@npm:20.11.28"
dependencies:
undici-types: "npm:~5.26.4"
checksum: b03f69213ac6e7cd5f7efa86139f24e23ff70a12fed04adeac5413b62d6982343ce94906f74c401c5afefda48d36ae0efd6a575240996b15a5cf80b456ab4221
languageName: node
linkType: hard

"@types/node@npm:~16.0.3":
version: 16.0.3
resolution: "@types/node@npm:16.0.3"
Expand Down Expand Up @@ -8714,16 +8712,16 @@ __metadata:
languageName: node
linkType: hard

"electron@npm:29.1.4":
version: 29.1.4
resolution: "electron@npm:29.1.4"
"electron@npm:22.3.27":
version: 22.3.27
resolution: "electron@npm:22.3.27"
dependencies:
"@electron/get": "npm:^2.0.0"
"@types/node": "npm:^20.9.0"
"@types/node": "npm:^16.11.26"
extract-zip: "npm:^2.0.1"
bin:
electron: cli.js
checksum: 8c2ea5cfeba7b204f814433f79df33e291f17599be31db61452347a8d9a65e37054b341cd16e7028a9293aaab922b44e9bab2cfe5494af50c50cd3d8c2f8c67a
checksum: 1b3e83c352326078d6abc6bda2124938d32351f9d0cd7898e0eb9165513f6fdfb1db802b0c66e0e761519bcd39e37663634eb935f88d1598edc91e725939bdbb
languageName: node
linkType: hard

Expand Down Expand Up @@ -14747,7 +14745,7 @@ __metadata:
chokidar: "npm:~3.5.3"
conventional-changelog-cli: "npm:~4.1.0"
convert-svg-to-png: "npm:~0.6.4"
electron: "npm:29.1.4"
electron: "npm:22.3.27"
electron-builder: "npm:^23.6.0"
electron-devtools-installer: "npm:^3.2.0"
electron-dl: "npm:3.5.2"
Expand Down

0 comments on commit a21b1d2

Please sign in to comment.