Skip to content

Commit

Permalink
update dependencies (Electron 2.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 28, 2018
1 parent 451f5a3 commit b7cc17f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion browser/mainu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function createWindow(config: Config, icon_path: string) {
options.autoHideMenuBar = config.hide_menu_bar;
options.show = false;
if (config.hide_title_bar) {
options.titleBarStyle = 'hidden-inset';
options.titleBarStyle = 'hiddenInset';
}

const win = new BrowserWindow(options);
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"about-window": "^1.11.0",
"animate.css": "^3.6.1",
"chokidar": "^2.0.3",
"electron": "~1.8.4",
"electron": "~2.0.2",
"electron-window-state": "^4.1.1",
"encoding-japanese": "^1.0.28",
"encoding-japanese": "^1.0.29",
"font-awesome": "^4.7.0",
"github-markdown-css": "^2.10.0",
"he": "^1.1.1",
"highlight.js": "^9.12.0",
"js-yaml": "^3.11.0",
"katex": "^0.9.0",
"markdownlint": "^0.8.1",
"markdownlint": "^0.10.0",
"marked": "github:rhysd/marked#emoji",
"marked-sanitizer-github": "^1.0.0",
"mermaid": "7.1.2",
Expand All @@ -51,33 +51,33 @@
"@types/chokidar": "^1.7.5",
"@types/empower": "^1.2.30",
"@types/es6-promise": "0.0.33",
"@types/he": "^0.5.29",
"@types/highlight.js": "^9.12.2",
"@types/he": "^1.1.0",
"@types/highlight.js": "^9.12.3",
"@types/html-void-elements": "^1.0.0",
"@types/htmlparser2": "^3.7.31",
"@types/js-yaml": "^3.11.1",
"@types/katex": "0.5.0",
"@types/marked": "^0.3.0",
"@types/mocha": "^5.0.0",
"@types/mocha": "^5.2.0",
"@types/mousetrap": "^1.6.0",
"@types/node": "^9.6.2",
"@types/polymer": "^1.2.3",
"@types/power-assert": "^1.4.29",
"@types/polymer": "^1.2.4",
"@types/power-assert": "^1.5.0",
"@types/power-assert-formatter": "^1.4.28",
"@types/webcomponents.js": "^0.6.32",
"@types/webdriverio": "^4.10.1",
"asar": "^0.14.3",
"bower": "^1.8.4",
"electron-packager": "^12.0.0",
"electron-packager": "^12.1.0",
"electron-rebuild": "^1.7.3",
"intelli-espower-loader": "^1.0.1",
"mocha": "^5.0.5",
"mocha": "^5.2.0",
"nsp": "^3.2.1",
"power-assert": "^1.5.0",
"spectron": "^3.8.0",
"touch": "^3.1.0",
"tslint": "^5.9.1",
"typescript": "^2.8.1"
"tslint": "^5.10.0",
"typescript": "^2.8.3"
},
"scripts": {
"dep": "rake dep",
Expand Down

0 comments on commit b7cc17f

Please sign in to comment.