Skip to content

Commit

Permalink
Bump hexo-generator-archive from 0.1.5 to 1.0.0 (#57)
Browse files Browse the repository at this point in the history
Bumps [hexo-generator-archive](https://github.com/hexojs/hexo-generator-archive) from 0.1.5 to 1.0.0.
- [Release notes](https://github.com/hexojs/hexo-generator-archive/releases)
- [Commits](https://github.com/hexojs/hexo-generator-archive/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: Shoota Kumano <[email protected]>
  • Loading branch information
dependabot-preview[bot] and shoota authored Feb 18, 2020
1 parent f507f2d commit 52e258d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"hexo": "^4.2.0",
"hexo-deployer-git": "^2.1.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-index": "^1.0.0",
"hexo-generator-tag": "^1.0.0",
Expand Down
18 changes: 6 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -943,13 +943,12 @@ hexo-fs@^2.0.0:
escape-string-regexp "^2.0.0"
graceful-fs "^4.1.11"

hexo-generator-archive@^0.1.4:
version "0.1.5"
resolved "https://registry.yarnpkg.com/hexo-generator-archive/-/hexo-generator-archive-0.1.5.tgz#a979214cdddee2693e0551809c294bedadbb69b3"
integrity sha512-jPbMtibqkJnAX3hCwhYhK3r6cqy9OKQsVEScjk7LDok+iPmFmkKCNdU/OccxGe1CWAZpT+ta4+LknwNeHG2G4w==
hexo-generator-archive@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/hexo-generator-archive/-/hexo-generator-archive-1.0.0.tgz#ad2afb12232a65e2f8608fc1ca3f19162fb63786"
integrity sha512-24TeanDGpMBUIq37DHpSESQbeN6ssZ06edsGSI76tN4Yit50TgsgzP5g5DSu0yJk0jUtHJntysWE8NYAlFXibA==
dependencies:
hexo-pagination "0.0.2"
object-assign "^2.0.0"
hexo-pagination "1.0.0"

hexo-generator-category@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -1744,12 +1743,7 @@ nunjucks@^3.1.3:
optionalDependencies:
chokidar "^2.0.0"

object-assign@^2.0.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-2.1.1.tgz#43c36e5d569ff8e4816c4efa8be02d26967c18aa"
integrity sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=

object-assign@^4.1.0:
object-assign@^4.0.1, object-assign@^4.1.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
Expand Down

0 comments on commit 52e258d

Please sign in to comment.