summaryrefslogtreecommitdiffstats
path: root/js/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/bower.json')
-rw-r--r--js/bower.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/bower.json b/js/bower.json
index b4b8f3ed3..5ce083745 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -23,13 +23,13 @@
"tests"
],
"dependencies": {
- "angular": "~1.3.*",
- "angular-route": "~1.3.*",
- "angular-mocks": "~1.3.*",
- "angular-sanitize": "~1.3.*",
+ "angular": "~1.4.*",
+ "angular-route": "~1.4.*",
+ "angular-mocks": "~1.4.*",
+ "angular-sanitize": "~1.4.*",
+ "angular-animate": "~1.4.*",
"jquery": "~2.*",
"momentjs": "~2.9.*",
- "es6-shim": "~0.18.*",
- "angular-animate": "~1.3.*"
+ "es6-shim": "~0.*"
}
}