Skip to content

Commit 47d18e0

Browse files
authoredNov 17, 2022
fix(deps): update codemirror to ~6.2.0 (#407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a029a3e commit 47d18e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎extensions/langs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@codemirror/lang-cpp": "~6.0.0",
29-
"@codemirror/lang-html": "~6.1.0",
29+
"@codemirror/lang-html": "~6.2.0",
3030
"@codemirror/lang-java": "~6.0.0",
3131
"@codemirror/lang-javascript": "~6.1.0",
3232
"@codemirror/lang-json": "~6.0.0",

‎www/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@codemirror/lang-cpp": "~6.0.0",
27-
"@codemirror/lang-html": "~6.1.0",
27+
"@codemirror/lang-html": "~6.2.0",
2828
"@codemirror/lang-java": "~6.0.0",
2929
"@codemirror/lang-javascript": "~6.1.0",
3030
"@codemirror/lang-json": "~6.0.0",
@@ -36,7 +36,7 @@
3636
"@codemirror/lang-sql": "~6.3.0",
3737
"@codemirror/lang-xml": "~6.0.0",
3838
"@codemirror/language-data": "^6.1.0",
39-
"@codemirror/legacy-modes": "~6.1.0",
39+
"@codemirror/legacy-modes": "~6.2.0",
4040
"@uiw/codemirror-extensions-color": "4.14.1",
4141
"@uiw/codemirror-extensions-events": "4.14.1",
4242
"@uiw/codemirror-extensions-hyper-link": "4.14.1",

0 commit comments

Comments
 (0)
Please sign in to comment.