From eecba280a31189124dd03a1897ef7cdfd3ba6f1b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 04:18:15 +0100 Subject: [PATCH] Remove unused dependency in package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index a1044f9..1d935cd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ }, "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",