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

Commit fee4ccd

Browse files
committed
fix(version): upgrade Angular to 4.0.1, TS to 2.2.2, webpack to 2.3.2 and more
1 parent bc22e73 commit fee4ccd

2 files changed

Lines changed: 42 additions & 41 deletions

File tree

package.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -74,57 +74,57 @@
7474
"npm": ">= 3"
7575
},
7676
"dependencies": {
77-
"@angular/common": "2.4.9",
78-
"@angular/core": "2.4.9",
79-
"@angular/forms": "2.4.9",
80-
"@angular/http": "2.4.9",
77+
"@angular/common": "4.0.1",
78+
"@angular/core": "4.0.1",
79+
"@angular/forms": "4.0.1",
80+
"@angular/http": "4.0.1",
8181
"ng2-bootstrap": "1.3.3",
82-
"ngx-base": "1.2.5",
83-
"ngx-fabric8-wit": "6.16.6",
84-
"ngx-login-client": "0.6.12",
82+
"ngx-base": "1.2.9",
83+
"ngx-fabric8-wit": "6.16.12",
84+
"ngx-login-client": "0.6.20",
8585
"ngx-modal": "0.0.29",
86-
"rxjs": "5.0.1"
86+
"rxjs": "5.2.0"
8787

8888
},
8989
"peerDependencies": {},
9090
"devDependencies": {
91-
"@angular/compiler": "2.4.9",
92-
"@angular/compiler-cli": "2.4.9",
93-
"@angular/platform-browser": "2.4.9",
94-
"@angular/platform-browser-dynamic": "2.4.9",
95-
"@angular/router": "3.4.9",
91+
"@angular/compiler": "4.0.1",
92+
"@angular/compiler-cli": "4.0.1",
93+
"@angular/platform-browser": "4.0.1",
94+
"@angular/platform-browser-dynamic": "4.0.1",
95+
"@angular/router": "4.0.1",
9696
"core-js": "2.4.1",
9797
"@krux/condition-jenkins": "^1.0.1",
98-
"@types/jasmine": "2.5.43",
99-
"@types/lodash": "4.14.54",
100-
"@types/node": "6.0.45",
101-
"@types/selenium-webdriver": "2.53.41",
98+
"@types/jasmine": "2.5.47",
99+
"@types/lodash": "4.14.61",
100+
"@types/node": "7.0.12",
101+
"@types/selenium-webdriver": "3.0.1",
102102
"@types/zone.js": "0.0.27",
103-
"angular-in-memory-web-api": "0.3.0",
103+
"angular-in-memory-web-api": "0.3.1",
104104
"angular2-template-loader": "0.6.2",
105105
"assets-webpack-plugin": "3.5.1",
106-
"autoprefixer": "6.7.6",
106+
"autoprefixer": "6.7.7",
107107
"awesome-typescript-loader": "3.1.2",
108108
"child_process": "1.0.2",
109-
"clean-webpack-plugin": "0.1.15",
109+
"clean-webpack-plugin": "0.1.16",
110110
"codelyzer": "3.0.0-beta.3",
111111
"copy-webpack-plugin": "4.0.1",
112112
"copyfiles": "1.2.0",
113-
"css-loader": "0.26.2",
113+
"css-loader": "0.28.0",
114114
"css-to-string-loader": "0.1.2",
115115
"cz-conventional-changelog": "2.0.0",
116116
"del": "2.2.2",
117117
"extract-text-webpack-plugin": "2.1.0",
118-
"file-loader": "0.10.1",
118+
"file-loader": "0.11.0",
119119
"gulp": "3.9.1",
120120
"gulp-changed": "2.0.0",
121121
"gulp-ngc": "0.2.0",
122122
"gulp-sass": "3.1.0",
123-
"gulp-sourcemaps": "2.4.1",
123+
"gulp-sourcemaps": "2.5.0",
124124
"gulp-string-replace": "0.4.0",
125-
"gulp-util": "3.0.8",
125+
"gulp-uglify": "2.1.2",
126126
"html-webpack-plugin": "2.28.0",
127-
"husky": "0.13.2",
127+
"husky": "0.13.3",
128128
"istanbul-instrumenter-loader": "2.0.0",
129129
"jasmine-core": "2.5.2",
130130
"json-loader": "0.5.4",
@@ -135,10 +135,10 @@
135135
"karma-htmlfile-reporter": "0.3.5",
136136
"karma-jasmine": "1.1.0",
137137
"karma-jasmine-html-reporter": "0.2.2",
138-
"karma-mocha-reporter": "2.2.2",
139-
"karma-phantomjs-launcher": "1.0.2",
138+
"karma-mocha-reporter": "2.2.3",
139+
"karma-phantomjs-launcher": "1.0.4",
140140
"karma-sourcemap-loader": "0.3.7",
141-
"karma-webpack": "2.0.2",
141+
"karma-webpack": "2.0.3",
142142
"lodash": "4.17.4",
143143
"mocha": "3.2.0",
144144
"ngc-webpack": "1.2.0",
@@ -157,26 +157,26 @@
157157
"sasslint-webpack-plugin": "1.0.4",
158158
"script-ext-html-webpack-plugin": "1.7.1",
159159
"semantic-release": "^6.3.2",
160-
"style-loader": "0.13.2",
160+
"style-loader": "0.16.1",
161161
"to-string-loader": "1.1.5",
162162
"ts-helpers": "1.1.2",
163-
"ts-node": "2.1.0",
164-
"tslint": "4.5.1",
163+
"ts-node": "3.0.2",
164+
"tslint": "5.0.0",
165165
"tslint-loader": "3.4.3",
166-
"typedoc": "0.5.7",
167-
"typescript": "2.1.6",
168-
"uglify-js": "2.8.7",
166+
"typedoc": "0.5.9",
167+
"typescript": "2.2.2",
168+
"uglify-js": "2.8.20",
169169
"url-loader": "0.5.8",
170-
"webpack": "2.2.1",
171-
"webpack-bundle-analyzer": "2.3.0",
170+
"webpack": "2.3.2",
171+
"webpack-bundle-analyzer": "2.3.1",
172172
"webpack-dashboard": "0.3.0",
173173
"webpack-dev-middleware": "1.10.1",
174-
"webpack-dev-server": "2.4.1",
174+
"webpack-dev-server": "2.4.2",
175175
"webpack-dll-bundles-plugin": "1.0.0-beta.5",
176176
"webpack-md5-hash": "0.0.5",
177-
"webpack-merge": "3.0.0",
177+
"webpack-merge": "4.1.0",
178178
"yargs": "7.0.2",
179-
"zone.js": "0.7.7"
179+
"zone.js": "0.8.5"
180180

181181
},
182182
"release": {

src/app/stack/stack-components/stack-components.component.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ import { GlobalConstants } from '../constants/constants.service';
4848
export class StackComponents implements OnChanges {
4949

5050
@Input() dependencies;
51-
public messages: any;
52-
public sortDirectionClass: string = this.angleDown;
5351
private dependenciesList: Array<any> = [];
5452
private headers: Array<any> = [];
5553
private keys: any = [];
@@ -65,6 +63,9 @@ export class StackComponents implements OnChanges {
6563
private angleUp: string = 'fa-angle-up';
6664
private angleDown: string = 'fa-angle-down';
6765

66+
public messages: any;
67+
public sortDirectionClass: string = this.angleDown;
68+
6869
constructor(private constants: GlobalConstants) {
6970
this.constants.getMessages('stackComponents').subscribe((message) => {
7071
this.messages = message;

0 commit comments

Comments
 (0)