Skip to content

Commit

Permalink
chore(deps): upgrade all package.jsons to latest versions needed (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 authored and kyleledbetter committed Apr 3, 2017
1 parent 170174a commit d996efe
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/flex-layout": "2.0.0-rc.1",
"@angular/flex-layout": "2.0.0-beta.7",
"@angular/http": "^4.0.0",
"@angular/material": "2.0.0-beta.2",
"@angular/platform-browser": "^4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions src/platform/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"Jeremy Smartt <[email protected]>"
],
"dependencies": {
"@angular/flex-layout": "^2.0.0-beta.5",
"@angular/flex-layout": "^2.0.0-beta.7",
"@angular/material": "2.0.0-beta.2"
},
"peerDependencies": {
"@angular/common": "^2.4.5",
"@angular/core": "^2.4.5",
"@angular/forms": "^2.4.5",
"@angular/http": "^2.4.5",
"@angular/router": "^3.4.5"
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/router": "^4.0.0"
}
}
6 changes: 3 additions & 3 deletions src/platform/highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"Jeremy Smartt <[email protected]>"
],
"dependencies": {
"highlight.js": "9.9.0"
"highlight.js": "9.10.0"
},
"peerDependencies": {
"@angular/common": "^2.4.5",
"@angular/core": "^2.4.5"
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions src/platform/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"Jeremy Smartt <[email protected]>"
],
"peerDependencies": {
"@angular/core": "^2.4.5",
"@angular/http": "^2.4.5"
"@angular/core": "^4.0.0",
"@angular/http": "^4.0.0"
}
}
6 changes: 3 additions & 3 deletions src/platform/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"Jeremy Smartt <[email protected]>"
],
"dependencies": {
"showdown": "1.6.0"
"showdown": "1.6.4"
},
"peerDependencies": {
"@angular/common": "^2.4.5",
"@angular/core": "^2.4.5"
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0"
}
}

0 comments on commit d996efe

Please sign in to comment.