Skip to content

Commit

Permalink
fix: #382 flink syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Jan 2, 2025
1 parent 8f85eda commit 1f85539
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-sql-languages",
"version": "0.12.2",
"version": "0.12.3-beta.12",
"description": "SQL languages for the Monaco Editor, based on monaco-languages.",
"scripts": {
"prepublishOnly": "npm run build",
Expand Down Expand Up @@ -67,7 +67,7 @@
"pre-commit": "npx pretty-quick --staged"
},
"dependencies": {
"dt-sql-parser": "4.1.0-beta.4"
"dt-sql-parser": "4.1.0-beta.7"
},
"peerDependencies": {
"monaco-editor": ">=0.31.0"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f85539

Please sign in to comment.