Skip to content

Commit

Permalink
feat(dependencies): update to latest jquery, json3 and angular stable…
Browse files Browse the repository at this point in the history
… dependencies
  • Loading branch information
Gonzalo Ruiz de Villa committed Oct 29, 2013
1 parent 027d499 commit 3989f5f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions templates/common/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "<%= _.camelize(appname) %>",
"version": "0.0.0",
"dependencies": {
"angular": "~1.0.7",
"json3": "~3.2.4",<% if (bootstrap) { %>
"jquery": "~1.9.1",
"angular": "~1.0.8",
"json3": "~3.2.5",<% if (bootstrap) { %>
"jquery": "~1.10.2",
"bootstrap-sass": "~2.3.1",
<% } %>"es5-shim": "~2.0.8"<% if (resourceModule) { %>,
"angular-resource": "~1.0.7"<% } %><% if (cookiesModule) { %>,
"angular-cookies": "~1.0.7"<% } %><% if (sanitizeModule) { %>,
"angular-sanitize": "~1.0.7"<% } %>
"angular-resource": "~1.0.8"<% } %><% if (cookiesModule) { %>,
"angular-cookies": "~1.0.8"<% } %><% if (sanitizeModule) { %>,
"angular-sanitize": "~1.0.8"<% } %>
},
"devDependencies": {
"angular-mocks": "~1.0.7",
"angular-scenario": "~1.0.7"
"angular-mocks": "~1.0.8",
"angular-scenario": "~1.0.8"
}
}

0 comments on commit 3989f5f

Please sign in to comment.