Skip to content

Commit

Permalink
[v16] Update Electron to 33.1.0 and Node.js to 20.18.0 (#49251)
Browse files Browse the repository at this point in the history
* Update Electron to 33.0.2 and Node.js to 20.18.0 (#47891)

* Update `electron` to 33.0.2

* Update `node-abi` to 3.71.0

* Update Node.js to 20.18.0

(cherry picked from commit 94bc294)

* Update Electron to 33.1.0 (#48503)

(cherry picked from commit c0a4d3e)

* Update lockfile

* Update `node-abi`
  • Loading branch information
gzdunek authored Nov 20, 2024
1 parent 7a93a64 commit 8827bf8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.assets/versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
GOLANG_VERSION ?= go1.22.9
GOLANGCI_LINT_VERSION ?= v1.61.0

NODE_VERSION ?= 20.17.0
NODE_VERSION ?= 20.18.0

# Run lint-rust check locally before merging code after you bump this.
RUST_VERSION ?= 1.77.0
Expand Down
19 changes: 10 additions & 9 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion web/packages/teleterm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/whatwg-url": "^11.0.5",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"electron": "32.1.2",
"electron": "33.1.0",
"electron-builder": "^25.1.7",
"electron-vite": "^2.3.0",
"events": "3.3.0",
Expand Down

0 comments on commit 8827bf8

Please sign in to comment.