Prevent multiple versions of codemirror from loading (#2660)

Co-authored-by: Samy Pessé <samypesse@gmail.com>
This commit is contained in:
Amrit Kahlon
2024-12-21 14:46:16 -08:00
committed by GitHub
parent 14172791e9
commit f92e90603f
3 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@gitbook/react-openapi': patch
---
Prevent codemirror from loading multiple versions in scalar
BIN
View File
Binary file not shown.
+3
View File
@@ -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",