-
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.
* chore(): upgrade to [email protected] * feat(): replace `template` with `ng-template` * chore(): update typescript dependency * feat(): replace OpaqueToken with InjectionToken * feat(): import BrowserAnimationsModule where needed * feat(animations): import animation classes from @angular/animations * chore(flex-layout): update to rc.1 for [email protected] support * chore(): upgrade to @angular@4.0.0-rc.4 * feat(): remove Renderer infavor of Renderer2 * chore(): upgrade to rc6 * chore(): remove BrowserAnimationsModule from individual modules * feat(): change boolean state in animations * chore(): upgrade to 4.0.0 * fix(): correct dependency for flex-layout * chore(): update node engine support * feat(toggle): support tdToggle for ng4 * feat(fade): support tdFade in ng4 * fix(): unit tests for expansion and json-formatter * feat(): fix steps unit test * fix(): unit tests for loading * fix(): unit tests for dynamic-forms * chore(build): update rollup process with animations
- Loading branch information
1 parent
5166ecb
commit aef44f8
Showing
71 changed files
with
656 additions
and
683 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 |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
"finish-release": "bash scripts/finish-release" | ||
}, | ||
"engines": { | ||
"node": ">4.4 < 7", | ||
"node": ">6.9", | ||
"npm": ">3" | ||
}, | ||
"repository": { | ||
|
@@ -54,31 +54,32 @@ | |
"Ilsun Park <[email protected]>" | ||
], | ||
"dependencies": { | ||
"@angular/common": "^2.4.5", | ||
"@angular/compiler": "^2.4.5", | ||
"@angular/core": "^2.4.5", | ||
"@angular/forms": "^2.4.5", | ||
"@angular/flex-layout": "2.0.0-beta.5", | ||
"@angular/http": "^2.4.5", | ||
"@angular/animations": "^4.0.0", | ||
"@angular/common": "^4.0.0", | ||
"@angular/compiler": "^4.0.0", | ||
"@angular/core": "^4.0.0", | ||
"@angular/forms": "^4.0.0", | ||
"@angular/flex-layout": "2.0.0-rc.1", | ||
"@angular/http": "^4.0.0", | ||
"@angular/material": "2.0.0-beta.2", | ||
"@angular/platform-browser": "^2.4.5", | ||
"@angular/platform-browser-dynamic": "^2.4.5", | ||
"@angular/platform-server": "^2.4.5", | ||
"@angular/router": "^3.4.5", | ||
"@angular/platform-browser": "^4.0.0", | ||
"@angular/platform-browser-dynamic": "^4.0.0", | ||
"@angular/platform-server": "^4.0.0", | ||
"@angular/router": "^4.0.0", | ||
"@swimlane/ngx-charts": "4.3.0", | ||
"@ngx-translate/core": "6.0.0", | ||
"@ngx-translate/http-loader": "0.0.3", | ||
"core-js": "^2.4.1", | ||
"hammerjs": "^2.0.8", | ||
"highlight.js": "9.10.0", | ||
"rxjs": "^5.1.0", | ||
"rxjs": "^5.2.0", | ||
"showdown": "1.6.4", | ||
"zone.js": "^0.7.6", | ||
"zone.js": "^0.8.5", | ||
"d3": "^4.4.0", | ||
"web-animations-js": "2.2.2" | ||
}, | ||
"devDependencies": { | ||
"@angular/compiler-cli": "^2.4.5", | ||
"@angular/compiler-cli": "^4.0.0", | ||
"@angular/cli": "1.0.0", | ||
"@types/hammerjs": "^2.0.30", | ||
"@types/jasmine": "2.5.38", | ||
|
@@ -115,6 +116,6 @@ | |
"semver": "5.2.0", | ||
"ts-node": "~2.0.0", | ||
"tslint": "^4.5.1", | ||
"typescript": "2.1.5" | ||
"typescript": "^2.1.6" | ||
} | ||
} |
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
Oops, something went wrong.