-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore(): upgrade to @angular@4.1.0 Also upgraded codelyzer to 3.0.0, added @angular/language-service, tslint to 5.1.0 and upgraded typescript to 2.3.1 * chore(yarn): updated yarn.lock with new dependencies * chore(): update package.jsons from modules with 4.1.0 * fix(): fix lint errors
- Loading branch information
1 parent
7011d6b
commit 78327a9
Showing
19 changed files
with
416 additions
and
515 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,18 +55,18 @@ | |
"Steven Ov <[email protected]>" | ||
], | ||
"dependencies": { | ||
"@angular/animations": "^4.0.0", | ||
"@angular/common": "^4.0.0", | ||
"@angular/compiler": "^4.0.0", | ||
"@angular/core": "^4.0.0", | ||
"@angular/animations": "^4.1.0", | ||
"@angular/common": "^4.1.0", | ||
"@angular/compiler": "^4.1.0", | ||
"@angular/core": "^4.1.0", | ||
"@angular/flex-layout": "2.0.0-beta.7", | ||
"@angular/forms": "^4.0.0", | ||
"@angular/http": "^4.0.0", | ||
"@angular/forms": "^4.1.0", | ||
"@angular/http": "^4.1.0", | ||
"@angular/material": "2.0.0-beta.3", | ||
"@angular/platform-browser": "^4.0.0", | ||
"@angular/platform-browser-dynamic": "^4.0.0", | ||
"@angular/platform-server": "^4.0.0", | ||
"@angular/router": "^4.0.0", | ||
"@angular/platform-browser": "^4.1.0", | ||
"@angular/platform-browser-dynamic": "^4.1.0", | ||
"@angular/platform-server": "^4.1.0", | ||
"@angular/router": "^4.1.0", | ||
"@ngx-translate/core": "6.0.0", | ||
"@ngx-translate/http-loader": "0.0.3", | ||
"@swimlane/ngx-charts": "5.0.0", | ||
|
@@ -77,16 +77,17 @@ | |
"rxjs": "^5.2.0", | ||
"showdown": "1.6.4", | ||
"web-animations-js": "2.2.2", | ||
"zone.js": "^0.8.5" | ||
"zone.js": "^0.8.6" | ||
}, | ||
"devDependencies": { | ||
"@angular/cli": "1.0.0", | ||
"@angular/compiler-cli": "^4.0.0", | ||
"@angular/cli": "1.0.1", | ||
"@angular/compiler-cli": "^4.1.0", | ||
"@angular/language-service": "^4.1.0", | ||
"@types/hammerjs": "^2.0.30", | ||
"@types/jasmine": "2.5.38", | ||
"@types/node": "~6.0.60", | ||
"@types/selenium-webdriver": "^2.52.0", | ||
"codelyzer": "~2.0.0", | ||
"codelyzer": "~3.0.0", | ||
"coveralls": "^2.12.0", | ||
"glob": "^6.0.4", | ||
"gulp": "3.9.1", | ||
|
@@ -116,7 +117,7 @@ | |
"rollup-plugin-node-resolve": "2.0.0", | ||
"semver": "5.2.0", | ||
"ts-node": "~2.0.0", | ||
"tslint": "^4.5.1", | ||
"typescript": "^2.1.6" | ||
"tslint": "^5.1.0", | ||
"typescript": "^2.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,5 +32,5 @@ export class TdStepBodyComponent { | |
*/ | ||
isComplete(): boolean { | ||
return this.state === StepState.Complete; | ||
}; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
"Steven Ov <[email protected]>" | ||
], | ||
"peerDependencies": { | ||
"@angular/core": "^4.0.0", | ||
"@angular/http": "^4.0.0" | ||
"@angular/core": "^4.1.0", | ||
"@angular/http": "^4.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.