From cefe35b82e9411d502c20dc0ba8063eba192ca94 Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Tue, 17 Mar 2015 21:16:26 +0900 Subject: [PATCH] Updated most dependencies. --- bower.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/bower.json b/bower.json index 800bbcc4..73f50d33 100644 --- a/bower.json +++ b/bower.json @@ -2,14 +2,14 @@ "name": "stf", "version": "0.1.0", "dependencies": { - "angular": "1.4.0-build.3855", - "angular-cookies": "1.4.0-build.3855", - "angular-route": "1.4.0-build.3855", - "angular-sanitize": "1.4.0-build.3855", - "angular-animate": "1.4.0-build.3855", - "angular-touch": "1.4.0-build.3855", + "angular": "1.4.0-build.3909", + "angular-cookies": "1.4.0-build.3909", + "angular-route": "1.4.0-build.3909", + "angular-sanitize": "1.4.0-build.3909", + "angular-animate": "1.4.0-build.3909", + "angular-touch": "1.4.0-build.3909", "se7en-bootstrap-3": "~0.2.1", - "lodash": "~3.3.1", + "lodash": "~3.5.0", "oboe": "~2.1.1", "Snap.svg": "~0.3.0", "ng-table": "git://github.com/esvit/ng-table.git#bd9ec42172389257fcd312330013302b2696ac2a", @@ -28,7 +28,7 @@ "angular-tree-control": "~0.2.8", "angular-loading-bar": "~0.7.1", "underscore.string": "~3.0.3", - "bootstrap": "~3.3.2", + "bootstrap": "~3.3.4", "font-lato-2-subset": "~0.4.0", "packery": "~1.3.2", "draggabilly": "~1.1.2", @@ -50,12 +50,12 @@ }, "private": true, "resolutions": { - "angular": "1.4.0-build.3855", - "angular-sanitize": "1.4.0-build.3855", + "angular": "1.4.0-build.3909", + "angular-sanitize": "1.4.0-build.3909", "angular-bootstrap": "~0.12.1", "d3": "~3.5.5" }, "devDependencies": { - "angular-mocks": "1.4.0-build.3855" + "angular-mocks": "1.4.0-build.3909" } }