Skip to content

Commit ede6ca8

Browse files
authored
fix codemirror/lint for browser freeze (#87)
1 parent 1b6df09 commit ede6ca8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "Apache-2.0",
3030
"peerDependencies": {
3131
"@codemirror/autocomplete": "^6",
32-
"@codemirror/lint": "^6",
32+
"@codemirror/lint": "^6 <6.9.1",
3333
"@codemirror/state": "^6",
3434
"@codemirror/view": "^6"
3535
},

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)