Skip to content

Commit 447c8a0

Browse files
authored
Merge pull request #31 from CharacterRevolution/dependabot/npm_and_yarn/hexo-generator-tag-2.0.0
Bump hexo-generator-tag from 1.0.0 to 2.0.0
2 parents 66e159d + 2e5cfa9 commit 447c8a0

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"hexo-generator-archive": "^2.0.0",
1818
"hexo-generator-category": "^2.0.0",
1919
"hexo-generator-index": "^3.0.0",
20-
"hexo-generator-tag": "^1.0.0",
20+
"hexo-generator-tag": "^2.0.0",
2121
"hexo-renderer-ejs": "^2.0.0",
2222
"hexo-renderer-inferno": "^0.1.3",
2323
"hexo-renderer-marked": "^6.0.0",

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -1767,12 +1767,12 @@ hexo-generator-index@^3.0.0:
17671767
dependencies:
17681768
hexo-pagination "3.0.0"
17691769

1770-
hexo-generator-tag@^1.0.0:
1771-
version "1.0.0"
1772-
resolved "https://registry.yarnpkg.com/hexo-generator-tag/-/hexo-generator-tag-1.0.0.tgz#54ec23de9409c75584ea81e36057a59031b022f1"
1773-
integrity sha512-JDoB2T1EncRlyGSjuAhkGxRfKkN8tq0i8tFlk9I4q2L6iYxPaUnFenhji0oxufTADC16/IchuPjmMk//dt8Msg==
1770+
hexo-generator-tag@^2.0.0:
1771+
version "2.0.0"
1772+
resolved "https://registry.yarnpkg.com/hexo-generator-tag/-/hexo-generator-tag-2.0.0.tgz#f5a18c92b2f28063a76008b4090a7cea81fbbcc0"
1773+
integrity sha512-1px/hF3veEohWDN8jjzchQhaiz+uOStUvvMaBJC9vWOlALh30UFcapL8IrvAwwJZjFRVA+WqGgDRqoQ8+yaaFw==
17741774
dependencies:
1775-
hexo-pagination "1.0.0"
1775+
hexo-pagination "3.0.0"
17761776

17771777
hexo-i18n@^1.0.0:
17781778
version "1.0.0"
@@ -1795,11 +1795,6 @@ hexo-log@^3.0.0, hexo-log@^3.2.0:
17951795
dependencies:
17961796
picocolors "^1.0.0"
17971797

1798-
1799-
version "1.0.0"
1800-
resolved "https://registry.yarnpkg.com/hexo-pagination/-/hexo-pagination-1.0.0.tgz#c9c0ca3665267b9e9d0a89fc3edcaf3276907dc1"
1801-
integrity sha512-miEVFgxchPr2qNWxw0JWpJ9R/Yaf7HjHBZVjvCCcqfbsLyYtCvIfJDxcEwz1sDOC/fLzYPqNnhUI73uNxBHRSA==
1802-
18031798
18041799
version "3.0.0"
18051800
resolved "https://registry.yarnpkg.com/hexo-pagination/-/hexo-pagination-3.0.0.tgz#b98b050bbddff25ae646e3d00ad607ac6ae77ea7"

0 commit comments

Comments
 (0)