Skip to content

Commit f92e906

Browse files
amritkSamyPesse
andauthored
Prevent multiple versions of codemirror from loading (#2660)
Co-authored-by: Samy Pessé <[email protected]>
1 parent 1417279 commit f92e906

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.changeset/quiet-zoos-applaud.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@gitbook/react-openapi': patch
3+
---
4+
5+
Prevent codemirror from loading multiple versions in scalar

bun.lockb

-592 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"@vercel/[email protected]": "patches/@vercel%[email protected]",
1212
"@cloudflare/[email protected]": "patches/@cloudflare%[email protected]"
1313
},
14+
"overrides": {
15+
"@codemirror/state": "6.4.1"
16+
},
1417
"private": true,
1518
"scripts": {
1619
"dev": "turbo run dev",

0 commit comments

Comments
 (0)