summaryrefslogtreecommitdiff
path: root/web-ui/bower.json
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2014-12-11 18:52:52 -0200
committerBruno Wagner <bwgpro@gmail.com>2014-12-11 18:53:05 -0200
commit8a25a05cf04078a3a7e8a380eea17f94cc7cec93 (patch)
tree95072ad10e11169ea9d3e3a94c2576f965393c0c /web-ui/bower.json
parent98cfd8d90cb4d077505480786e8bc6718d17c308 (diff)
Updated bower json
Diffstat (limited to 'web-ui/bower.json')
-rw-r--r--web-ui/bower.json12
1 files changed, 5 insertions, 7 deletions
diff --git a/web-ui/bower.json b/web-ui/bower.json
index 7543a33b..8998930e 100644
--- a/web-ui/bower.json
+++ b/web-ui/bower.json
@@ -4,21 +4,19 @@
"dependencies": {
"jquery": "2.1.1",
"flight": "1.3.0",
- "requirejs": "2.1.5",
+ "requirejs": "~2.1.15",
"lodash": "2.4.1",
- "foundation": "5.4.6",
- "i18next": "1.7.4",
+ "foundation": "~5.4.7",
+ "i18next": "~1.7.7",
"font-awesome": "4.2.0",
"quoted-printable": "0.2.1",
- "typeahead.js": "0.10.2"
+ "typeahead.js": "~0.10.5",
+ "jasmine-flight": "~3.0.0"
},
"devDependencies": {
"handlebars": "2.0.0",
"jasmine-flight": "3.0.0",
"jasmine-jquery": "2.0.5",
"almond": "~0.3.0"
- },
- "resolutions": {
- "jasmine-jquery": "2.0.5"
}
}