mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 08:31:28 +00:00
Update dependencies
This commit is contained in:
parent
a328eff712
commit
1265f1451c
3290
package-lock.json
generated
3290
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
@ -9,17 +9,17 @@
|
|||
"author": "lostinlight",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"hexo": {
|
||||
"version": "4.0.0"
|
||||
"version": "4.1.1"
|
||||
},
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"hexo": "^4.0.0",
|
||||
"hexo": "^4.1.1",
|
||||
"hexo-autonofollow": "git+https://gitlab.com/lostinlight/hexo-autonofollow.git",
|
||||
"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-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-i18n": "^0.2.1",
|
||||
"hexo-generator-tag": "^1.0.0",
|
||||
|
@ -28,15 +28,15 @@
|
|||
"hexo-renderer-ejs": "^1.0.0",
|
||||
"hexo-renderer-markdown-it": "^3.4.1",
|
||||
"hexo-server": "^1.0.0",
|
||||
"hexo-yam": "^3.2.2"
|
||||
"hexo-yam": "^3.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/preset-env": "^7.4.5",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"del": "^5.0.0",
|
||||
"@babel/core": "^7.7.7",
|
||||
"@babel/preset-env": "^7.7.7",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"del": "^5.1.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-autoprefixer": "^7.0.0",
|
||||
"gulp-autoprefixer": "^7.0.1",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-cssnano": "^2.1.3",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"gulp-stylelint": "^10.0.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"stylelint": "^12.0.0",
|
||||
"uglifyjs-webpack-plugin": "^2.1.3",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
"webpack-stream": "^5.2.1"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue