Skip to content

Commit

Permalink
Merge pull request #843 from oceanbase/dengfuping-dev
Browse files Browse the repository at this point in the history
chore(deps): Upgrade antd from ^5.21.6 to ^5.22.1
  • Loading branch information
dengfuping authored Nov 19, 2024
2 parents 85177fd + 2eda8da commit 4606a1e
Show file tree
Hide file tree
Showing 13 changed files with 6,119 additions and 15,605 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@ant-design/colors": "^7.1.0",
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/cssinjs": "^1.22.0",
"@ant-design/icons": "^5.5.1",
"@babel/cli": "^7.25.9",
"@babel/preset-env": "^7.26.0",
Expand All @@ -65,9 +65,9 @@
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@umijs/fabric": "^4.0.1",
"@umijs/test": "^4.3.31",
"@vercel/analytics": "^1.3.2",
"antd": "^5.21.6",
"@umijs/test": "^4.3.34",
"@vercel/analytics": "^1.4.0",
"antd": "^5.22.1",
"antd-style": "^3.7.1",
"antd-token-previewer": "^2.0.8",
"babel-jest": "^29.7.0",
Expand All @@ -83,7 +83,7 @@
"gh-pages": "^6.2.0",
"glob": "^11.0.0",
"html2sketch": "^1.0.2",
"husky": "^9.1.6",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"isomorphic-fetch": "^3.0.0",
"jest-environment-jsdom": "^29.7.0",
Expand All @@ -107,7 +107,7 @@
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-intl": "^6.8.7",
"react-intl": "^6.8.9",
"react-router-dom": "^6.28.0",
"runscript": "^1.6.0",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"is-git-clean": "^1.1.0",
"jscodeshift": "^0.16.1",
"lodash": "^4.17.21",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-less": "^6.0.0",
"prettier": "^3.3.3",
"read-pkg-up": "^10.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"postbuild": "cp src/style/reset.css dist/"
},
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/cssinjs": "^1.22.0",
"@oceanbase/aliyun-theme": "^0.1.6",
"@oceanbase/icons": "workspace:^",
"@oceanbase/util": "workspace:^",
"ahooks": "^2.10.14",
"antd": "^5.21.6",
"antd": "^5.22.1",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"lottie-web": "^5.12.2",
Expand All @@ -55,7 +55,7 @@
"rc-select": "^14.16.3",
"rc-slider": "^11.1.7",
"rc-table": "^7.48.1",
"rc-tree-select": "^5.24.3"
"rc-tree-select": "^5.24.4"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -517,28 +517,32 @@ exports[`List > render 1`] = `
class="ant-select-selector"
>
<span
class="ant-select-selection-search"
class="ant-select-selection-wrap"
>
<input
aria-autocomplete="list"
aria-controls="rc_select_TEST_OR_SSR_list"
aria-expanded="false"
aria-haspopup="listbox"
aria-label="Page Size"
aria-owns="rc_select_TEST_OR_SSR_list"
autocomplete="off"
class="ant-select-selection-search-input"
id="rc_select_TEST_OR_SSR"
role="combobox"
type="search"
value=""
/>
</span>
<span
class="ant-select-selection-item"
title="10 / page"
>
10 / page
<span
class="ant-select-selection-search"
>
<input
aria-autocomplete="list"
aria-controls="rc_select_TEST_OR_SSR_list"
aria-expanded="false"
aria-haspopup="listbox"
aria-label="Page Size"
aria-owns="rc_select_TEST_OR_SSR_list"
autocomplete="off"
class="ant-select-selection-search-input"
id="rc_select_TEST_OR_SSR"
role="combobox"
type="search"
value=""
/>
</span>
<span
class="ant-select-selection-item"
title="10 / page"
>
10 / page
</span>
</span>
</div>
<span
Expand Down
Loading

0 comments on commit 4606a1e

Please sign in to comment.