Skip to content

Commit 4bc482b

Browse files
author
Dave Conway-Jones
committed
update load of grunt related versions
and mqtt and fs-extra and should. Fix tests to keep working.
1 parent 0a1257a commit 4bc482b

5 files changed

Lines changed: 216 additions & 203 deletions

File tree

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"cron":"1.1.0",
3535
"express": "4.13.4",
3636
"follow-redirects":"0.0.7",
37-
"fs-extra": "0.26.7",
37+
"fs-extra": "0.27.0",
3838
"fs.notify":"0.0.4",
3939
"i18next":"1.10.6",
4040
"is-utf8":"0.2.1",
4141
"media-typer": "0.3.0",
42-
"mqtt": "1.7.4",
42+
"mqtt": "1.8.0",
4343
"mustache": "2.2.1",
4444
"nopt": "3.0.6",
4545
"oauth2orize":"1.2.2",
@@ -66,21 +66,21 @@
6666
"devDependencies": {
6767
"grunt": "0.4.5",
6868
"grunt-chmod": "1.1.1",
69-
"grunt-cli": "0.1.13",
70-
"grunt-concurrent":"2.2.1",
71-
"grunt-contrib-clean":"0.7.0",
72-
"grunt-contrib-compress": "0.14.0",
73-
"grunt-contrib-concat":"0.5.1",
74-
"grunt-contrib-copy": "0.8.2",
75-
"grunt-contrib-jshint": "0.12.0",
76-
"grunt-contrib-uglify": "0.11.1",
77-
"grunt-contrib-watch":"0.6.1",
69+
"grunt-cli": "1.2.0",
70+
"grunt-concurrent":"2.3.0",
71+
"grunt-contrib-clean":"1.0.0",
72+
"grunt-contrib-compress": "1.2.0",
73+
"grunt-contrib-concat":"1.0.0",
74+
"grunt-contrib-copy": "1.0.0",
75+
"grunt-contrib-jshint": "1.0.0",
76+
"grunt-contrib-uglify": "1.0.1",
77+
"grunt-contrib-watch":"1.0.0",
7878
"grunt-jsonlint":"1.0.7",
79-
"grunt-nodemon":"0.4.1",
79+
"grunt-nodemon":"0.4.2",
8080
"grunt-sass":"1.1.0",
8181
"grunt-simple-mocha": "0.4.1",
8282
"mocha": "2.4.5",
83-
"should": "6.0.3",
83+
"should": "8.3.1",
8484
"sinon": "1.17.3",
8585
"supertest": "1.2.0"
8686
},

0 commit comments

Comments
 (0)