Skip to content

Commit

Permalink
fix(Packages): use correct versions for internal package.json
Browse files Browse the repository at this point in the history
- update incorrect package versions
- move the CDK to peer dependency
- update installation docs

ISSUES CLOSED: #1596 #1597 #1598
  • Loading branch information
benjamincharity committed Jul 12, 2019
1 parent 47a5eed commit f62d54e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Install the library and required dependencies:
$ yarn add @terminus/ui @terminus/ngx-tools

# Peer dependencies that will need to be installed (needed by UI and tools libraries):
$ yarn add @angular/flex-layout@6.0.0-beta.18 date-fns@2.0.0-alpha.16 @ngrx/effects @ngrx/store hammerjs
$ yarn add @angular/cdk @angular/material @angular/flex-layout@6.0.0-beta.26 date-fns@2.0.0-alpha.26 @ngrx/effects @ngrx/store hammerjs

# Optional dependencies (needed if using the TsChartComponent):
$ yarn add @amcharts/amcharts4 @amcharts/amcharts4-geodata
Expand Down
5 changes: 2 additions & 3 deletions terminus-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"yarn": ">= 1.0.0"
},
"dependencies": {
"@angular/cdk": "^7.3.0",
"ngx-perfect-scrollbar": "^7.2.0",
"ngx-perfect-scrollbar": "^8.0.0",
"text-mask-addons": "^3.8.0",
"text-mask-core": "^5.1.2"
},
"peerDependencies": {
"@angular/animations": "^8.0.1",
"@angular/cdk": "^8.0.1",
"@angular/core": "^8.0.1",
"@angular/flex-layout": "8.0.0-beta.26",
"@angular/forms": "^8.0.1",
Expand Down Expand Up @@ -86,7 +86,6 @@
"comments": "none"
},
"whitelistedNonPeerDependencies": [
"@angular/cdk",
"ngx-perfect-scrollbar",
"text-mask-addons",
"text-mask-core"
Expand Down

0 comments on commit f62d54e

Please sign in to comment.