Skip to content

Commit

Permalink
chore: updated dependencies & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed May 24, 2017
1 parent 27413fa commit b430c71
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 473 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ If you're using an old version of Angular and ngx-translate requires a newer ver

## Plugins
- [Localize Router](https://github.com/Greentube/localize-router) by @meeroslav: An implementation of routes localization for Angular. If you need localized urls (for example /fr/page and /en/page).
- [.po files Loader](https://www.npmjs.com/package/@biesbjerg/ngx-translate-po-http-loader) by @biesbjerg: Use .po translation files with ngx-translate
- [ng2-translate-extract](https://www.npmjs.com/package/@biesbjerg/ng2-translate-extract) by @biesbjerg: Extract translatable strings from your projects
- [.po files Loader](https://github.com/biesbjerg/ngx-translate-po-http-loader) by @biesbjerg: Use .po translation files with ngx-translate
- [ngx-translate-extract](https://github.com/biesbjerg/ngx-translate-extract) by @biesbjerg: Extract translatable strings from your projects

## Additional Framework Support

Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@
"@angular/core": ">=2.0.0"
},
"devDependencies": {
"@angular/animations": "4.0.0",
"@angular/common": "4.0.0",
"@angular/compiler": "4.0.0",
"@angular/compiler-cli": "4.0.0",
"@angular/core": "4.0.0",
"@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/animations": "4.1.3",
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@angular/platform-server": "4.1.3",
"@angular/router": "4.1.3",
"@types/hammerjs": "2.0.34",
"@types/jasmine": "2.5.46",
"@types/node": "7.0.10",
"awesome-typescript-loader": "3.1.2",
"@types/jasmine": "2.5.47",
"@types/node": "7.0.22",
"awesome-typescript-loader": "3.1.3",
"clean-webpack-plugin": "0.1.16",
"codelyzer": "3.0.0-beta.4",
"codelyzer": "3.0.1",
"commitizen": "2.9.6",
"core-js": "2.4.1",
"cz-conventional-changelog": "2.0.0",
"istanbul-instrumenter-loader": "0.2.0",
"jasmine-core": "2.5.2",
"karma": "1.5.0",
"karma-chrome-launcher": "2.0.0",
"istanbul-instrumenter-loader": "2.0.0",
"jasmine-core": "2.6.2",
"karma": "1.7.0",
"karma-chrome-launcher": "2.1.1",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"karma-mocha-reporter": "2.2.3",
Expand All @@ -64,15 +64,15 @@
"loader-utils": "1.1.0",
"reflect-metadata": "0.1.10",
"rimraf": "2.6.1",
"rxjs": "5.2.0",
"semantic-release": "6.3.5",
"source-map-loader": "0.2.0",
"rxjs": "5.4.0",
"semantic-release": "6.3.6",
"source-map-loader": "0.2.1",
"ts-helpers": "1.1.2",
"tslint": "4.5.1",
"tslint-loader": "3.4.3",
"typescript": "2.2.1",
"webpack": "2.3.1",
"zone.js": "0.8.5"
"tslint": "5.3.2",
"tslint-loader": "3.5.3",
"typescript": "2.3.3",
"webpack": "2.6.0",
"zone.js": "0.8.11"
},
"config": {
"commitizen": {
Expand Down
1 change: 0 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"no-shadowed-variable": true,
"no-string-literal": false,
"no-unused-expression": true,
"no-use-before-declare": true,
"object-literal-sort-keys": false,
"one-line": [
true,
Expand Down
Loading

0 comments on commit b430c71

Please sign in to comment.