Skip to content

Commit

Permalink
Prevent multiple versions of codemirror from loading (#2660)
Browse files Browse the repository at this point in the history
Co-authored-by: Samy Pessé <[email protected]>
  • Loading branch information
amritk and SamyPesse authored Dec 21, 2024
1 parent 1417279 commit f92e906
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-zoos-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@gitbook/react-openapi': patch
---

Prevent codemirror from loading multiple versions in scalar
Binary file modified bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"@vercel/[email protected]": "patches/@vercel%[email protected]",
"@cloudflare/[email protected]": "patches/@cloudflare%[email protected]"
},
"overrides": {
"@codemirror/state": "6.4.1"
},
"private": true,
"scripts": {
"dev": "turbo run dev",
Expand Down

0 comments on commit f92e906

Please sign in to comment.