diff options
| -rw-r--r-- | web-ui/bower.json | 7 | 
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"    }  }  | 
