File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " <%= _.slugify(_.humanize(appname)) %>" ,
3
3
"version" : " 0.0.0" ,
4
4
"dependencies" : {
5
- "angular" : " ~1.2.0 " ,
6
- "json3" : " ~3.2.4 " ,
5
+ "angular" : " ~1.2.5 " ,
6
+ "json3" : " ~3.2.6 " ,
7
7
"es5-shim" : " ~2.1.0" <% if (bootstrap) { %>,
8
8
"jquery" : " ~1.10.2" <% if (compassBootstrap) { %>,
9
- "sass-bootstrap" : " ~3.0.0 " <% } else { %>,
9
+ "sass-bootstrap" : " ~3.0.2 " <% } else { %>,
10
10
"bootstrap" : " ~3.0.3" <% } } %><% if (resourceModule) { %>,
11
- "angular-resource" : " ~1.2.0 " <% } %><% if (cookiesModule) { %>,
12
- "angular-cookies" : " ~1.2.0 " <% } %><% if (sanitizeModule) { %>,
13
- "angular-sanitize" : " ~1.2.0 " <% } %><% if (routeModule) { %>,
14
- "angular-route" : " ~1.2.0 " <% } %>
11
+ "angular-resource" : " ~1.2.5 " <% } %><% if (cookiesModule) { %>,
12
+ "angular-cookies" : " ~1.2.5 " <% } %><% if (sanitizeModule) { %>,
13
+ "angular-sanitize" : " ~1.2.5 " <% } %><% if (routeModule) { %>,
14
+ "angular-route" : " ~1.2.5 " <% } %>
15
15
},
16
16
"devDependencies" : {
17
- "angular-mocks" : " ~1.2.0 " ,
18
- "angular-scenario" : " ~1.2.0 "
17
+ "angular-mocks" : " ~1.2.5 " ,
18
+ "angular-scenario" : " ~1.2.5 "
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments