Skip to content

Commit

Permalink
update versions and prepare for electron 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut Lassalle committed Feb 27, 2019
1 parent 3b9b808 commit 07a5786
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
5 changes: 4 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ function createWindow() {
x: 0,
y: 0,
width: size.width,
height: size.height
height: size.height,
webPreferences: {
nodeIntegration: true,
},
});

if (serve) {
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "0.12.1",
"@angular/cli": "7.2.1",
"@angular/common": "7.2.0",
"@angular/compiler": "7.2.0",
"@angular/compiler-cli": "7.2.0",
"@angular/core": "7.2.0",
"@angular/forms": "7.2.0",
"@angular/http": "7.2.0",
"@angular/language-service": "7.2.0",
"@angular/platform-browser": "7.2.0",
"@angular/platform-browser-dynamic": "7.2.0",
"@angular/router": "7.2.0",
"@angular/cli": "7.3.3",
"@angular/common": "7.2.7",
"@angular/compiler": "7.2.7",
"@angular/compiler-cli": "7.2.7",
"@angular/core": "7.2.7",
"@angular/forms": "7.2.7",
"@angular/http": "7.2.7",
"@angular/language-service": "7.2.7",
"@angular/platform-browser": "7.2.7",
"@angular/platform-browser-dynamic": "7.2.7",
"@angular/router": "7.2.7",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"@types/jasmine": "2.8.7",
Expand All @@ -71,12 +71,12 @@
"karma-jasmine-html-reporter": "1.4.0",
"npm-run-all": "4.1.5",
"protractor": "5.4.1",
"rxjs": "6.3.3",
"rxjs": "6.4.0",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.2.2",
"typescript": "3.2.4",
"wait-on": "3.2.0",
"webdriver-manager": "12.1.0",
"zone.js": "0.8.27"
"zone.js": "0.8.29"
}
}

0 comments on commit 07a5786

Please sign in to comment.