This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a commit to branch jeffrey
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/jeffrey by this push:
new 739a22bf1f4 fix(ui): fix ui builds failed error
739a22bf1f4 is described below
commit 739a22bf1f4aee1bf613cc5224086cffb8316aa1
Author: Jeffrey <[email protected]>
AuthorDate: Thu Jul 3 14:47:08 2025 +0800
fix(ui): fix ui builds failed error
---
ui/package.json | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/ui/package.json b/ui/package.json
index 933c4bfa00e..0888a4483b7 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -34,11 +34,13 @@
"classnames": "^2.2.6",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
+ "json-bigint": "^1.0.0",
"lodash-decorators": "^6.0.1",
"path-to-regexp": "^2.2.0",
"react": "^16.13.1",
"react-codemirror2": "^7.1.0",
"react-dom": "^16.13.1",
+ "react-draggable": "4.4.6",
"react-i18next": "^11.7.2",
"react-resizable": "^1.10.1",
"react-router": "^5.2.0",
@@ -46,8 +48,7 @@
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "^12.2.1",
"rxjs": "^7.0.0-beta.0",
- "sql-formatter": "^2.3.3",
- "json-bigint": "^1.0.0"
+ "sql-formatter": "^2.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.24.0",
@@ -78,5 +79,8 @@
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1",
"webpack-merge": "^4.2.1"
+ },
+ "resolutions": {
+ "react-draggable": "4.4.6"
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]