Skip to content

Commit

Permalink
Merge pull request #890 from oceanbase/dengfuping-dev
Browse files Browse the repository at this point in the history
chore(deps): Upgrade part of deps to latest
  • Loading branch information
dengfuping authored Dec 16, 2024
2 parents c2d5b32 + 5133293 commit ee0e1dd
Show file tree
Hide file tree
Showing 7 changed files with 5,782 additions and 14,883 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"devDependencies": {
"@ant-design/colors": "^7.1.0",
"@ant-design/cssinjs": "^1.22.0",
"@ant-design/icons": "^5.5.1",
"@ant-design/cssinjs": "^1.22.1",
"@ant-design/icons": "^5.5.2",
"@babel/cli": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@chenshuai2144/less2cssinjs": "^1.0.7",
Expand All @@ -54,7 +54,7 @@
"@emotion/react": "^11.13.3",
"@emotion/server": "^11.11.0",
"@qixian.cs/github-contributors-list": "^2.0.2",
"@rc-component/trigger": "^2.2.5",
"@rc-component/trigger": "^2.2.6",
"@stackblitz/sdk": "^1.11.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
Expand All @@ -67,7 +67,7 @@
"@umijs/fabric": "^4.0.1",
"@umijs/test": "^4.3.34",
"@vercel/analytics": "^1.4.0",
"antd": "^5.22.1",
"antd": "^5.22.5",
"antd-style": "^3.7.1",
"antd-token-previewer": "^2.0.8",
"babel-jest": "^29.7.0",
Expand Down Expand Up @@ -95,13 +95,13 @@
"mockdate": "^3.0.5",
"prettier": "^3.3.3",
"prismjs": "^1.29.0",
"rc-checkbox": "^3.3.0",
"rc-checkbox": "^3.5.0",
"rc-drawer": "^7.2.0",
"rc-footer": "^0.6.8",
"rc-resize-observer": "^1.4.0",
"rc-segmented": "^2.5.0",
"rc-resize-observer": "^1.4.1",
"rc-segmented": "^2.7.0",
"rc-tabs": "^15.4.0",
"rc-util": "^5.43.0",
"rc-util": "^5.44.2",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@oceanbase/util": "workspace:^",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"rc-util": "^5.43.0",
"rc-util": "^5.44.2",
"tinycolor2": "^1.6.0",
"use-resize-observer": "^9.1.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,27 @@
"build": "father build && cp src/style/reset.css dist/"
},
"dependencies": {
"@ant-design/cssinjs": "^1.22.0",
"@ant-design/cssinjs": "^1.22.1",
"@oceanbase/aliyun-theme": "^0.1.6",
"@oceanbase/icons": "workspace:^",
"@oceanbase/util": "workspace:^",
"ahooks": "^2.10.14",
"antd": "^5.22.1",
"antd": "^5.22.5",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"lottie-web": "^5.12.2",
"prop-types": "^15.8.1",
"rc-util": "^5.43.0",
"rc-util": "^5.44.2",
"react-sticky-mouse-tooltip": "^0.0.1"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"antd-token-previewer": "^2.0.8",
"rc-select": "^14.16.3",
"rc-select": "^14.16.4",
"rc-slider": "^11.1.7",
"rc-table": "^7.48.1",
"rc-tree-select": "^5.24.4"
"rc-table": "^7.49.0",
"rc-tree-select": "^5.25.0"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@ant-design/colors": "^7.1.0",
"@ant-design/icons": "^5.5.1",
"@ant-design/icons": "^5.5.2",
"@oceanbase/icons-svg": "^1.0.10",
"lodash.camelcase": "^4.3.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build": "NODE_OPTIONS=--max_old_space_size=4096 father build"
},
"dependencies": {
"@ant-design/cssinjs": "^1.22.0",
"@ant-design/cssinjs": "^1.22.1",
"@ant-design/pro-components": "^2.8.2",
"@antv/g6": "3.4.10",
"@oceanbase/design": "workspace:^",
Expand All @@ -56,8 +56,8 @@
"moment": "^2.30.1",
"path-to-regexp": "^7.2.0",
"randexp": "^0.5.3",
"rc-picker": "^4.8.1",
"rc-util": "^5.43.0",
"rc-picker": "^4.8.3",
"rc-util": "^5.44.2",
"react-copy-to-clipboard": "^5.1.0",
"react-json-view": "^1.21.3",
"react-split-pane": "^0.1.92",
Expand Down
Loading

0 comments on commit ee0e1dd

Please sign in to comment.