Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(version): update Angular to 4.0.1, TS to 2.2.2, webpack to 2.3.2 …
Browse files Browse the repository at this point in the history
…and more
  • Loading branch information
joshuawilson committed Mar 31, 2017
1 parent 2dc3fa1 commit 4e7c01d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 35 deletions.
67 changes: 34 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,33 +69,33 @@
"npm": ">= 3"
},
"dependencies": {
"@angular/core": "2.4.9",
"@angular/http": "2.4.9",
"@angular/core": "4.0.1",
"@angular/http": "4.0.1",
"lodash": "4.17.4",
"ngx-base": "1.2.7",
"rxjs": "5.0.1"
"ngx-base": "1.2.8",
"rxjs": "5.2.0"
},
"peerDependencies": {},
"devDependencies": {
"@angular/common": "2.4.9",
"@angular/compiler": "2.4.9",
"@angular/compiler-cli": "2.4.9",
"@angular/forms": "2.4.9",
"@angular/platform-browser": "2.4.9",
"@angular/platform-browser-dynamic": "2.4.9",
"@angular/router": "3.4.9",
"@angular/common": "4.0.1",
"@angular/compiler": "4.0.1",
"@angular/compiler-cli": "4.0.1",
"@angular/forms": "4.0.1",
"@angular/platform-browser": "4.0.1",
"@angular/platform-browser-dynamic": "4.0.1",
"@angular/router": "4.0.1",
"@krux/condition-jenkins": "1.0.1",
"@types/jasmine": "2.5.43",
"@types/lodash": "4.14.54",
"@types/jasmine": "2.5.47",
"@types/lodash": "4.14.61",
"angular2-template-loader": "0.6.2",
"awesome-typescript-loader": "3.1.2",
"child_process": "1.0.2",
"clean-webpack-plugin": "0.1.15",
"codelyzer": "3.0.0-beta.3",
"clean-webpack-plugin": "0.1.16",
"codelyzer": "3.0.0-beta.4",
"copy-webpack-plugin": "4.0.1",
"copyfiles": "1.2.0",
"core-js": "2.4.1",
"css-loader": "0.26.2",
"css-loader": "0.28.0",
"css-to-string-loader": "0.1.2",
"cz-conventional-changelog": "2.0.0",
"del": "2.2.2",
Expand All @@ -108,7 +108,7 @@
"gulp-util": "3.0.8",
"html-loader": "0.4.5",
"html-webpack-plugin": "2.28.0",
"husky": "0.13.2",
"husky": "0.13.3",
"istanbul-instrumenter-loader": "2.0.0",
"jasmine-core": "2.5.2",
"json-loader": "0.5.4",
Expand All @@ -120,43 +120,44 @@
"karma-htmlfile-reporter": "0.3.5",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"karma-mocha-reporter": "2.2.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-mocha-reporter": "2.2.3",
"karma-phantomjs-launcher": "1.0.4",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.2",
"karma-webpack": "2.0.3",
"mocha": "3.2.0",
"node-sass": "4.5.2",
"npm-run-all": "4.0.2",
"optimize-js-plugin": "0.0.4",
"phantomjs-prebuilt": "2.1.14",
"protractor": "5.1.1",
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.10",
"rimraf": "2.6.1",
"rollup": "0.41.4",
"rollup": "0.41.6",
"rollup-plugin-angular-aot": "0.0.4",
"run-sequence": "1.2.2",
"sass-loader": "6.0.3",
"semantic-release": "6.3.2",
"source-map-loader": "0.1.6",
"style-loader": "0.13.2",
"source-map-loader": "0.2.1",
"style-loader": "0.16.1",
"to-string-loader": "1.1.5",
"ts-helpers": "1.1.2",
"ts-node": "2.1.0",
"tslint": "4.5.1",
"ts-node": "3.0.2",
"tslint": "5.0.0",
"tslint-loader": "3.4.3",
"typedoc": "0.5.7",
"typescript": "2.1.6",
"uglify-js": "2.8.7",
"typedoc": "0.5.9",
"typescript": "2.2.2",
"uglify-js": "2.8.20",
"url-loader": "0.5.8",
"webpack": "2.2.1",
"webpack-bundle-analyzer": "2.3.0",
"webpack": "2.3.2",
"webpack-bundle-analyzer": "2.3.1",
"webpack-dashboard": "0.3.0",
"webpack-dev-middleware": "1.10.1",
"webpack-dev-server": "2.4.1",
"webpack-dev-server": "2.4.2",
"webpack-dll-bundles-plugin": "1.0.0-beta.5",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "3.0.0",
"zone.js": "0.7.7"
"webpack-merge": "4.1.0",
"zone.js": "0.8.5"
},
"release": {
"branch": "master",
Expand Down
2 changes: 0 additions & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ import { Component, ViewEncapsulation } from '@angular/core';
export class AppComponent {

constructor() {}

ngOnInit() {}
}

0 comments on commit 4e7c01d

Please sign in to comment.