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
1c488f8907
commit
6a89f5218a
4833
package-lock.json
generated
4833
package-lock.json
generated
File diff suppressed because it is too large
Load diff
28
package.json
28
package.json
|
@ -9,26 +9,26 @@
|
|||
"author": "lostinlight",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"hexo": {
|
||||
"version": "3.9.0"
|
||||
"version": "4.0.0"
|
||||
},
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"hexo": "^3.9.0",
|
||||
"hexo": "^4.0.0",
|
||||
"hexo-autonofollow": "git+https://gitlab.com/lostinlight/hexo-autonofollow.git",
|
||||
"hexo-browsersync": "^0.3.0",
|
||||
"hexo-deployer-git": "^1.0.0",
|
||||
"hexo-deployer-git": "^2.1.0",
|
||||
"hexo-generator-archive-i18n": "git+https://gitlab.com/lostinlight/hexo-generator-archive-i18n.git",
|
||||
"hexo-generator-category": "^0.1.3",
|
||||
"hexo-generator-feed": "^1.2.2",
|
||||
"hexo-generator-index": "^0.2.1",
|
||||
"hexo-generator-category": "^1.0.0",
|
||||
"hexo-generator-feed": "^2.1.0",
|
||||
"hexo-generator-index": "^1.0.0",
|
||||
"hexo-generator-index-i18n": "^0.2.1",
|
||||
"hexo-generator-tag": "^0.2.0",
|
||||
"hexo-pagination": "^0.1.0",
|
||||
"hexo-generator-tag": "^1.0.0",
|
||||
"hexo-pagination": "^1.0.0",
|
||||
"hexo-processor-static": "^1.1.0",
|
||||
"hexo-renderer-ejs": "^0.3.1",
|
||||
"hexo-renderer-ejs": "^1.0.0",
|
||||
"hexo-renderer-markdown-it": "^3.4.1",
|
||||
"hexo-server": "^0.3.3",
|
||||
"hexo-yam": "^2.0.4"
|
||||
"hexo-server": "^1.0.0",
|
||||
"hexo-yam": "^3.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
|
@ -46,10 +46,10 @@
|
|||
"gulp-rename": "^1.4.0",
|
||||
"gulp-sass": "^4.0.2",
|
||||
"gulp-sourcemaps": "^2.6.5",
|
||||
"gulp-stylelint": "^9.0.0",
|
||||
"gulp-stylelint": "^10.0.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"stylelint": "^10.1.0",
|
||||
"stylelint": "^12.0.0",
|
||||
"uglifyjs-webpack-plugin": "^2.1.3",
|
||||
"webpack-stream": "^5.2.1"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue