fix: add @codemirror/lint (#45)

LGTM!
This commit is contained in:
TinsFox
2025-09-21 20:54:58 +08:00
committed by GitHub
parent 615c431875
commit 86ef7afbdf
2 changed files with 4 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
},
"dependencies": {
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lint": "^6.8.5",
"@codemirror/state": "^6.5.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.38.2",

3
pnpm-lock.yaml generated
View File

@@ -11,6 +11,9 @@ importers:
'@codemirror/lang-json':
specifier: ^6.0.2
version: 6.0.2
'@codemirror/lint':
specifier: ^6.8.5
version: 6.8.5
'@codemirror/state':
specifier: ^6.5.2
version: 6.5.2