summaryrefslogtreecommitdiffstats
path: root/js/bower.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-03-26 00:51:38 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-03-26 00:51:38 +0100
commit012ef5d5b67561525aebe66c479493b53ab0ee95 (patch)
tree08190ff1e8d088cc363de72048cad87ae16f69e2 /js/bower.json
parent71ec8be5414d15b41197d8da89fddfaff90c84cb (diff)
lock down js dependencies better now that they are not bundled anymore
Diffstat (limited to 'js/bower.json')
-rw-r--r--js/bower.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/js/bower.json b/js/bower.json
index 2fb2837d5..20c164efd 100644
--- a/js/bower.json
+++ b/js/bower.json
@@ -22,15 +22,15 @@
"tests"
],
"dependencies": {
- "angular": "~1.5.*",
- "angular-route": "~1.5.*",
- "angular-mocks": "~1.5.*",
- "angular-sanitize": "~1.5.*",
- "angular-animate": "~1.5.*",
- "jquery": "~2.*",
- "momentjs": "~2.11.*",
- "es6-shim": "~0.*",
- "js-url": "~2.*",
+ "angular": "~1.5.0",
+ "angular-route": "~1.5.0",
+ "angular-mocks": "~1.5.0",
+ "angular-sanitize": "~1.5.0",
+ "angular-animate": "~1.5.0",
+ "jquery": "~2.2.0",
+ "momentjs": "~2.12.0",
+ "es6-shim": "~0.35.0",
+ "js-url": "~2.3.0",
"masonry": "~4.0.0"
}
}