From 330dee04ed9d4df6b0b9bb106b12bf6b5561d237 Mon Sep 17 00:00:00 2001 From: Felicia Hummel Date: Wed, 27 Oct 2021 22:52:23 +0200 Subject: [PATCH] fix: Bump the version for @codemirror/search to 0.19.2 to benefit from (#394) these bugfixes: > Make sure any existing search text is selected when opening the search panel. Add search config option to not match case when search panel is opened (#4) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2d2484a1..5f8dbe69 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "@codemirror/state": "^0.19.1", "@codemirror/stream-parser": "^0.19.1", "@codemirror/view": "^0.19.1", + "@codemirror/search": "^0.19.2", "@sindarius/gcodeviewer": "^2.1.13", "axios": "^0.21.1", "core-js": "^3.16.0",