Skip to content

Commit

Permalink
Bump Electron to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
lefterisgar committed Oct 22, 2022
1 parent 8ebdc00 commit 04d79e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/facebook-locales": "^1.0.0",
"@types/lodash": "^4.14.182",
"del-cli": "^5.0.0",
"electron": "^20.0.2",
"electron": "^21.2.0",
"electron-builder": "^23.4.0",
"husky": "^8.0.1",
"np": "^7.6.2",
Expand Down
4 changes: 2 additions & 2 deletions source/emoji.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
nativeImage,
NativeImage,
MenuItemConstructorOptions,
Response,
CallbackResponse,
Menu,
} from 'electron';
import {is} from 'electron-util';
Expand Down Expand Up @@ -297,7 +297,7 @@ this URL: https://static.xx.fbcdn.net/images/emoji.php/v9/t27/2/32/1f600.png
with this: https://static.xx.fbcdn.net/images/emoji.php/v9/z27/2/32/1f600.png
(see here) ^
*/
export async function process(url: string): Promise<Response> {
export async function process(url: string): Promise<CallbackResponse> {
const emojiStyle = config.get('emojiStyle') as EmojiStyle;
const emojiSetCode = codeForEmojiStyle(emojiStyle);

Expand Down

0 comments on commit 04d79e0

Please sign in to comment.