Skip to content

Commit 1e09559

Browse files
authored
Merge pull request #3345 from XRPLF/dependabot/npm_and_yarn/multi-fa24b26d6e
Bump hono and @redocly/realm
2 parents d278881 + 904761d commit 1e09559

File tree

4 files changed

+1601
-853
lines changed

4 files changed

+1601
-853
lines changed

@theme/plugins/blog-posts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22

3-
import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js';
3+
import { getInnerText } from '@redocly/realm/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js';
44

55
import { dirname, relative, join as joinPath } from 'path';
66
import markdoc from '@markdoc/markdoc';

@theme/plugins/code-samples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22

3-
import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js';
3+
import { getInnerText } from '@redocly/realm/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js';
44

55
import { dirname, relative, join as joinPath } from 'path';
66

0 commit comments

Comments
 (0)