Skip to content

Commit

Permalink
chore(npm): updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Jan 18, 2017
1 parent 0c0b82f commit 4cb21a8
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 139 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,9 @@ If you need it for some reason, you can use the `TranslateParser` service.

Because of the TranslateStaticLoader you have to load the HttpModule from `@angular/http`, even if you don't use this Loader

#### I'm still using Angular with beta / RC, but I cannot use ngx-translate because I get errors?!
#### I'm still using Angular with beta / RC / 2.0 to 2.2, but I cannot use ngx-translate because I get errors?!

I'm sorry but ngx-translate only supports Angular from version 2.0.0 and above.
I'm sorry but ngx-translate only supports Angular from version 2.3.0 and above because of changes in the framework...

#### I'm getting an error `npm ERR! peerinvalid Peer [...]`

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@
"typings": "index.d.ts",
"homepage": "https://github.com/ocombe/ngx-translate",
"peerDependencies": {
"@angular/core": "^2.0.0"
"@angular/core": "^2.3.0"
},
"devDependencies": {
"@angular/common": "2.4.1",
"@angular/compiler": "2.4.1",
"@angular/compiler-cli": "2.4.1",
"@angular/core": "2.4.1",
"@angular/platform-browser": "2.4.1",
"@angular/platform-browser-dynamic": "2.4.1",
"@angular/platform-server": "2.4.1",
"@angular/common": "2.4.3",
"@angular/compiler": "2.4.3",
"@angular/compiler-cli": "2.4.3",
"@angular/core": "2.4.3",
"@angular/platform-browser": "2.4.3",
"@angular/platform-browser-dynamic": "2.4.3",
"@angular/platform-server": "2.4.3",
"@types/hammerjs": "2.0.33",
"@types/jasmine": "2.5.38",
"@types/node": "6.0.53",
"awesome-typescript-loader": "3.0.0-beta.17",
"clean-webpack-plugin": "0.1.14",
"awesome-typescript-loader": "3.0.0-beta.18",
"clean-webpack-plugin": "0.1.15",
"codelyzer": "2.0.0-beta.4",
"commitizen": "2.9.2",
"commitizen": "2.9.5",
"core-js": "2.4.1",
"cz-conventional-changelog": "1.2.0",
"istanbul-instrumenter-loader": "0.2.0",
Expand All @@ -57,18 +57,18 @@
"karma-mocha-reporter": "2.2.1",
"karma-remap-coverage": "0.1.2",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.1",
"karma-webpack": "2.0.1",
"loader-utils": "0.2.16",
"reflect-metadata": "0.1.9",
"rxjs": "5.0.1",
"rxjs": "5.0.3",
"semantic-release": "6.3.5",
"source-map-loader": "0.1.5",
"source-map-loader": "0.1.6",
"ts-helpers": "1.1.2",
"tslint": "4.1.1",
"tslint": "4.3.1",
"tslint-loader": "3.3.0",
"typescript": "2.0.10",
"webpack": "2.2.0-rc.1",
"zone.js": "0.7.2"
"webpack": "2.2.0",
"zone.js": "0.7.6"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 4cb21a8

Please sign in to comment.