Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
158 changes: 113 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version": "7.3.0"
},
"dependencies": {
"hexo": "^7.3.0",
"hexo": "^8.0.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While the hexo dependency is correctly updated here, the related hexo.version field on line 12 still shows 7.3.0. This should be manually updated to 8.0.0 to match the new version and prevent potential issues with Hexo's version tracking.

"hexo-filter-nofollow": "^2.0.2",
"hexo-generator-alias": "^1.0.0",
"hexo-generator-archive": "^2.0.0",
Expand Down