Fix view sql error (#1244)

This commit is contained in:
二毛
2024-06-27 15:11:59 +08:00
committed by GitHub
parent 20697efac1
commit 474ade7206
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
"rehype-highlight": "^7.0.0", "rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0", "remark-gfm": "^4.0.0",
"sql-formatter": "^2.3.3", "sql-formatter": "^15.3.2",
"tslib": "^2.5.2" "tslib": "^2.5.2"
}, },
"peerDependencies": { "peerDependencies": {

View File

@@ -94,7 +94,7 @@
"react-spinners": "^0.13.8", "react-spinners": "^0.13.8",
"react-split-pane": "^2.0.3", "react-split-pane": "^2.0.3",
"react-syntax-highlighter": "^15.4.3", "react-syntax-highlighter": "^15.4.3",
"sql-formatter": "^2.3.3", "sql-formatter": "^15.3.2",
"supersonic-chat-sdk": "workspace:*", "supersonic-chat-sdk": "workspace:*",
"supersonic-insights-flow-components": "^1.4.9", "supersonic-insights-flow-components": "^1.4.9",
"umi-request": "1.4.0" "umi-request": "1.4.0"