Skip to content

Commit

Permalink
fix: compile with Angular 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hotforfeature committed Nov 3, 2017
1 parent d8a6c84 commit 2634091
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 50 deletions.
74 changes: 33 additions & 41 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"rxjs": "^5.0.1"
},
"devDependencies": {
"@angular/common": "^4.0.2",
"@angular/compiler": "^4.0.2",
"@angular/compiler-cli": "^4.0.2",
"@angular/core": "^4.0.2",
"@angular/forms": "^4.0.2",
"@angular/platform-browser": "^4.0.2",
"@angular/platform-browser-dynamic": "^4.0.2",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@types/jasmine": "^2.5.47",
"@types/node": "^7.0.12",
"awesome-typescript-loader": "^3.1.2",
Expand Down Expand Up @@ -92,12 +92,12 @@
"rollup": "^0.43.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"rxjs": "^5.0.1",
"rxjs": "^5.5.2",
"script-loader": "^0.7.2",
"source-map-loader": "^0.2.1",
"standard-version": "^4.0.0",
"tslint": "^4.5.1",
"typescript": "^2.4.1",
"typescript": "^2.4.2",
"validate-commit-msg": "^2.11.2",
"webpack": "^2.4.1",
"zone.js": "^0.8.4"
Expand Down

0 comments on commit 2634091

Please sign in to comment.