Commit 14ee63db authored by Robert Knight's avatar Robert Knight Committed by Nick Stenning

Update to Angular 1.5.6 (#3443)

This brings support for lifecycle hooks which get called when components
are mounted, when their inputs are changed and when they are destroyed.

See https://github.com/angular/angular.js/commit/9cd9956d

Angular patch releases have historically been pretty safe WRT breaking
changes, so this loosens the version strictness slightly.
parent 5a48737e
......@@ -4,13 +4,13 @@
"version": "0.0.0",
"description": "The Internet, peer reviewed.",
"dependencies": {
"angular": "1.5.0",
"angular": "~1.5.6",
"angular-jwt": "0.0.9",
"angular-mocks": "1.5.0",
"angular-resource": "1.5.0",
"angular-route": "1.5.0",
"angular-sanitize": "1.5.0",
"angular-toastr": "^1.5.0",
"angular-mocks": "~1.5.6",
"angular-resource": "~1.5.6",
"angular-route": "~1.5.6",
"angular-sanitize": "~1.5.6",
"angular-toastr": "^1.7.0",
"angulartics": "0.17.2",
"autofill-event": "0.0.1",
"autoprefixer": "^6.0.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment