Skip to content

Commit

Permalink
fix odd mode and update electron-context-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Jan 12, 2024
1 parent ffe43bd commit acd8450
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
5 changes: 1 addition & 4 deletions app-shell-odd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ PATH := $(shell cd .. && yarn bin):$(PATH)
# dev server port
PORT ?= 8090

# override webpack's default hashing algorithm for node 18: https://github.com/webpack/webpack/issues/14532
export NODE_OPTIONS := --openssl-legacy-provider

# dep directories for production build
# TODO(mc, 2018-08-07): figure out a better way to do this
ui_dir := ../app
Expand Down Expand Up @@ -86,7 +83,7 @@ push-ot3: dist-ot3
.PHONY: dev
dev: export NODE_ENV := development
dev:
webpack
NODE_OPTIONS=--openssl-legacy-provider webpack
$(electron)

.PHONY: test
Expand Down
2 changes: 1 addition & 1 deletion app-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/uuid": "^3.4.7",
"ajv": "6.12.3",
"dateformat": "3.0.3",
"electron-context-menu": "^3.5.0",
"electron-context-menu": "3.6.1",
"electron-debug": "3.0.1",
"electron-devtools-installer": "3.2.0",
"electron-store": "5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.12.0 <22.0.0"
"node": ">=18.14.0 <22.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8637,10 +8637,10 @@ [email protected]:
simple-update-notifier "^1.1.0"
yargs "^17.6.2"

electron-context-menu@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/electron-context-menu/-/electron-context-menu-3.5.0.tgz#f5d6df982e37555a77666bcecff59b094211b54a"
integrity sha512-z4agpok6YnXlGFs66zU9EBFft4llUFJ41NYFEMMS0fnprMKBztJUCHBA6LMAqJgjabfqsYC7kxlvjvepxodOqg==
electron-context-menu@3.6.1:
version "3.6.1"
resolved "https://registry.yarnpkg.com/electron-context-menu/-/electron-context-menu-3.6.1.tgz#42f117e15309687b22283e6f8f7a0d95a19afe84"
integrity sha512-lcpO6tzzKUROeirhzBjdBWNqayEThmdW+2I2s6H6QMrwqTVyT3EK47jW3Nxm60KTxl5/bWfEoIruoUNn57/QkQ==
dependencies:
cli-truncate "^2.1.0"
electron-dl "^3.2.1"
Expand Down

0 comments on commit acd8450

Please sign in to comment.