Skip to content

Commit d759b67

Browse files
Marco ChávezAwk34
Marco Chávez
authored andcommitted
chore(templates): update bower dependencies to angular 1.5
1 parent 8b04ec4 commit d759b67

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: app/templates/_bower.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"name": "<%= lodash.slugify(lodash.humanize(appname)) %>",
33
"version": "0.0.0",
44
"dependencies": {
5-
"angular": "~1.4.0",
5+
"angular": "~1.5.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",<% if(filters.oauth) { %>
1010
"bootstrap-social": "~4.9.1",<% }} %>
11-
"angular-resource": "~1.4.0",
12-
"angular-cookies": "~1.4.0",
13-
"angular-sanitize": "~1.4.0",<% if (filters.ngroute) { %>
14-
"angular-route": "~1.4.0",<% } if (filters.uibootstrap) { %>
11+
"angular-resource": "~1.5.0",
12+
"angular-cookies": "~1.5.0",
13+
"angular-sanitize": "~1.5.0",<% if (filters.ngroute) { %>
14+
"angular-route": "~1.5.0",<% } if (filters.uibootstrap) { %>
1515
"angular-bootstrap": "~1.1.2",<% } %>
1616
"font-awesome": ">=4.1.0",
1717
"lodash": "~2.4.1"<% if(filters.socketio) { %>,
@@ -20,6 +20,6 @@
2020
"angular-validation-match": "~1.5.2"<% } %>
2121
},
2222
"devDependencies": {
23-
"angular-mocks": "~1.4.0"
23+
"angular-mocks": "~1.5.0"
2424
}
2525
}

0 commit comments

Comments
 (0)