Skip to content

Commit 7c184ec

Browse files
committed
Updated npm package dependencies
1 parent f2636eb commit 7c184ec

File tree

5 files changed

+112
-80
lines changed

5 files changed

+112
-80
lines changed

.jscsrc

Lines changed: 50 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"excludeFiles": ["node_modules/**", "bower_components/**"],
3-
2+
"excludeFiles": [
3+
"node_modules/**",
4+
"bower_components/**"
5+
],
46
"requireCurlyBraces": [
57
"if",
68
"else",
@@ -12,47 +14,71 @@
1214
],
1315
"requireOperatorBeforeLineBreak": true,
1416
"maximumLineLength": {
15-
"value": 120,
16-
"allowComments": true,
17-
"allowRegex": true
17+
"value": 120,
18+
"allowComments": true,
19+
"allowRegex": true
1820
},
1921
"validateIndentation": 4,
2022
"validateQuoteMarks": "'",
21-
2223
"disallowMultipleLineStrings": true,
2324
"disallowMixedSpacesAndTabs": true,
2425
"disallowTrailingWhitespace": true,
2526
"disallowSpaceAfterPrefixUnaryOperators": true,
2627
"disallowMultipleVarDecl": null,
27-
2828
"requireSpaceAfterKeywords": [
29-
"if",
30-
"else",
31-
"for",
32-
"while",
33-
"do",
34-
"switch",
35-
"return",
36-
"try",
37-
"catch"
29+
"if",
30+
"else",
31+
"for",
32+
"while",
33+
"do",
34+
"switch",
35+
"return",
36+
"try",
37+
"catch"
3838
],
3939
"requireSpaceBeforeBinaryOperators": [
40-
"=", "+=", "-=", "*=", "/=", "%=", "<<=", ">>=", ">>>=",
41-
"&=", "|=", "^=", "+=",
42-
43-
"+", "-", "*", "/", "%", "<<", ">>", ">>>", "&",
44-
"|", "^", "&&", "||", "===", "==", ">=",
45-
"<=", "<", ">", "!=", "!=="
40+
"=",
41+
"+=",
42+
"-=",
43+
"*=",
44+
"/=",
45+
"%=",
46+
"<<=",
47+
">>=",
48+
">>>=",
49+
"&=",
50+
"|=",
51+
"^=",
52+
"+=",
53+
"+",
54+
"-",
55+
"*",
56+
"/",
57+
"%",
58+
"<<",
59+
">>",
60+
">>>",
61+
"&",
62+
"|",
63+
"^",
64+
"&&",
65+
"||",
66+
"===",
67+
"==",
68+
">=",
69+
"<=",
70+
"<",
71+
">",
72+
"!=",
73+
"!=="
4674
],
4775
"requireSpaceAfterBinaryOperators": true,
4876
"requireSpacesInConditionalExpression": true,
4977
"requireSpaceBeforeBlockStatements": true,
50-
5178
"validateJSDoc": {
5279
"checkParamNames": true,
5380
"requireParamTypes": true
5481
},
55-
5682
"disallowCommaBeforeLineBreak": null,
5783
"disallowDanglingUnderscores": null,
5884
"disallowEmptyBlocks": null,

package.json

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -16,73 +16,73 @@
1616
"test": "gulp test"
1717
},
1818
"dependencies": {
19-
"body-parser": "^1.10.2",
20-
"compression": "^1.3.0",
21-
"connect-modrewrite": "^0.7.11",
22-
"cors": "^2.5.3",
23-
"express": "^4.11.1",
24-
"morgan": "^1.5.1"
19+
"body-parser": "^1.13.1",
20+
"compression": "^1.5.0",
21+
"connect-modrewrite": "^0.8.1",
22+
"cors": "^2.7.1",
23+
"express": "^4.13.0",
24+
"morgan": "^1.6.0"
2525
},
2626
"devDependencies": {
27-
"browser-sync": "^1.9.1",
28-
"chai": "^1.10.0",
29-
"chai-as-promised": "^4.1.1",
30-
"chalk": "^0.5.1",
27+
"browser-sync": "^2.7.12",
28+
"chai": "^3.0.0",
29+
"chai-as-promised": "^5.1.0",
30+
"chalk": "^1.0.0",
3131
"dateformat": "^1.0.11",
32-
"debug": "^2.1.1",
33-
"del": "^1.1.1",
34-
"glob": "^4.5.3",
35-
"gulp": "^3.8.10",
36-
"gulp-angular-templatecache": "^1.5.0",
37-
"gulp-autoprefixer": "^2.1.0",
38-
"gulp-bump": "^0.1.13",
39-
"gulp-bytediff": "^0.2.0",
40-
"gulp-concat": "^2.4.3",
41-
"gulp-csso": "^0.2.9",
42-
"gulp-filter": "^2.0.0",
32+
"debug": "^2.2.0",
33+
"del": "^1.2.0",
34+
"glob": "^5.0.10",
35+
"gulp": "^3.9.0",
36+
"gulp-angular-templatecache": "^1.6.0",
37+
"gulp-autoprefixer": "^2.3.1",
38+
"gulp-bump": "^0.3.1",
39+
"gulp-bytediff": "^0.2.1",
40+
"gulp-concat": "^2.6.0",
41+
"gulp-csso": "^1.0.0",
42+
"gulp-filter": "^2.0.2",
4343
"gulp-header": "^1.2.2",
4444
"gulp-if": "^1.2.5",
45-
"gulp-imagemin": "^2.2.1",
46-
"gulp-inject": "^1.1.1",
47-
"gulp-jscs": "^1.4.0",
48-
"gulp-jshint": "^1.9.0",
49-
"gulp-load-plugins": "^0.8.1",
50-
"gulp-minify-html": "^0.1.8",
51-
"gulp-ng-annotate": "^0.5.0",
52-
"gulp-nodemon": "^1.0.5",
53-
"gulp-plumber": "^0.6.6",
45+
"gulp-imagemin": "^2.3.0",
46+
"gulp-inject": "^1.3.1",
47+
"gulp-jscs": "^1.6.0",
48+
"gulp-jshint": "^1.11.0",
49+
"gulp-load-plugins": "^1.0.0-rc.1",
50+
"gulp-minify-html": "^1.0.3",
51+
"gulp-ng-annotate": "^1.0.0",
52+
"gulp-nodemon": "^2.0.3",
53+
"gulp-plumber": "^1.0.1",
5454
"gulp-print": "^1.1.0",
55-
"gulp-rev": "^3.0.0",
56-
"gulp-rev-replace": "^0.3.4",
57-
"gulp-sass": "^1.3.3",
58-
"gulp-sourcemaps": "^1.3.0",
59-
"gulp-task-listing": "^1.0.0",
60-
"gulp-uglify": "^1.1.0",
61-
"gulp-useref": "^1.1.1",
62-
"gulp-util": "^3.0.2",
63-
"gulp-watch": "^4.2.1",
64-
"jshint-stylish": "^1.0.0",
65-
"karma": "^0.12.32",
55+
"gulp-rev": "^5.0.1",
56+
"gulp-rev-replace": "^0.4.2",
57+
"gulp-sass": "^2.0.1",
58+
"gulp-sourcemaps": "^1.5.2",
59+
"gulp-task-listing": "^1.0.1",
60+
"gulp-uglify": "^1.2.0",
61+
"gulp-useref": "^1.2.0",
62+
"gulp-util": "^3.0.6",
63+
"gulp-watch": "^4.2.4",
64+
"jshint-stylish": "^2.0.1",
65+
"karma": "^0.12.37",
6666
"karma-chai": "^0.1.0",
67-
"karma-chai-sinon": "^0.1.4",
68-
"karma-chrome-launcher": "^0.1.7",
69-
"karma-coverage": "^0.2.7",
70-
"karma-firefox-launcher": "^0.1.4",
67+
"karma-chai-sinon": "^0.1.5",
68+
"karma-chrome-launcher": "^0.2.0",
69+
"karma-coverage": "^0.4.2",
70+
"karma-firefox-launcher": "^0.1.6",
7171
"karma-growl-reporter": "^0.1.1",
72-
"karma-mocha": "^0.1.10",
73-
"karma-phantomjs-launcher": "^0.1.4",
72+
"karma-mocha": "^0.2.0",
73+
"karma-phantomjs-launcher": "^0.2.0",
7474
"karma-safari-launcher": "^0.1.1",
7575
"karma-sinon": "^1.0.4",
76-
"lodash": "^2.4.1",
77-
"method-override": "^2.3.1",
78-
"minimist": "^1.1.0",
76+
"lodash": "^3.9.3",
77+
"method-override": "^2.3.3",
78+
"minimist": "^1.1.1",
7979
"mocha": "^2.2.5",
80-
"node-notifier": "^4.0.3",
80+
"node-notifier": "^4.2.3",
8181
"phantomjs": "^1.9.17",
82-
"plato": "^1.3.0",
83-
"q": "^1.1.2",
82+
"plato": "^1.5.0",
83+
"q": "^1.4.1",
8484
"sinon": "^1.15.3",
85-
"sinon-chai": "^2.6.0",
86-
"yargs": "^1.3.3"
85+
"sinon-chai": "^2.8.0",
86+
"yargs": "^3.12.0"
8787
}
8888
}

src/components/approot/approot.directive.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
var directive = {
1313
restrict: 'E',
14-
templateUrl: 'components/approot/approot.html'
14+
templateUrl: 'components/approot/approot.html',
15+
scope: {
16+
}
1517
};
1618

1719
return directive;

src/components/dashboard/dashboard.directive.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
var directive = {
1717
restrict: 'E',
1818
templateUrl: 'components/dashboard/dashboard.html',
19+
scope: {
20+
},
1921
controller: 'DashboardController',
2022
controllerAs: 'vm'
2123
};

src/components/topnav/topnav.directive.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
var directive = {
1717
restrict: 'E',
1818
templateUrl: 'components/topnav/topnav.html',
19+
scope: {
20+
},
1921
controller: 'TopnavController',
2022
controllerAs: 'vm'
2123
};

0 commit comments

Comments
 (0)