Skip to content

Commit

Permalink
Update electron to 12.0.1
Browse files Browse the repository at this point in the history
  Update font-list to 1.2.13
  Update yargs-parser to 20.2.7
  • Loading branch information
icewolfz committed Mar 16, 2021
1 parent aa4df9d commit 92d21ef
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 71 deletions.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
- **New**
- Enable allow Half Open sockets - Indicates whether half-opened TCP connections are allowed
- **Changed:**
- Update electron 11.3.0 to 12.0.0
- Update electron 11.3.0 to 12.0.1
- Updated crash logging to newer more detailed version
- Update font-list 1.2.12 to 1.2.13
- Update yargs-parser 20.2.6 to 20.2.7

## v0.14.1 2021-02-24

Expand Down
122 changes: 58 additions & 64 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"devDependencies": {
"@types/bootstrap": "^3.4.0",
"@types/jquery": "^3.5.5",
"@types/node": "^14.14.31",
"@types/node": "^14.14.35",
"babel-minify": "^0.4.3",
"electron": "^12.0.0",
"electron": "^12.0.1",
"electron-builder": "^22.10.5",
"eslint": "^7.21.0",
"eslint-plugin-html": "^6.1.1",
"eslint": "^7.22.0",
"eslint-plugin-html": "^6.1.2",
"node-sass": "^5.0.0"
},
"build": {
Expand Down Expand Up @@ -135,7 +135,7 @@
"buzz": "^1.2.1",
"chokidar": "^3.5.1",
"electron-updater": "^4.3.8",
"font-list": "^1.2.12",
"font-list": "^1.2.13",
"fs-extra": "^9.1.0",
"fswin": "^3.21.107",
"lz-string": "^1.4.4",
Expand All @@ -146,7 +146,7 @@
"node-disk-info": "^1.1.0",
"rgbcolor": "^1.0.1",
"tmp": "^0.2.1",
"yargs-parser": "^20.2.6",
"yargs-parser": "^20.2.7",
"yauzl": "^2.10.0",
"yazl": "^2.5.1"
}
Expand Down

0 comments on commit 92d21ef

Please sign in to comment.