Skip to content

Commit

Permalink
Bump hexo-generator-index from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [hexo-generator-index](https://github.com/hexojs/hexo-generator-index) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/hexojs/hexo-generator-index/releases)
- [Commits](hexojs/hexo-generator-index@2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: hexo-generator-index
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2022
1 parent bcbba2b commit 72b6dbd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 49 deletions.
63 changes: 26 additions & 37 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 @@ -18,7 +18,7 @@
"hexo-clean-css": "^2.0.0",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-search": "^2.4.3",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^1.0.0",
Expand Down
21 changes: 10 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -698,13 +698,12 @@ hexo-generator-category@^1.0.0:
dependencies:
hexo-pagination "1.0.0"

hexo-generator-index@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/hexo-generator-index/-/hexo-generator-index-2.0.0.tgz"
integrity sha512-q/29Vj9BZs0dwBcF+s9IT8ymS4aYZsDwBEYDnh96C8tsX+KPY5v6TzCdttz58BchifaJpP/l9mi6u9rZuYqA0g==
hexo-generator-index@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/hexo-generator-index/-/hexo-generator-index-3.0.0.tgz#4c9233731e027a6af6491886a4aafe08ffdaffe0"
integrity sha512-83AuNN4cWdLVi//3ugR8E3kR6rrOwhXZt+hOCm1IjtIGj353/GlrtpMHpqZHU5kqipzj4miy9dweVdukXglVWw==
dependencies:
hexo-pagination "1.0.0"
timsort "^0.3.0"
hexo-pagination "3.0.0"

hexo-generator-search@^2.4.3:
version "2.4.3"
Expand Down Expand Up @@ -756,6 +755,11 @@ [email protected]:
resolved "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-1.0.0.tgz"
integrity sha512-miEVFgxchPr2qNWxw0JWpJ9R/Yaf7HjHBZVjvCCcqfbsLyYtCvIfJDxcEwz1sDOC/fLzYPqNnhUI73uNxBHRSA==

[email protected]:
version "3.0.0"
resolved "https://registry.yarnpkg.com/hexo-pagination/-/hexo-pagination-3.0.0.tgz#b98b050bbddff25ae646e3d00ad607ac6ae77ea7"
integrity sha512-8oo1iozloZo7TojPVYg4IxL3SJKCBdSJ908fTlIxIK7TWJIKdYnQlW31+12DBJ0NhVZA/lZisPObGF08wT8fKw==

hexo-renderer-ejs@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/hexo-renderer-ejs/-/hexo-renderer-ejs-2.0.0.tgz"
Expand Down Expand Up @@ -1585,11 +1589,6 @@ tildify@^2.0.0:
resolved "https://registry.npmjs.org/tildify/-/tildify-2.0.0.tgz"
integrity sha512-Cc+OraorugtXNfs50hU9KS369rFXCfgGLpfCfvlc+Ud5u6VWmUQsOAa9HbTvheQdYnrdJqqv1e5oIqXppMYnSw==

timsort@^0.3.0:
version "0.3.0"
resolved "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz"
integrity sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==

titlecase@^1.1.3:
version "1.1.3"
resolved "https://registry.npmjs.org/titlecase/-/titlecase-1.1.3.tgz"
Expand Down

0 comments on commit 72b6dbd

Please sign in to comment.