Skip to content

Commit

Permalink
Update dependency hexo to v7 (#715)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mimi <[email protected]>
  • Loading branch information
renovate[bot] and stevenjoezhang authored Dec 2, 2023
1 parent a78121e commit c43f601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"c8": "8.0.1",
"chai": "4.3.10",
"eslint": "8.55.0",
"hexo": "6.3.0",
"hexo": "7.0.0",
"hexo-renderer-marked": "6.1.1",
"js-yaml": "4.1.0",
"mocha": "10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/next-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('next-url', () => {

before(() => {
hexo.config.url = 'https://example.com';
hexo.url_for = require('hexo/lib/plugins/helper/url_for').bind(hexo);
hexo.url_for = require('hexo/dist/plugins/helper/url_for').bind(hexo);
});

it('text', () => {
Expand Down

0 comments on commit c43f601

Please sign in to comment.