summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2014-08-05 16:31:29 -0300
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2014-08-05 16:34:44 -0300
commit67fbe0205e4b6561950d232e564c289f87c3aca3 (patch)
tree7619e157fe421a0b17dc622b3f9c4f01d025a168 /web-ui
parent2f12b256167582404222219a24e9728f77cde224 (diff)
Resolve version dependencies in bower
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/bower.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/web-ui/bower.json b/web-ui/bower.json
index f8eebac7..a7865fc3 100644
--- a/web-ui/bower.json
+++ b/web-ui/bower.json
@@ -2,7 +2,7 @@
"name": "flightjs",
"version": "0.0.0",
"dependencies": {
- "jquery": "2.x.x",
+ "jquery": "2.1.0",
"flight": "~1.1.0",
"requirejs": "~2.1.5",
"lodash": "~2.4.1",
@@ -13,9 +13,12 @@
},
"devDependencies": {
"jasmine-flight": "~2.2.0",
- "jasmine-jquery": "~1.1.3",
+ "jasmine-jquery": "~1.7.0",
"handlebars": "~1.3.0",
"typeahead.js": "~0.10.2",
"almond": "~0.2.9"
+ },
+ "resolutions": {
+ "jquery": ">= 2.1.0"
}
}