Skip to content

Commit 8eff9ff

Browse files
committed
chore(update): update dependencies in NPM (package.json) and Bower (bower.json)
1 parent a45951d commit 8eff9ff

2 files changed

Lines changed: 33 additions & 30 deletions

File tree

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "ngDevstack",
33
"version": "0.3.0",
44
"devDependencies": {
5-
"angular": "~1.2.19",
6-
"angular-bootstrap": "~0.11.0",
7-
"angular-mocks": "~1.2.19",
8-
"angular-ui-router": "0.2.10",
9-
"bootstrap-sass-official": "latest"
5+
"angular": "~1.2.26",
6+
"angular-bootstrap": "~0.11.2",
7+
"angular-mocks": "~1.2.26",
8+
"angular-ui-router": "0.2.11",
9+
"bootstrap-sass-official": "3.2.0"
1010
},
1111
"dependencies": {}
1212
}

package.json

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,49 @@
77
"url": "https://raw2.github.com/mariuszm/ng-devstack/master/LICENSE.md"
88
},
99
"devDependencies": {
10-
"connect": "^2.21.0",
10+
"connect": "^3.2.0",
1111
"connect-livereload": "^0.4.0",
12-
"connect-modrewrite": "^0.7.6",
12+
"connect-modrewrite": "^0.7.9",
1313
"del": "^0.1.3",
14-
"express": "^3.12.0",
15-
"gulp": "^3.8.2",
16-
"gulp-angular-templatecache": "^1.2.1",
17-
"gulp-autoprefixer": "0.0.7",
14+
"express": "^4.9.5",
15+
"gulp": "^3.8.8",
16+
"gulp-angular-templatecache": "^1.4.2",
17+
"gulp-autoprefixer": "^1.0.1",
1818
"gulp-bytediff": "^0.2.0",
19-
"gulp-concat": "^2.2.0",
19+
"gulp-concat": "^2.4.1",
2020
"gulp-concat-util": "^0.5.1",
2121
"gulp-filesize": "0.0.6",
22-
"gulp-html-replace": "^1.1.0",
23-
"gulp-imagemin": "^0.5.1",
24-
"gulp-inject": "^0.4.1",
22+
"gulp-html-replace": "^1.3.0",
23+
"gulp-imagemin": "^1.0.1",
24+
"gulp-inject": "^1.0.2",
2525
"gulp-intercept": "^0.1.0",
26-
"gulp-jshint": "^1.6.3",
26+
"gulp-jshint": "^1.8.5",
2727
"gulp-karma": "0.0.4",
28-
"gulp-livereload": "^1.5.0",
29-
"gulp-load-plugins": "^0.5.2",
30-
"gulp-minify-css": "^0.3.5",
31-
"gulp-minify-html": "^0.1.3",
28+
"gulp-livereload": "^2.1.1",
29+
"gulp-load-plugins": "^0.7.0",
30+
"gulp-minify-css": "^0.3.10",
31+
"gulp-minify-html": "^0.1.6",
3232
"gulp-newer": "^0.3.0",
3333
"gulp-ng-annotate": "^0.3.3",
34-
"gulp-plumber": "^0.6.3",
34+
"gulp-plumber": "^0.6.6",
3535
"gulp-rename": "^1.2.0",
36-
"gulp-sass": "=0.7.1",
37-
"gulp-size": "^0.3.1",
38-
"gulp-uglify": "^0.3.1",
39-
"gulp-util": "^2.2.18",
36+
"gulp-sass": "^1.0.0",
37+
"gulp-size": "^1.1.0",
38+
"gulp-sourcemaps": "^1.2.2",
39+
"gulp-uglify": "^1.0.1",
40+
"gulp-util": "^3.0.1",
4041
"jshint-stylish-ex": "^0.2.0",
41-
"karma": "^0.12.16",
42+
"karma": "^0.12.24",
4243
"karma-coverage": "^0.2.4",
4344
"karma-html2js-preprocessor": "^0.1.0",
4445
"karma-jasmine": "^0.1.5",
4546
"karma-phantomjs-launcher": "^0.1.4",
4647
"map-stream": "^0.1.0",
47-
"open": "0.0.4",
48-
"requirejs": "^2.1.14",
49-
"run-sequence": "^0.3.6",
50-
"tiny-lr": "0.0.5"
48+
"open": "0.0.5",
49+
"requirejs": "^2.1.15",
50+
"run-sequence": "^1.0.1",
51+
"serve-index": "^1.4.0",
52+
"serve-static": "^1.6.3",
53+
"tiny-lr": "0.1.4"
5154
}
5255
}

0 commit comments

Comments
 (0)