summaryrefslogtreecommitdiff
path: root/web-ui/bower.json
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-10-20 12:17:18 +0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-10-20 12:32:06 +0200
commit495bc391e140cc2bb462c81fa90410a0fe8f6a4c (patch)
tree5c141e2fcaefd508acf407267bb23807d46710a9 /web-ui/bower.json
parentb74a39f27c292cc95345b7ab266bb3db2f812a66 (diff)
massive update of bower and npm libs - includes flight, jasmine and a bunch of
stuff. If things get weird when developing, remove you bower_components and your node_modules and install it again
Diffstat (limited to 'web-ui/bower.json')
-rw-r--r--web-ui/bower.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/web-ui/bower.json b/web-ui/bower.json
index a7865fc3..ea8a5f7b 100644
--- a/web-ui/bower.json
+++ b/web-ui/bower.json
@@ -2,23 +2,23 @@
"name": "flightjs",
"version": "0.0.0",
"dependencies": {
- "jquery": "2.1.0",
- "flight": "~1.1.0",
- "requirejs": "~2.1.5",
- "lodash": "~2.4.1",
- "foundation": "5.3.0",
- "i18next": "~1.7.3",
- "font-awesome": "~4.1.0",
- "quoted-printable": "0.2.1"
+ "jquery": "2.1.1",
+ "flight": "1.3.0",
+ "requirejs": "2.1.5",
+ "lodash": "2.4.1",
+ "foundation": "5.4.6",
+ "i18next": "1.7.4",
+ "font-awesome": "4.2.0",
+ "quoted-printable": "0.2.1",
+ "typeahead.js": "0.10.2"
},
"devDependencies": {
- "jasmine-flight": "~2.2.0",
- "jasmine-jquery": "~1.7.0",
"handlebars": "~1.3.0",
- "typeahead.js": "~0.10.2",
- "almond": "~0.2.9"
+ "jasmine-flight": "3.0.0",
+ "jasmine-jquery": "2.0.5",
+ "almond": "~0.3.0"
},
"resolutions": {
- "jquery": ">= 2.1.0"
+ "jasmine-jquery": "2.0.5"
}
}