From 9f962afcb5eaa991eef7b5e50b76355c59df3ac8 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 04:01:16 +0100 Subject: [PATCH] Update package.json with new dependencies --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d23c8ec..a1044f9 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,13 @@ "tauri": "tauri" }, "dependencies": { + "@codemirror/commands": "^6.10.1", + "@codemirror/history": "^0.19.2", + "@codemirror/state": "^6.5.4", + "@codemirror/view": "^6.39.12", "@tauri-apps/api": "^2.0.0", - "@tauri-apps/plugin-dialog": "^2.0.0", "@tauri-apps/plugin-clipboard-manager": "^2.0.0", + "@tauri-apps/plugin-dialog": "^2.0.0", "@tauri-apps/plugin-fs": "^2.0.0", "@tauri-apps/plugin-shell": "^2.0.0", "@tauri-apps/plugin-sql": "^2.0.0",