mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
Update dependency hexo to v7 (#715)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mimi <1119186082@qq.com>
This commit is contained in:
parent
a78121e96a
commit
c43f601806
@ -36,7 +36,7 @@
|
|||||||
"c8": "8.0.1",
|
"c8": "8.0.1",
|
||||||
"chai": "4.3.10",
|
"chai": "4.3.10",
|
||||||
"eslint": "8.55.0",
|
"eslint": "8.55.0",
|
||||||
"hexo": "6.3.0",
|
"hexo": "7.0.0",
|
||||||
"hexo-renderer-marked": "6.1.1",
|
"hexo-renderer-marked": "6.1.1",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
|
|||||||
@ -13,7 +13,7 @@ describe('next-url', () => {
|
|||||||
|
|
||||||
before(() => {
|
before(() => {
|
||||||
hexo.config.url = 'https://example.com';
|
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', () => {
|
it('text', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user