Skip to content

Commit

Permalink
Attempting to update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-bond authored Jun 2, 2017
1 parent bbf76c1 commit 7313baf
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 @@ -26,23 +26,23 @@
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.0.3",
"@angular/cli": "^1.1.0",
"@angular/compiler-cli": "^4.0.0",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"@types/jasmine": "^2.6.0",
"@types/node": "~7.0.23",
"codecov": "~2.2.0",
"codelyzer": "~2.0.0",
"jasmine-core": "~2.5.2",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-coverage-istanbul-reporter": "^0.2.0",
"protractor": "~5.1.0",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": "~2.2.0"
"tslint": "~5.4.2",
"typescript": "~2.3.4"
}
}

0 comments on commit 7313baf

Please sign in to comment.