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)
This commit is contained in:
Felicia Hummel 2021-10-27 22:52:23 +02:00 committed by GitHub
parent 0a0c456faa
commit 330dee04ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",