This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch tmp-17116 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/tmp-17116 by this push: new 1e99c95078d [fix](ui) fix ui builds failed error (#52711) 1e99c95078d is described below commit 1e99c95078d751106d6a8e4db112a90f2222fc97 Author: Jeffrey <color.d...@gmail.com> AuthorDate: Fri Jul 4 16:04:56 2025 +0800 [fix](ui) fix ui builds failed error (#52711) --- ui/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/package.json b/ui/package.json index abf65d58e73..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", @@ -77,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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org