Skip to content

Commit

Permalink
[Bug]Fix web package (#3885)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 authored Oct 28, 2024
1 parent f66e535 commit 3eda602
Showing 1 changed file with 81 additions and 81 deletions.
162 changes: 81 additions & 81 deletions dinky-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,90 +35,90 @@
"not ie <= 10"
],
"dependencies": {
"@andrewray/react-multi-split-pane": "^0.3.5",
"@ant-design/charts": "^2.2.1",
"@ant-design/icons": "^5.3.7",
"@ant-design/pro-components": "^2.7.19",
"@ant-design/pro-layout": "^7.20.2",
"@ant-design/pro-table": "^3.17.2",
"@ant-design/use-emotion-css": "^1.0.4",
"@antv/g2": "^5.2.5",
"@andrewray/react-multi-split-pane": "0.3.5",
"@ant-design/charts": "2.2.1",
"@ant-design/icons": "5.3.7",
"@ant-design/pro-components": "2.7.19",
"@ant-design/pro-layout": "7.20.2",
"@ant-design/pro-table": "3.17.2",
"@ant-design/use-emotion-css": "1.0.4",
"@antv/g2": "5.2.5",
"@antv/layout": "0.3.25",
"@antv/x6": "^2.18.1",
"@antv/x6-plugin-selection": "^2.2.2",
"@antv/x6-react-shape": "^2.2.3",
"@babel/runtime": "^7.24.7",
"@monaco-editor/react": "^4.6.0",
"@umijs/route-utils": "^4.0.1",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"antd": "^5.21.0",
"antd-style": "^3.6.3",
"butterfly-dag": "^4.3.29",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"million": "^3.1.1",
"moment": "^2.30.1",
"monaco-editor": "^0.51.0",
"omit.js": "^2.0.2",
"path-to-regexp": "^6.2.2",
"rc-menu": "^9.14.0",
"rc-util": "^5.43.0",
"re-resizable": "^6.10.0",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-grid-layout": "^1.4.4",
"react-helmet-async": "^2.0.5",
"react-lineage-dag": "^2.0.36",
"react-lottie": "^1.2.4",
"react-markdown": "^9.0.1",
"react-spring": "^9.7.3",
"react-use-cookie": "^1.6.1",
"redux-persist": "^6.0.0",
"remark-gfm": "^4.0.0",
"screenfull": "^6.0.2",
"sql-formatter": "^15.3.1",
"styled-components": "^6.1.1",
"use-sse": "^2.0.1",
"uuid": "^10.0.0",
"websocket": "^1.0.35"
"@antv/x6": "2.18.1",
"@antv/x6-plugin-selection": "2.2.2",
"@antv/x6-react-shape": "2.2.3",
"@babel/runtime": "7.24.7",
"@monaco-editor/react": "4.6.0",
"@umijs/route-utils": "4.0.1",
"@xterm/addon-fit": "0.10.0",
"@xterm/xterm": "5.5.0",
"antd": "5.21.0",
"antd-style": "3.6.3",
"butterfly-dag": "4.3.29",
"classnames": "2.5.1",
"dayjs": "1.11.11",
"echarts": "5.5.0",
"echarts-for-react": "3.0.2",
"jquery": "3.7.1",
"js-cookie": "3.0.5",
"localforage": "1.10.0",
"lodash": "4.17.21",
"million": "3.1.1",
"moment": "2.30.1",
"monaco-editor": "0.51.0",
"omit.js": "2.0.2",
"path-to-regexp": "6.2.2",
"rc-menu": "9.14.0",
"rc-util": "5.43.0",
"re-resizable": "6.10.0",
"react": "18.3.1",
"react-countup": "6.5.3",
"react-dom": "18.3.1",
"react-fast-marquee": "1.6.5",
"react-grid-layout": "1.4.4",
"react-helmet-async": "2.0.5",
"react-lineage-dag": "2.0.36",
"react-lottie": "1.2.4",
"react-markdown": "9.0.1",
"react-spring": "9.7.3",
"react-use-cookie": "1.6.1",
"redux-persist": "6.0.0",
"remark-gfm": "4.0.0",
"screenfull": "6.0.2",
"sql-formatter": "15.3.1",
"styled-components": "6.1.1",
"use-sse": "2.0.1",
"uuid": "10.0.0",
"websocket": "1.0.35"
},
"devDependencies": {
"@ant-design/pro-cli": "^3.2.1",
"@types/classnames": "^2.3.1",
"@types/express": "^4.17.21",
"@types/history": "^5.0.0",
"@types/js-cookie": "^3.0.5",
"@types/lodash": "^4.17.5",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/react-grid-layout": "^1.3.5",
"@types/react-helmet": "^6.1.9",
"@types/react-lottie": "^1.2.10",
"@umijs/lint": "^4.2.11",
"@umijs/max": "^4.2.11",
"cross-env": "^7.0.3",
"eslint": "^9.3.0",
"express": "^4.19.2",
"husky": "^9.0.11",
"js-cookie": "^3.0.5",
"lint-staged": "^15.2.4",
"prettier": "^3.2.5",
"react-dev-inspector": "^2.0.1",
"react-inspector": "^6.0.2",
"sql-formatter": "^15.3.1",
"swagger-ui-dist": "^5.17.12",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"umi-presets-pro": "^2.0.0"
"@ant-design/pro-cli": "3.2.1",
"@types/classnames": "2.3.1",
"@types/express": "4.17.21",
"@types/history": "5.0.0",
"@types/js-cookie": "3.0.5",
"@types/lodash": "4.17.5",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"@types/react-grid-layout": "1.3.5",
"@types/react-helmet": "6.1.9",
"@types/react-lottie": "1.2.10",
"@umijs/lint": "4.2.11",
"@umijs/max": "4.2.11",
"cross-env": "7.0.3",
"eslint": "9.3.0",
"express": "4.19.2",
"husky": "9.0.11",
"js-cookie": "3.0.5",
"lint-staged": "15.2.4",
"prettier": "3.2.5",
"react-dev-inspector": "2.0.1",
"react-inspector": "6.0.2",
"sql-formatter": "15.3.1",
"swagger-ui-dist": "5.17.12",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"umi-presets-pro": "2.0.0"
},
"engines": {
"node": ">=18",
Expand Down

0 comments on commit 3eda602

Please sign in to comment.