chore: pin @codemirror/language to 6.9.0

This commit is contained in:
Andrew Bastin
2023-11-07 15:57:19 +05:30
parent 16044b5840
commit a13c2fd4c1
4 changed files with 27 additions and 28 deletions

View File

@@ -17,7 +17,7 @@
"types": "dist/index.d.ts",
"sideEffects": false,
"dependencies": {
"@codemirror/language": "^6.9.2",
"@codemirror/language": "6.9.0",
"@lezer/highlight": "1.1.4",
"@lezer/lr": "^1.3.13"
},