Update dependencies

This commit is contained in:
lostinlight 2020-02-27 03:44:34 +03:00
parent 95fc76c5e2
commit 5d0f9f11b6
3 changed files with 1547 additions and 1681 deletions

View File

@ -1,5 +1,5 @@
image: node:10.15.0
image: node:12.16.1
hexo:
stage: build

3204
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,15 +9,15 @@
"author": "lostinlight",
"license": "AGPL-3.0-or-later",
"hexo": {
"version": "4.1.1"
"version": "4.2.0"
},
"scripts": {},
"dependencies": {
"hexo": "^4.1.1",
"hexo-autonofollow": "git+https://gitlab.com/lostinlight/hexo-autonofollow.git",
"hexo": "^4.2.0",
"hexo-autonofollow": "^1.0.1",
"hexo-browsersync": "^0.3.0",
"hexo-deployer-git": "^2.1.0",
"hexo-generator-archive-i18n": "git+https://gitlab.com/lostinlight/hexo-generator-archive-i18n.git",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^2.2.0",
"hexo-generator-index": "^1.0.0",
@ -26,14 +26,14 @@
"hexo-pagination": "^1.0.0",
"hexo-processor-static": "^1.1.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-markdown-it": "^3.4.1",
"hexo-renderer-markdown-it": "^4.1.0",
"hexo-server": "^1.0.0",
"hexo-yam": "^3.2.3"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-eslint": "^10.0.3",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-eslint": "^10.1.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
@ -43,12 +43,12 @@
"gulp-eslint": "^6.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^10.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"stylelint": "^12.0.0",
"stylelint": "^13.2.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack-stream": "^5.2.1"
}