Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
update(packages.json): update Angular dependencies
Browse files Browse the repository at this point in the history
* added jasmine-core to devDependencies; Thx @thomasrehm

Closes #94.
  • Loading branch information
ThomasBurleson authored and topherfangio committed Sep 9, 2016
1 parent 490982f commit ff658db
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,22 @@
"url": "https://github.com/angular/material/blob/master/LICENSE"
}
],
"peerDependencies": {
"angular": "@>=1.3 <1.6",
"angular-animate": "^@>=1.3 <1.6",
"angular-aria": "@>=1.3 <1.6",
"angular-messages": "@>=1.3 <1.6"
},
"dependencies": {
"angular": "^1.4.9",
"angular-animate": "^1.4.9",
"angular-aria": "^1.4.9",
"angular-material": "^1.0.0"
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-aria": "^1.5.5",
"angular-messages": "^1.5.5",
"angular-material": "git+ssh://git@github.com/angular/bower-material.git#master"
},
"devDependencies": {
"angular-mocks": "^1.4.9",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
Expand Down

0 comments on commit ff658db

Please sign in to comment.