Update dependencies [htmlproofer]

This commit is contained in:
lostinlight 2019-06-22 19:56:18 +03:00
parent a8b4c76383
commit 40fa368b36
2 changed files with 3320 additions and 1849 deletions

5147
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,11 +9,11 @@
"author": "lostinlight", "author": "lostinlight",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"hexo": { "hexo": {
"version": "3.8.0" "version": "3.9.0"
}, },
"scripts": {}, "scripts": {},
"dependencies": { "dependencies": {
"hexo": "^3.8.0", "hexo": "^3.9.0",
"hexo-autonofollow": "git+https://gitlab.com/lostinlight/hexo-autonofollow.git", "hexo-autonofollow": "git+https://gitlab.com/lostinlight/hexo-autonofollow.git",
"hexo-browsersync": "^0.3.0", "hexo-browsersync": "^0.3.0",
"hexo-deployer-git": "^1.0.0", "hexo-deployer-git": "^1.0.0",
@ -28,15 +28,15 @@
"hexo-renderer-ejs": "^0.3.1", "hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-markdown-it": "^3.4.1", "hexo-renderer-markdown-it": "^3.4.1",
"hexo-server": "^0.3.3", "hexo-server": "^0.3.3",
"hexo-yam": "^1.1.0" "hexo-yam": "^2.0.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.0.0", "@babel/core": "^7.0.0",
"@babel/preset-env": "^7.4.2", "@babel/preset-env": "^7.4.5",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.1",
"del": "^4.0.0", "del": "^4.1.1",
"gulp": "^4.0.0", "gulp": "^4.0.2",
"gulp-autoprefixer": "^6.0.0", "gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0", "gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1", "gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3", "gulp-cssnano": "^2.1.3",
@ -46,10 +46,10 @@
"gulp-rename": "^1.4.0", "gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2", "gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5", "gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^8.0.0", "gulp-stylelint": "^9.0.0",
"gulp-uglify": "^3.0.2", "gulp-uglify": "^3.0.2",
"stylelint": "^9.10.1", "stylelint": "^10.1.0",
"uglifyjs-webpack-plugin": "^2.1.2", "uglifyjs-webpack-plugin": "^2.1.3",
"webpack-stream": "^5.2.1" "webpack-stream": "^5.2.1"
} }
} }