diff --git a/.changeset/quiet-zoos-applaud.md b/.changeset/quiet-zoos-applaud.md new file mode 100644 index 0000000000..d32145cb95 --- /dev/null +++ b/.changeset/quiet-zoos-applaud.md @@ -0,0 +1,5 @@ +--- +'@gitbook/react-openapi': patch +--- + +Prevent codemirror from loading multiple versions in scalar diff --git a/bun.lockb b/bun.lockb index e5dab3c6f9..678ca91495 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fee8f7e950..0b4fd48344 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "@vercel/next@4.3.15": "patches/@vercel%2Fnext@4.3.15.patch", "@cloudflare/next-on-pages@1.13.5": "patches/@cloudflare%2Fnext-on-pages@1.13.5.patch" }, + "overrides": { + "@codemirror/state": "6.4.1" + }, "private": true, "scripts": { "dev": "turbo run dev",