Skip to content

Commit c26cba5

Browse files
fix(deps): update dependency @codemirror/lang-sql to ~6.2.0 (#366)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 506050d commit c26cba5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/langs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@codemirror/lang-php": "~6.0.0",
3636
"@codemirror/lang-python": "~6.0.0",
3737
"@codemirror/lang-rust": "~6.0.0",
38-
"@codemirror/lang-sql": "~6.1.0",
38+
"@codemirror/lang-sql": "~6.2.0",
3939
"@codemirror/lang-xml": "~6.0.0",
4040
"@codemirror/language-data": "^6.1.0",
4141
"@codemirror/legacy-modes": "~6.1.0"

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@codemirror/lang-php": "~6.0.0",
3434
"@codemirror/lang-python": "~6.0.0",
3535
"@codemirror/lang-rust": "~6.0.0",
36-
"@codemirror/lang-sql": "~6.1.0",
36+
"@codemirror/lang-sql": "~6.2.0",
3737
"@codemirror/lang-xml": "~6.0.0",
3838
"@codemirror/language-data": "^6.1.0",
3939
"@codemirror/legacy-modes": "~6.1.0",

0 commit comments

Comments
 (0)