Skip to content

Commit 1b5a395

Browse files
Update devDependencies (theme-next#966)
1 parent 8b4b641 commit 1b5a395

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

gulpfile.coffee

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ gulp.task 'lint', ->
1111
'./source/js/utils.js',
1212
'./source/js/motion.js',
1313
'./source/js/algolia-search.js',
14-
'./source/js/bootstrap.js',
14+
'./source/js/next-boot.js',
1515
'./source/js/post-details.js',
16+
'./source/js/schemes/muse.js',
1617
'./source/js/schemes/pisces.js'
1718
]).pipe jshint()
1819
.pipe jshint.reporter(stylish)
@@ -50,4 +51,4 @@ gulp.task 'validate:languages', (cb) ->
5051
cb(errors)
5152

5253

53-
gulp.task 'default', ['lint', 'validate:config', 'validate:languages']
54+
gulp.task 'default', gulp.parallel('lint', 'validate:config', 'validate:languages')

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@
2727
},
2828
"homepage": "https://theme-next.org",
2929
"devDependencies": {
30-
"all-contributors-cli": "^5.4.0",
31-
"coffee-script": "^1.10.0",
32-
"gulp": "^3.9.0",
33-
"gulp-jshint": "^1.12.0",
34-
"gulp-shell": "^0.6.1",
35-
"js-yaml": "^3.8.1",
36-
"jshint-stylish": "^2.1.0",
30+
"all-contributors-cli": "^6.7.0",
31+
"coffeescript": "^2.4.1",
32+
"eslint": "^6.0.1",
33+
"gulp": "^4.0.2",
34+
"gulp-jshint": "^2.1.0",
35+
"gulp-shell": "^0.7.1",
36+
"js-yaml": "^3.13.1",
37+
"jshint": "^2.10.2",
38+
"jshint-stylish": "^2.2.1",
3739
"stylint": "^1.5.9"
3840
}
3941
}

0 commit comments

Comments
 (0)