Skip to content

Commit

Permalink
猬嗭笍 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tjoskar committed Nov 5, 2017
1 parent f457795 commit 0c49841
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,40 +37,40 @@
},
"dependencies": {},
"devDependencies": {
"@angular/animations": "^4.2.6",
"@angular/common": "^4.2.6",
"@angular/compiler": "^4.2.6",
"@angular/compiler-cli": "^4.2.6",
"@angular/core": "^4.2.6",
"@angular/platform-browser": "^4.2.6",
"@angular/platform-browser-dynamic": "^4.2.6",
"@angular/platform-server": "^4.2.6",
"@angular/router": "^4.2.6",
"@types/core-js": "^0.9.41",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.11",
"awesome-typescript-loader": "^3.1.3",
"@angular/animations": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/platform-server": "^5.0.0",
"@angular/router": "^5.0.0",
"@types/core-js": "^0.9.43",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.47",
"awesome-typescript-loader": "^3.3.0",
"copyfiles": "^1.2.0",
"core-js": "^2.4.1",
"electron": "^1.6.11",
"karma": "^1.7.0",
"core-js": "^2.5.1",
"electron": "^1.7.9",
"karma": "^1.7.1",
"karma-electron-launcher": "^0.2.0",
"karma-mocha": "^1.1.1",
"karma-sauce-launcher": "^1.1.0",
"karma-sauce-launcher": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"karma-webpack": "^2.0.5",
"lodash.isequal": "^4.5.0",
"mocha": "^3.3.0",
"mocha": "^4.0.1",
"null-loader": "^0.1.1",
"protractor": "^5.1.1",
"rimraf": "^2.6.1",
"rxjs": "5.4.2",
"protractor": "^5.2.0",
"rimraf": "^2.6.2",
"rxjs": "5.5.2",
"simple-spy": "^2.1.0",
"source-map-loader": "^0.2.1",
"typescript": "^2.4.2",
"wallaby-webpack": "^0.0.39",
"webpack": "^3.2.0",
"webpack-dev-server": "^2.4.5",
"zone.js": "^0.8.13"
"source-map-loader": "^0.2.3",
"typescript": "^2.6.1",
"wallaby-webpack": "^0.0.44",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4",
"zone.js": "^0.8.18"
}
}

0 comments on commit 0c49841

Please sign in to comment.