Skip to content

Commit 714942a

Browse files
authoredFeb 3, 2023
fix(deps): update dependency @codemirror/lang-sql to ~6.4.0 (#448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b6c176 commit 714942a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎extensions/langs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@codemirror/lang-php": "~6.0.0",
3636
"@codemirror/lang-python": "~6.1.0",
3737
"@codemirror/lang-rust": "~6.0.0",
38-
"@codemirror/lang-sql": "~6.3.0",
38+
"@codemirror/lang-sql": "~6.4.0",
3939
"@codemirror/lang-wast": "^6.0.0",
4040
"@codemirror/lang-xml": "~6.0.0",
4141
"@codemirror/language-data": ">=6.0.0",

‎www/package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.