-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update electron to the latest version 🚀 (#81)
* 2.0.0 * chore(package): update electron to version 3.0.0 * chore(package): update lockfile yarn.lock * chore: update lock * chore(test): Update snapshot add testUrl * chore: bump updater version
- Loading branch information
1 parent
93a6c1e
commit adcf2db
Showing
8 changed files
with
3,032 additions
and
3,040 deletions.
There are no files selected for viewing
939 changes: 787 additions & 152 deletions
939
__tests__/app/containers/__snapshots__/Root.test.js.snap
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
const {app, | ||
const { app, | ||
BrowserWindow, | ||
globalShortcut | ||
} = require('electron') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "winmoji", | ||
"productName": "winMoji", | ||
"version": "1.2.2", | ||
"version": "2.0.0", | ||
"description": "Emoji Search for Windows", | ||
"main": "main.js", | ||
"author": "ryanSn <[email protected]>", | ||
|
@@ -22,7 +22,7 @@ | |
"electron-config": "^1.0.0", | ||
"electron-is-dev": "^1.0.1", | ||
"electron-localshortcut": "^3.0.4", | ||
"electron-updater": "^3.0.1", | ||
"electron-updater": "^3.0.3", | ||
"emojilib": "^2.2.0", | ||
"fast-levenshtein": "^2.0.6", | ||
"react": "^16.0.0", | ||
|
@@ -37,7 +37,7 @@ | |
"babel-jest": "^23.0.1", | ||
"babel-loader": "^8.0.0-beta", | ||
"coveralls": "^3.0.0", | ||
"electron": "^2.0.0", | ||
"electron": "^3.0.0", | ||
"electron-builder": "^20.0.5", | ||
"jest": "^22.4.2", | ||
"pre-commit": "^1.2.2", | ||
|
@@ -66,6 +66,7 @@ | |
] | ||
}, | ||
"jest": { | ||
"testURL": "http://localhost/", | ||
"collectCoverage": true, | ||
"moduleNameMapper": { | ||
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.