From cd5c303023f57de423ca69067b1105db17d066e3 Mon Sep 17 00:00:00 2001 From: Tyler Henkel Date: Fri, 14 Feb 2014 19:54:56 -0500 Subject: [PATCH] feat(deps): upgrade to angular 1.2.11, and to jquery 1.11.0 --- templates/common/_bower.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/common/_bower.json b/templates/common/_bower.json index 23d27e6cf..e3787384b 100644 --- a/templates/common/_bower.json +++ b/templates/common/_bower.json @@ -2,19 +2,19 @@ "name": "<%= _.slugify(_.humanize(appname)) %>", "version": "0.0.0", "dependencies": { - "angular": "1.2.6", + "angular": "1.2.11", "json3": "~3.2.6", "es5-shim": "~2.1.0"<% if (bootstrap) { %>, - "jquery": "~1.10.2"<% if (compassBootstrap) { %>, + "jquery": "~1.11.0"<% if (compassBootstrap) { %>, "bootstrap-sass": "~3.0.2"<% } else { %>, "bootstrap": "~3.0.3"<% } } %><% if (resourceModule) { %>, - "angular-resource": "1.2.6"<% } %><% if (cookiesModule) { %>, - "angular-cookies": "1.2.6"<% } %><% if (sanitizeModule) { %>, - "angular-sanitize": "1.2.6"<% } %><% if (routeModule) { %>, - "angular-route": "1.2.6"<% } %> + "angular-resource": "1.2.11"<% } %><% if (cookiesModule) { %>, + "angular-cookies": "1.2.11"<% } %><% if (sanitizeModule) { %>, + "angular-sanitize": "1.2.11"<% } %><% if (routeModule) { %>, + "angular-route": "1.2.11"<% } %> }, "devDependencies": { - "angular-mocks": "1.2.6", - "angular-scenario": "1.2.6" + "angular-mocks": "1.2.11", + "angular-scenario": "1.2.11" } }