Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.
Prev Previous commit
Next Next commit
Update package.json
  • Loading branch information
danielsogl authored May 31, 2017
commit d4dd6ce8d0c40af365f67ffa06bd8eabcf828010
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@
"xml2js": "^0.4.17"
},
"devDependencies": {
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@angular/platform-server": "4.1.3",
"@angular/tsc-wrapped": "4.1.3",
"@angular/common": "4.0.3",
"@angular/compiler": "4.0.3",
"@angular/compiler-cli": "4.0.3",
"@angular/core": "4.0.3",
"@angular/forms": "4.0.3",
"@angular/http": "4.0.3",
"@angular/platform-browser": "4.0.3",
"@angular/platform-browser-dynamic": "4.0.3",
"@angular/platform-server": "4.0.3",
"@angular/tsc-wrapped": "4.0.3",
"@types/chalk": "^0.4.30",
"@types/chokidar": "1.4.29",
"@types/clean-css": "^3.4.29",
"@types/express": "^4.1.33",
"@types/express": "^4.0.33",
"@types/fs-extra": "^0.0.37",
"@types/glob": "^5.0.30",
"@types/jest": "^16.0.1",
Expand All @@ -94,11 +94,11 @@
"mock-fs": "4.3.0",
"rewire": "^2.5.2",
"rimraf": "2.5.4",
"rxjs": "^5.1.1",
"rxjs": "^5.0.1",
"sw-toolbox": "3.4.0",
"tslint-ionic-rules": "0.0.8",
"typescript": "~2.3.3",
"zone.js": "^0.8.11"
"typescript": "~2.2.1",
"zone.js": "^0.8.5"
},
"peerDependencies": {
"@angular/core": "*",
Expand Down