Skip to content

Commit f4aaae0

Browse files
Awk34kingcody
authored andcommitted
chore(gen:bower): update angular deps
1 parent 30a2eeb commit f4aaae0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: app/templates/_bower.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
"name": "<%= _.slugify(_.humanize(appname)) %>",
33
"version": "0.0.0",
44
"dependencies": {
5-
"angular": "~1.2",
5+
"angular": "~1.4.0",
66
"json3": "~3.3.1",
77
"es5-shim": "~3.0.1",<% if(filters.bootstrap) { %><% if (filters.sass) { %>
88
"bootstrap-sass-official": "~3.1.1",<% } %>
99
"bootstrap": "~3.1.1",<% } %>
10-
"angular-resource": "~1.2",
11-
"angular-cookies": "~1.2",
12-
"angular-sanitize": "~1.2",<% if (filters.ngroute) { %>
13-
"angular-route": "~1.2",<% } %><% if (filters.uibootstrap) { %>
14-
"angular-bootstrap": "~0.11.0",<% } %>
10+
"angular-resource": "~1.4.0",
11+
"angular-cookies": "~1.4.0",
12+
"angular-sanitize": "~1.4.0",<% if (filters.ngroute) { %>
13+
"angular-route": "~1.4.0",<% } %><% if (filters.uibootstrap) { %>
14+
"angular-bootstrap": "~0.13.0",<% } %>
1515
"font-awesome": ">=4.1.0",
1616
"lodash": "~2.4.1"<% if(filters.socketio) { %>,
17-
"angular-socket-io": "~0.6.0"<% } %><% if(filters.uirouter) { %>,
17+
"angular-socket-io": "~0.7.0"<% } %><% if(filters.uirouter) { %>,
1818
"angular-ui-router": "~0.2.15"<% } %>
1919
},
2020
"devDependencies": {
21-
"angular-mocks": "~1.2",
22-
"angular-scenario": "~1.2"
21+
"angular-mocks": "~1.4.0",
22+
"angular-scenario": "~1.4.0"
2323
}
2424
}

0 commit comments

Comments
 (0)