fix: resolve CodeMirror editor syntax highlighting issues
Revert `@codemirror/view` dependency bump.
This commit is contained in:
parent
c55fbda1f6
commit
745fc9d1f6
2 changed files with 10 additions and 20 deletions
|
|
@ -33,7 +33,7 @@
|
|||
"@codemirror/merge": "6.11.2",
|
||||
"@codemirror/search": "6.5.11",
|
||||
"@codemirror/state": "6.5.2",
|
||||
"@codemirror/view": "6.39.4",
|
||||
"@codemirror/view": "6.38.8",
|
||||
"@guolao/vue-monaco-editor": "1.6.0",
|
||||
"@hoppscotch/codemirror-lang-graphql": "workspace:^",
|
||||
"@hoppscotch/data": "workspace:^",
|
||||
|
|
|
|||
|
|
@ -513,8 +513,8 @@ importers:
|
|||
specifier: 6.5.2
|
||||
version: 6.5.2
|
||||
'@codemirror/view':
|
||||
specifier: 6.39.4
|
||||
version: 6.39.4
|
||||
specifier: 6.38.8
|
||||
version: 6.38.8
|
||||
'@guolao/vue-monaco-editor':
|
||||
specifier: 1.6.0
|
||||
version: 1.6.0(monaco-editor@0.55.1)(vue@3.5.25(typescript@5.9.3))
|
||||
|
|
@ -2713,9 +2713,6 @@ packages:
|
|||
'@codemirror/view@6.38.8':
|
||||
resolution: {integrity: sha512-XcE9fcnkHCbWkjeKyi0lllwXmBLtyYb5dt89dJyx23I9+LSh5vZDIuk7OLG4VM1lgrXZQcY6cxyZyk5WVPRv/A==}
|
||||
|
||||
'@codemirror/view@6.39.4':
|
||||
resolution: {integrity: sha512-xMF6OfEAUVY5Waega4juo1QGACfNkNF+aJLqpd8oUJz96ms2zbfQ9Gh35/tI3y8akEV31FruKfj7hBnIU/nkqA==}
|
||||
|
||||
'@colors/colors@1.5.0':
|
||||
resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==}
|
||||
engines: {node: '>=0.1.90'}
|
||||
|
|
@ -14584,14 +14581,14 @@ snapshots:
|
|||
dependencies:
|
||||
'@codemirror/language': 6.11.3
|
||||
'@codemirror/state': 6.5.2
|
||||
'@codemirror/view': 6.39.4
|
||||
'@codemirror/view': 6.38.8
|
||||
'@lezer/common': 1.3.0
|
||||
|
||||
'@codemirror/commands@6.10.0':
|
||||
dependencies:
|
||||
'@codemirror/language': 6.11.3
|
||||
'@codemirror/state': 6.5.2
|
||||
'@codemirror/view': 6.39.4
|
||||
'@codemirror/view': 6.38.8
|
||||
'@lezer/common': 1.3.0
|
||||
|
||||
'@codemirror/lang-javascript@6.2.4':
|
||||
|
|
@ -14600,7 +14597,7 @@ snapshots:
|
|||
'@codemirror/language': 6.11.3
|
||||
'@codemirror/lint': 6.9.2
|
||||
'@codemirror/state': 6.5.2
|
||||
'@codemirror/view': 6.39.4
|
||||
'@codemirror/view': 6.38.8
|
||||
'@lezer/common': 1.3.0
|
||||
'@lezer/javascript': 1.5.4
|
||||
|
||||
|
|
@ -14614,7 +14611,7 @@ snapshots:
|
|||
'@codemirror/autocomplete': 6.20.0
|
||||
'@codemirror/language': 6.11.3
|
||||
'@codemirror/state': 6.5.2
|
||||
'@codemirror/view': 6.39.4
|
||||
'@codemirror/view': 6.38.8
|
||||
'@lezer/common': 1.3.0
|
||||
'@lezer/xml': 1.0.6
|
||||
|
||||
|
|
@ -14634,21 +14631,21 @@ snapshots:
|
|||
'@codemirror/lint@6.9.2':
|
||||
dependencies:
|
||||
'@codemirror/state': 6.5.2
|
||||
'@codemirror/view': 6.39.4
|
||||
'@codemirror/view': 6.38.8
|
||||
crelt: 1.0.6
|
||||
|
||||
'@codemirror/merge@6.11.2':
|
||||
dependencies:
|
||||
'@codemirror/language': 6.11.3
|
||||
'@codemirror/state': 6.5.2
|
||||
'@codemirror/view': 6.39.4
|
||||
'@codemirror/view': 6.38.8
|
||||
'@lezer/highlight': 1.2.1
|
||||
style-mod: 4.1.3
|
||||
|
||||
'@codemirror/search@6.5.11':
|
||||
dependencies:
|
||||
'@codemirror/state': 6.5.2
|
||||
'@codemirror/view': 6.39.4
|
||||
'@codemirror/view': 6.38.8
|
||||
crelt: 1.0.6
|
||||
|
||||
'@codemirror/state@6.5.2':
|
||||
|
|
@ -14662,13 +14659,6 @@ snapshots:
|
|||
style-mod: 4.1.3
|
||||
w3c-keyname: 2.2.8
|
||||
|
||||
'@codemirror/view@6.39.4':
|
||||
dependencies:
|
||||
'@codemirror/state': 6.5.2
|
||||
crelt: 1.0.6
|
||||
style-mod: 4.1.3
|
||||
w3c-keyname: 2.2.8
|
||||
|
||||
'@colors/colors@1.5.0':
|
||||
optional: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue