Skip to content

Commit

Permalink
chore: Updated deps to support Angular 5 & updated min req. to 4.3.1
Browse files Browse the repository at this point in the history
Closes #190
Closes #113
  • Loading branch information
edcarroll committed Jul 27, 2017
1 parent 94025e6 commit fcf5cc5
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 49 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ See the [Documentation](https://edcarroll.github.io/ng2-semantic-ui) for install

## Dependencies

* [Angular](https://angular.io) (^4.1.0)
* [Angular](https://angular.io) (^4.3.1)
* [Semantic UI CSS](http://semantic-ui.com/) (jQuery is **not** required)

## Components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 class="ui dividing header">Installation</h2>
</div>
<h2 class="ui dividing header">Dependencies</h2>
<div class="ui bulleted list">
<div class="item"><a href="https://angular.io">Angular</a> (^4.1.0)</div>
<div class="item"><a href="https://angular.io">Angular</a> (^4.3.1)</div>
<div class="item"><a href="http://semantic-ui.com/">Semantic UI CSS</a> (jQuery is <strong>not</strong> required)</div>
</div>
</demo-page-content>
72 changes: 38 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 17 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@
"test:cov": "ng test --code-coverage true",
"test:w": "ng test --single-run false --browsers Chrome --reporters kjhtml"
},
"peerDependencies": {
"@angular/common": "^4.3.1 || >= 5.0.0-beta",
"@angular/compiler": "^4.3.1 || >= 5.0.0-beta",
"@angular/core": "^4.3.1 || >= 5.0.0-beta",
"@angular/forms": "^4.3.1 || >= 5.0.0-beta",
"typescript": "~2.3.0"
},
"dependencies": {
"@angular/common": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/forms": "^4.1.3",
"@types/popper.js": "~1.10.0",
"bowser": "^1.7.0",
"date-fns": "2.0.0-alpha.1",
Expand All @@ -54,13 +58,16 @@
"rxjs": "^5.0.1"
},
"devDependencies": {
"@angular/cli": "^1.0.0",
"@angular/compiler": "^4.1.3",
"@angular/compiler-cli": "^4.1.3",
"@angular/http": "^4.1.3",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"@angular/router": "^4.1.3",
"@angular/common": "^4.3.1",
"@angular/core": "^4.3.1",
"@angular/cli": "^1.2.0",
"@angular/compiler": "^4.3.1",
"@angular/compiler-cli": "^4.3.1",
"@angular/forms": "^4.3.1",
"@angular/http": "^4.3.1",
"@angular/platform-browser": "^4.3.1",
"@angular/platform-browser-dynamic": "^4.3.1",
"@angular/router": "^4.3.1",
"@edcarroll/code-style": "^1.0.1",
"@types/extend": "^2.0.30",
"@types/jasmine": "^2.5.53",
Expand Down Expand Up @@ -88,8 +95,5 @@
"typescript": "~2.3.4",
"web-animations-js": "^2.2.5",
"zone.js": "^0.8.4"
},
"peerDependencies": {
"typescript": "~2.3.0"
}
}

0 comments on commit fcf5cc5

Please sign in to comment.