Merge pull request #3345 from XRPLF/dependabot/npm_and_yarn/multi-fa24b26d6e

Bump hono and @redocly/realm
This commit is contained in:
Rome Reginelli
2025-10-30 13:47:27 -07:00
committed by GitHub
4 changed files with 1611 additions and 863 deletions

View File

@@ -1,6 +1,6 @@
// @ts-check // @ts-check
import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js'; import { getInnerText } from '@redocly/realm/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js';
import { dirname, relative, join as joinPath } from 'path'; import { dirname, relative, join as joinPath } from 'path';
import markdoc from '@markdoc/markdoc'; import markdoc from '@markdoc/markdoc';

View File

@@ -1,6 +1,6 @@
// @ts-check // @ts-check
import { getInnerText } from '@redocly/realm/dist/shared/markdoc.js'; import { getInnerText } from '@redocly/realm/dist/server/plugins/markdown/markdoc/helpers/get-inner-text.js';
import { dirname, relative, join as joinPath } from 'path'; import { dirname, relative, join as joinPath } from 'path';

2468
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@
"@codemirror/state": "6.5.2", "@codemirror/state": "6.5.2",
"@codemirror/view": "^6.22.2", "@codemirror/view": "^6.22.2",
"@lezer/highlight": "^1.2.0", "@lezer/highlight": "^1.2.0",
"@redocly/realm": "0.122.3", "@redocly/realm": "0.126.0",
"@uiw/codemirror-themes": "4.21.21", "@uiw/codemirror-themes": "4.21.21",
"@uiw/react-codemirror": "^4.21.21", "@uiw/react-codemirror": "^4.21.21",
"@xrplf/isomorphic": "^1.0.0-beta.1", "@xrplf/isomorphic": "^1.0.0-beta.1",