mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2025-06-06 00:49:22 +02:00
Bump deps, fix gulpfile
This commit is contained in:
31
package.json
31
package.json
@@ -9,11 +9,11 @@
|
||||
"author": "lostinlight",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"hexo": {
|
||||
"version": "3.7.1"
|
||||
"version": "3.8.0"
|
||||
},
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"hexo": "^3.7.1",
|
||||
"hexo": "^3.8.0",
|
||||
"hexo-autonofollow": "git+https://gitlab.com/lostinlight/hexo-autonofollow.git",
|
||||
"hexo-browsersync": "^0.3.0",
|
||||
"hexo-deployer-git": "^1.0.0",
|
||||
@@ -27,30 +27,29 @@
|
||||
"hexo-processor-static": "^1.1.0",
|
||||
"hexo-renderer-ejs": "^0.3.1",
|
||||
"hexo-renderer-markdown-it": "^3.4.1",
|
||||
"hexo-server": "^0.3.2",
|
||||
"hexo-yam": "^1.0.4"
|
||||
"hexo-server": "^0.3.3",
|
||||
"hexo-yam": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.3",
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/preset-env": "^7.4.2",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"del": "^3.0.0",
|
||||
"del": "^4.0.0",
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-autoprefixer": "^6.0.0",
|
||||
"gulp-babel": "^7.0.1",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-cssnano": "^2.1.3",
|
||||
"gulp-eslint": "^5.0.0",
|
||||
"gulp-notify": "^3.2.0",
|
||||
"gulp-plumber": "^1.2.0",
|
||||
"gulp-rename": "^1.2.3",
|
||||
"gulp-sass": "^4.0.1",
|
||||
"gulp-sourcemaps": "^2.6.4",
|
||||
"gulp-plumber": "^1.2.1",
|
||||
"gulp-rename": "^1.4.0",
|
||||
"gulp-sass": "^4.0.2",
|
||||
"gulp-sourcemaps": "^2.6.5",
|
||||
"gulp-stylelint": "^8.0.0",
|
||||
"gulp-uglify": "^3.0.0",
|
||||
"imagemin-jpeg-recompress": "^6.0.0",
|
||||
"stylelint": "^9.9.0",
|
||||
"uglifyjs-webpack-plugin": "^2.1.1",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"stylelint": "^9.10.1",
|
||||
"uglifyjs-webpack-plugin": "^2.1.2",
|
||||
"webpack-stream": "^5.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user