This commit is contained in:
Egor 2026-03-15 17:56:07 -07:00
parent ab8ece5953
commit 32692c0b34
3 changed files with 5 additions and 1 deletions

View file

@ -29,6 +29,7 @@
"release": "node --no-warnings scripts/release.ts"
},
"dependencies": {
"@codemirror/commands": "^6.10.3",
"@codemirror/search": "^6.6.0",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.40.0",

3
pnpm-lock.yaml generated
View file

@ -8,6 +8,9 @@ importers:
.:
dependencies:
'@codemirror/commands':
specifier: ^6.10.3
version: 6.10.3
'@codemirror/search':
specifier: ^6.6.0
version: 6.6.0