Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomartino committed Mar 30, 2018
1 parent 60bc430 commit 663b34e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Provides fast, reliable and extensible starter for the development of Angular pr

`sb-admin-bs4-angular5` provides the following features:
- Developed using boostrap-v4.0.0
- angular-v5.2.5
- angular/cli-v1.7.0
- [ng-bootstrap-v1.0.0](https://github.com/ng-bootstrap/)
- angular-v5.2.9
- angular/cli-v1.7.3
- [ng-bootstrap-v1.1.0](https://github.com/ng-bootstrap/)
- [ngx-translate-v9.1.1](https://github.com/ngx-translate)
- Following the best practices.
- Ahead-of-Time compilation support.
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,45 +13,45 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.5",
"@angular/common": "^5.2.5",
"@angular/compiler": "^5.2.5",
"@angular/core": "^5.2.5",
"@angular/forms": "^5.2.5",
"@angular/http": "^5.2.5",
"@angular/platform-browser": "^5.2.5",
"@angular/platform-browser-dynamic": "^5.2.5",
"@angular/router": "^5.2.5",
"@ng-bootstrap/ng-bootstrap": "^1.0.0",
"@angular/animations": "^5.2.9",
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/forms": "^5.2.9",
"@angular/http": "^5.2.9",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/router": "^5.2.9",
"@ng-bootstrap/ng-bootstrap": "^1.1.0",
"@ngx-translate/core": "^9.1.1",
"@ngx-translate/http-loader": "^2.0.1",
"chart.js": "^2.7.1",
"core-js": "^2.5.3",
"chart.js": "^2.7.2",
"core-js": "^2.5.4",
"font-awesome": "^4.7.0",
"ng2-charts": "^1.6.0",
"rxjs": "^5.5.6",
"yarn": "^1.3.2",
"rxjs": "^5.5.8",
"yarn": "^1.5.1",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "1.7.0",
"@angular/compiler-cli": "^5.2.5",
"@angular/language-service": "^5.2.5",
"@angular/cli": "1.7.3",
"@angular/compiler-cli": "^5.2.9",
"@angular/language-service": "^5.2.9",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^9.4.6",
"codelyzer": "~4.1.0",
"jasmine-core": "~2.99.1",
"@types/node": "^9.6.1",
"codelyzer": "~4.2.1",
"jasmine-core": "~3.1.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.4.1",
"karma-coverage-istanbul-reporter": "^1.4.2",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-jasmine-html-reporter": "^1.0.0",
"protractor": "~5.3.0",
"ts-node": "~4.1.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "~2.6.2"
"typescript": "~2.8.1"
}
}

0 comments on commit 663b34e

Please sign in to comment.