|
2 | 2 | "name": "<%= _.slugify(_.humanize(appname)) %>",
|
3 | 3 | "version": "0.0.0",
|
4 | 4 | "dependencies": {
|
5 |
| - "angular": "~1.2", |
| 5 | + "angular": "~1.4.0", |
6 | 6 | "json3": "~3.3.1",
|
7 | 7 | "es5-shim": "~3.0.1",<% if(filters.bootstrap) { %><% if (filters.sass) { %>
|
8 | 8 | "bootstrap-sass-official": "~3.1.1",<% } %>
|
9 | 9 | "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",<% } %> |
15 | 15 | "font-awesome": ">=4.1.0",
|
16 | 16 | "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) { %>, |
18 | 18 | "angular-ui-router": "~0.2.15"<% } %>
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "angular-mocks": "~1.2", |
22 |
| - "angular-scenario": "~1.2" |
| 21 | + "angular-mocks": "~1.4.0", |
| 22 | + "angular-scenario": "~1.4.0" |
23 | 23 | }
|
24 | 24 | }
|
0 commit comments