Skip to content

Commit 858ef93

Browse files
committed
chore(update): updated dependencies in NPM and Bower
1 parent d642aa1 commit 858ef93

2 files changed

Lines changed: 34 additions & 36 deletions

File tree

bower.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
"vendor"
88
],
99
"dependencies": {
10-
"angular": "~1.5.0",
11-
"angular-bootstrap": "~1.2.2",
12-
"angular-mocks": "~1.5.0",
13-
"angular-ui-router": "0.2.18",
14-
"bootstrap-sass": "3.3.6",
15-
"animate.css": "~3.5.1"
10+
"angular": "~1.5.8",
11+
"angular-bootstrap": "~2.2.0",
12+
"angular-mocks": "~1.5.8",
13+
"angular-ui-router": "~1.0.0",
14+
"bootstrap-sass": "3.3.7"
1615
}
1716
}

package.json

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,48 +11,47 @@
1111
"npm": ">=3.0.0"
1212
},
1313
"devDependencies": {
14-
"browser-sync": "^2.11.1",
15-
"del": "^2.2.0",
14+
"browser-sync": "^2.17.5",
15+
"del": "^2.2.2",
1616
"gulp": "^3.9.1",
17-
"gulp-angular-templatecache": "^1.7.0",
18-
"gulp-autoprefixer": "^3.1.0",
17+
"gulp-angular-templatecache": "^2.0.0",
18+
"gulp-autoprefixer": "^3.1.1",
1919
"gulp-bytediff": "^1.0.0",
2020
"gulp-concat": "^2.6.0",
21-
"gulp-concat-util": "^0.5.5",
22-
"gulp-csso": "^1.1.0",
21+
"gulp-csso": "^2.0.0",
2322
"gulp-filesize": "0.0.6",
2423
"gulp-filter": "^4.0.0",
25-
"gulp-html-replace": "^1.5.5",
26-
"gulp-imagemin": "^2.3.0",
27-
"gulp-inject": "^3.0.0",
24+
"gulp-html-replace": "^1.6.1",
25+
"gulp-htmlmin": "^3.0.0",
26+
"gulp-imagemin": "^3.1.0",
27+
"gulp-inject": "^4.1.0",
2828
"gulp-intercept": "^0.1.0",
29-
"gulp-jshint": "^2.0.0",
30-
"gulp-load-plugins": "^1.2.0",
31-
"gulp-minify-html": "^1.0.6",
32-
"gulp-newer": "^1.1.0",
29+
"gulp-jshint": "^2.0.2",
30+
"gulp-load-plugins": "^1.4.0",
31+
"gulp-newer": "^1.3.0",
3332
"gulp-ng-annotate": "^2.0.0",
3433
"gulp-order": "^1.1.1",
3534
"gulp-plumber": "^1.1.0",
36-
"gulp-sass": "^2.2.0",
37-
"gulp-size": "^2.0.0",
38-
"gulp-sourcemaps": "^1.5.2",
39-
"gulp-uglify": "^1.5.3",
40-
"gulp-useref": "^3.0.7",
35+
"gulp-sass": "^2.3.2",
36+
"gulp-size": "^2.1.0",
37+
"gulp-sourcemaps": "^2.2.0",
38+
"gulp-uglify": "^2.0.0",
39+
"gulp-useref": "^3.1.2",
4140
"jasmine-core": "^2.4.1",
42-
"jshint": "^2.9.1",
41+
"jshint": "^2.9.4",
4342
"jshint-stylish-ex": "^0.2.0",
44-
"karma": "^0.13.21",
45-
"karma-coverage": "^0.5.4",
46-
"karma-html2js-preprocessor": "^0.1.0",
47-
"karma-jasmine": "^0.3.7",
48-
"karma-phantomjs-launcher": "^1.0.0",
49-
"karma-requirejs": "^0.2.5",
43+
"karma": "^1.3.0",
44+
"karma-coverage": "^1.1.1",
45+
"karma-html2js-preprocessor": "^1.1.0",
46+
"karma-jasmine": "^1.0.2",
47+
"karma-phantomjs-launcher": "^1.0.2",
48+
"karma-requirejs": "^1.1.0",
5049
"map-stream": "0.0.6",
51-
"minimist": "^1.1.2",
50+
"minimist": "^1.2.0",
5251
"ng-describe": "^1.8.0",
53-
"phantomjs-prebuilt": "^2.1.4",
54-
"requirejs": "^2.1.22",
55-
"run-sequence": "^1.1.5",
56-
"wiredep": "^3.0.0"
52+
"phantomjs-prebuilt": "^2.1.13",
53+
"requirejs": "^2.3.2",
54+
"run-sequence": "^1.2.2",
55+
"wiredep": "^4.0.0"
5756
}
5857
}

0 commit comments

Comments
 (0)