Skip to content

Commit

Permalink
Merge pull request #7 from embarq/master
Browse files Browse the repository at this point in the history
Update angular and typescript dependencies
  • Loading branch information
Bougarfaoui El houcine authored Jun 7, 2017
2 parents 6677256 + c2b77fc commit bcc0685
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"test": "jasmine ./spec/socket.spec.js"
},
"dependencies": {
"@angular/common": "^2.3.1",
"@angular/compiler": "^2.3.1",
"@angular/core": "^2.3.1",
"@angular/platform-browser": "^2.3.1",
"@angular/platform-browser-dynamic": "^2.3.1",
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"@types/socket.io-client": "^1.4.29",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.10",
Expand All @@ -33,7 +33,7 @@
"zone.js": "^0.7.2"
},
"devDependencies": {
"@angular/compiler-cli": "^2.3.1",
"@angular/compiler-cli": "^4.1.3",
"@types/jasmine": "2.5.38",
"@types/node": "^6.0.63",
"@types/socket.io": "^1.4.28",
Expand All @@ -51,6 +51,6 @@
"server-destroy": "^1.0.1",
"ts-node": "1.2.1",
"tslint": "^4.3.0",
"typescript": "~2.0.3"
"typescript": "^2.3.4"
}
}

0 comments on commit bcc0685

Please sign in to comment.