diff --git a/mayfly_go_web/package.json b/mayfly_go_web/package.json index dfd2235a..db6e1218 100644 --- a/mayfly_go_web/package.json +++ b/mayfly_go_web/package.json @@ -10,20 +10,20 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", - "@vueuse/core": "^10.10.0", - "asciinema-player": "^3.7.1", + "@vueuse/core": "^10.11.0", + "asciinema-player": "^3.8.0", "axios": "^1.6.2", "clipboard": "^2.0.11", "cropperjs": "^1.6.1", "dayjs": "^1.11.11", "echarts": "^5.5.0", - "element-plus": "^2.7.4", + "element-plus": "^2.7.6", "js-base64": "^3.7.7", "jsencrypt": "^3.3.2", "lodash": "^4.17.21", "mitt": "^3.0.1", - "monaco-editor": "^0.49.0", - "monaco-sql-languages": "^0.12.0", + "monaco-editor": "^0.50.0", + "monaco-sql-languages": "^0.12.2", "monaco-themes": "^0.4.4", "nprogress": "^0.2.0", "pinia": "^2.1.7", @@ -34,8 +34,8 @@ "sql-formatter": "^15.0.2", "trzsz": "^1.1.5", "uuid": "^9.0.1", - "vue": "^3.4.27", - "vue-router": "^4.3.2", + "vue": "^3.4.30", + "vue-router": "^4.4.0", "xterm": "^5.3.0", "xterm-addon-fit": "^0.8.0", "xterm-addon-search": "^0.13.0", @@ -49,15 +49,15 @@ "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "@vitejs/plugin-vue": "^5.0.4", - "@vue/compiler-sfc": "^3.4.27", + "@vue/compiler-sfc": "^3.4.30", "code-inspector-plugin": "^0.4.5", "dotenv": "^16.3.1", "eslint": "^8.35.0", "eslint-plugin-vue": "^9.25.0", "prettier": "^3.2.5", - "sass": "^1.77.1", - "typescript": "^5.4.5", - "vite": "^5.2.12", + "sass": "^1.77.6", + "typescript": "^5.5.2", + "vite": "^5.3.1", "vue-eslint-parser": "^9.4.2" }, "browserslist": [ diff --git a/mayfly_go_web/src/common/config.ts b/mayfly_go_web/src/common/config.ts index be6d93a1..5f23c9bb 100644 --- a/mayfly_go_web/src/common/config.ts +++ b/mayfly_go_web/src/common/config.ts @@ -15,7 +15,7 @@ const config = { baseWsUrl: `${(window as any).globalConfig.BaseWsUrl || `${location.protocol == 'https:' ? 'wss:' : 'ws:'}//${getBaseApiUrl()}`}/api`, // 系统版本 - version: 'v1.8.7', + version: 'v1.8.8', }; export default config; diff --git a/mayfly_go_web/src/views/flow/flowbiz/DbSqlExecBiz.vue b/mayfly_go_web/src/views/flow/flowbiz/DbSqlExecBiz.vue index b03d7c92..1319b69f 100755 --- a/mayfly_go_web/src/views/flow/flowbiz/DbSqlExecBiz.vue +++ b/mayfly_go_web/src/views/flow/flowbiz/DbSqlExecBiz.vue @@ -1,16 +1,13 @@