Skip to content

Commit 27ed202

Browse files
committed
chore(deps): bumped angular deps
Not necessary due to semver, but it's nicer to the user to see that the generator is up to date with the latest version of AngularJS. fix #256
1 parent cab7c42 commit 27ed202

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

templates/common/_bower.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "<%= _.camelize(appname) %>",
33
"version": "0.0.0",
44
"dependencies": {
5-
"angular": "~1.0.5",
5+
"angular": "~1.0.7",
66
"json3": "~3.2.4",<% if (bootstrap) { %>
77
"jquery": "~1.9.1",
88
"bootstrap-sass": "~2.3.1",
99
<% } %>"es5-shim": "~2.0.8"<% if (resourceModule) { %>,
10-
"angular-resource": "~1.0.5"<% } %><% if (cookiesModule) { %>,
11-
"angular-cookies": "~1.0.5"<% } %><% if (sanitizeModule) { %>,
12-
"angular-sanitize": "~1.0.5"<% } %>
10+
"angular-resource": "~1.0.7"<% } %><% if (cookiesModule) { %>,
11+
"angular-cookies": "~1.0.7"<% } %><% if (sanitizeModule) { %>,
12+
"angular-sanitize": "~1.0.7"<% } %>
1313
},
1414
"devDependencies": {
15-
"angular-mocks": "~1.0.5",
16-
"angular-scenario": "~1.0.5"
15+
"angular-mocks": "~1.0.7",
16+
"angular-scenario": "~1.0.7"
1717
}
1818
}

0 commit comments

Comments
 (0)