From 32692c0b34a8b8ef1f3022727dcb6a35c1c2a427 Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 15 Mar 2026 17:56:07 -0700 Subject: [PATCH] fix CI #2 --- .vscode/tasks.json | 2 +- package.json | 1 + pnpm-lock.yaml | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1e34cd0..a380a9f 100755 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -46,4 +46,4 @@ } } ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 31e3392..7da1e52 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07e00ef..4e97b8c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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