Skip to content

Commit

Permalink
Merge pull request #202 from particl/deps
Browse files Browse the repository at this point in the history
Bump dependencies, pin electron
  • Loading branch information
rynomster committed Oct 25, 2017
2 parents 25e77c8 + f9de60b commit 1e876ce
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,21 @@
"asar": true
},
"dependencies": {
"@angular/animations": "^4.3.1",
"@angular/common": "^4.3.1",
"@angular/compiler": "^4.3.1",
"@angular/core": "^4.3.1",
"@angular/forms": "^4.3.1",
"@angular/http": "^4.3.1",
"@angular/platform-browser": "^4.3.1",
"@angular/platform-browser-dynamic": "^4.3.1",
"@angular/router": "^4.3.1",
"@angular/animations": "^4.4.6",
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.4.6",
"@angular/core": "^4.4.6",
"@angular/forms": "^4.4.6",
"@angular/http": "^4.4.6",
"@angular/platform-browser": "^4.4.6",
"@angular/platform-browser-dynamic": "^4.4.6",
"@angular/router": "^4.4.6",
"angular2-qrcode": "^2.0.1",
"bluebird": "^3.4.7",
"bootstrap": "^3.3.7",
"buffered-spawn": "^3.3.2",
"core-js": "^2.4.1",
"electron-log": "^2.2.7",
"electron-log": "^2.2.10",
"font-awesome": "^4.7.0",
"got": "^7.1.0",
"lodash": "^4.17.4",
Expand All @@ -112,13 +112,13 @@
},
"devDependencies": {
"@angular/cli": "^1.4.9",
"@angular/compiler-cli": "^4.3.1",
"@angular/compiler-cli": "^4.4.6",
"@compodoc/compodoc": "^1.0.0-beta.12",
"@types/jasmine": "^2.6.1",
"@types/node": "~8.0.12",
"codelyzer": "~3.2.0",
"@types/node": "^8.0.47",
"codelyzer": "^3.2.2",
"coveralls": "^3.0.0",
"electron": "^1.7.5",
"electron": "1.7.9",
"electron-builder": "^19.41.0",
"htmlhint": "^0.9.13",
"jasmine-core": "~2.8.0",
Expand All @@ -135,6 +135,6 @@
"ts-node": "~3.3.0",
"tslint": "~5.8.0",
"tslint-microsoft-contrib": "^5.0.1",
"typescript": "~2.5.2"
"typescript": "~2.5.3"
}
}

0 comments on commit 1e876ce

Please sign in to comment.