- codemirror version fix
This commit is contained in:
Alamoin 2026-04-29 17:55:29 +03:00
parent 0786db1535
commit bca0cae215
No known key found for this signature in database
GPG key ID: 0DBEAC95BA38C9EF
3 changed files with 1160 additions and 2 deletions

1
.gitignore vendored
View file

@ -7,7 +7,6 @@
# npm
node_modules
yarn.lock
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.

View file

@ -23,7 +23,7 @@
"devDependencies": {
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/state": "6.5.0",
"@codemirror/view": "^6.38.1",
"@eslint/js": "^10.0.1",
"@types/lodash": "^4.17.16",

1159
yarn.lock Normal file

File diff suppressed because it is too large Load diff