Update dependencies

This commit is contained in:
lostinlight 2019-12-19 20:29:59 +03:00
parent a328eff712
commit 1265f1451c
2 changed files with 1662 additions and 1660 deletions

3300
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,17 +9,17 @@
"author": "lostinlight", "author": "lostinlight",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"hexo": { "hexo": {
"version": "4.0.0" "version": "4.1.1"
}, },
"scripts": {}, "scripts": {},
"dependencies": { "dependencies": {
"hexo": "^4.0.0", "hexo": "^4.1.1",
"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": "^2.1.0", "hexo-deployer-git": "^2.1.0",
"hexo-generator-archive-i18n": "git+https://gitlab.com/lostinlight/hexo-generator-archive-i18n.git", "hexo-generator-archive-i18n": "git+https://gitlab.com/lostinlight/hexo-generator-archive-i18n.git",
"hexo-generator-category": "^1.0.0", "hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^2.1.0", "hexo-generator-feed": "^2.2.0",
"hexo-generator-index": "^1.0.0", "hexo-generator-index": "^1.0.0",
"hexo-generator-index-i18n": "^0.2.1", "hexo-generator-index-i18n": "^0.2.1",
"hexo-generator-tag": "^1.0.0", "hexo-generator-tag": "^1.0.0",
@ -28,15 +28,15 @@
"hexo-renderer-ejs": "^1.0.0", "hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-markdown-it": "^3.4.1", "hexo-renderer-markdown-it": "^3.4.1",
"hexo-server": "^1.0.0", "hexo-server": "^1.0.0",
"hexo-yam": "^3.2.2" "hexo-yam": "^3.2.3"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.0.0", "@babel/core": "^7.7.7",
"@babel/preset-env": "^7.4.5", "@babel/preset-env": "^7.7.7",
"babel-eslint": "^10.0.1", "babel-eslint": "^10.0.3",
"del": "^5.0.0", "del": "^5.1.0",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0", "gulp-autoprefixer": "^7.0.1",
"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",
@ -49,7 +49,7 @@
"gulp-stylelint": "^10.0.0", "gulp-stylelint": "^10.0.0",
"gulp-uglify": "^3.0.2", "gulp-uglify": "^3.0.2",
"stylelint": "^12.0.0", "stylelint": "^12.0.0",
"uglifyjs-webpack-plugin": "^2.1.3", "uglifyjs-webpack-plugin": "^2.2.0",
"webpack-stream": "^5.2.1" "webpack-stream": "^5.2.1"
} }
} }