Skip to content

Commit

Permalink
Properly depend on @codemirror/legacy-modes 6.4.0
Browse files Browse the repository at this point in the history
FIX: Properly specify the dependency on @codemirror/legacy-modes version 6.4.

See https://discuss.codemirror.net/t/issue-with-language-data-6-5-0/8132
  • Loading branch information
marijnh committed Apr 15, 2024
1 parent 9ebd485 commit 8c023c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@codemirror/lang-wast": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",
"@codemirror/lang-yaml": "^6.0.0",
"@codemirror/legacy-modes": "^6.1.0"
"@codemirror/legacy-modes": "^6.4.0"
},
"devDependencies": {
"@codemirror/buildhelper": "^1.0.0"
Expand Down

0 comments on commit 8c023c9

Please sign in to comment.