fix(deps): update codemirror (#553)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-02-17 06:55:42 -05:00
committed by GitHub
parent f4d574078f
commit b49cfa57f3
2 changed files with 24 additions and 4 deletions

View File

@ -49,7 +49,7 @@
"dependencies": {
"@babel/eslint-parser": "7.19.1",
"@babel/runtime": "7.20.13",
"@codemirror/autocomplete": "6.4.1",
"@codemirror/autocomplete": "6.4.2",
"@codemirror/commands": "6.2.1",
"@codemirror/language": "6.6.0",
"@codemirror/language-data": "6.1.0",
@ -57,7 +57,7 @@
"@codemirror/lint": "6.1.1",
"@codemirror/search": "6.2.3",
"@codemirror/state": "6.2.0",
"@codemirror/theme-one-dark": "6.1.0",
"@codemirror/theme-one-dark": "6.1.1",
"@codemirror/view": "6.9.0",
"@dnd-kit/core": "6.0.7",
"@dnd-kit/sortable": "7.0.2",