Skip to content

Commit

Permalink
fix: update electron to resolve present context menu
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Dec 10, 2024
1 parent 03858b1 commit 2d31b64
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 23 deletions.
2 changes: 1 addition & 1 deletion apps/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/node": "^22.10.1",
"electron": "33.2.1",
"electron": "33.3.0",
"electron-devtools-installer": "3.2.0",
"hono": "4.6.13"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"dnum": "^2.14.0",
"dotenv": "16.4.7",
"drizzle-orm": "0.37.0",
"electron": "33.2.1",
"electron": "33.3.0",
"electron-devtools-installer": "3.2.0",
"electron-packager-languages": "0.5.0",
"electron-vite": "^2.3.0",
Expand Down Expand Up @@ -135,10 +135,10 @@
"@tanstack/react-virtual": "patches/@tanstack__react-virtual.patch"
},
"overrides": {
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"isarray": "npm:@nolyfill/isarray@^1",
"@types/react": "npm:@types/react@^18.3.12",
"@types/react-dom": "npm:@types/react-dom@^18.3.1"
"@types/react-dom": "npm:@types/react-dom@^18.3.1",
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"isarray": "npm:@nolyfill/isarray@^1"
}
},
"simple-git-hooks": {
Expand Down Expand Up @@ -176,4 +176,4 @@
},
"productName": "Follow",
"mainHash": "a17b3455d95c59da9a9724da5c9a04332f454caf2391c53ac32fc54184965658"
}
}
51 changes: 34 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit 2d31b64

Please sign in to comment.