Skip to content

Commit

Permalink
build(deps): bump hexo-generator-tag from 1.0.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [hexo-generator-tag](https://github.com/hexojs/hexo-generator-tag) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/hexojs/hexo-generator-tag/releases)
- [Commits](hexojs/hexo-generator-tag@1.0.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2022
1 parent 5231663 commit c8a209c
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 16 deletions.
35 changes: 25 additions & 10 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 @@ -29,7 +29,7 @@
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-generator-tag": "^2.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^4.0.0",
"hexo-renderer-stylus": "^2.0.0",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -705,12 +705,12 @@ hexo-generator-index@^2.0.0:
hexo-pagination "1.0.0"
timsort "^0.3.0"

hexo-generator-tag@^1.0.0:
version "1.0.0"
resolved "https://registry.npmmirror.com/hexo-generator-tag/-/hexo-generator-tag-1.0.0.tgz"
integrity sha512-JDoB2T1EncRlyGSjuAhkGxRfKkN8tq0i8tFlk9I4q2L6iYxPaUnFenhji0oxufTADC16/IchuPjmMk//dt8Msg==
hexo-generator-tag@^2.0.0:
version "2.0.0"
resolved "https://registry.npmmirror.com/hexo-generator-tag/-/hexo-generator-tag-2.0.0.tgz#f5a18c92b2f28063a76008b4090a7cea81fbbcc0"
integrity sha512-1px/hF3veEohWDN8jjzchQhaiz+uOStUvvMaBJC9vWOlALh30UFcapL8IrvAwwJZjFRVA+WqGgDRqoQ8+yaaFw==
dependencies:
hexo-pagination "1.0.0"
hexo-pagination "3.0.0"

hexo-i18n@^1.0.0:
version "1.0.0"
Expand All @@ -731,6 +731,11 @@ [email protected]:
resolved "https://registry.npmmirror.com/hexo-pagination/-/hexo-pagination-1.0.0.tgz"
integrity sha512-miEVFgxchPr2qNWxw0JWpJ9R/Yaf7HjHBZVjvCCcqfbsLyYtCvIfJDxcEwz1sDOC/fLzYPqNnhUI73uNxBHRSA==

[email protected]:
version "3.0.0"
resolved "https://registry.npmmirror.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.npmmirror.com/hexo-renderer-ejs/-/hexo-renderer-ejs-2.0.0.tgz"
Expand Down

0 comments on commit c8a209c

Please sign in to comment.