Skip to content

Commit 74f9e96

Browse files
chore(deps): bump antd from 5.21.6 to 5.22.5 (#1288)
* chore(deps): bump antd from 5.21.6 to 5.22.5 Bumps [antd](https://github.com/ant-design/ant-design) from 5.21.6 to 5.22.5. - [Release notes](https://github.com/ant-design/ant-design/releases) - [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md) - [Commits](ant-design/ant-design@5.21.6...5.22.5) --- updated-dependencies: - dependency-name: antd dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * snap update * fix ts --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: thinkasany <480968828@qq.com>
1 parent 27191e4 commit 74f9e96

File tree

16 files changed

+3373
-1571
lines changed

16 files changed

+3373
-1571
lines changed

examples/eth-web3js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@ant-design/web3-assets": "workspace:*",
1616
"@ant-design/web3-common": "workspace:*",
1717
"@ant-design/web3-eth-web3js": "workspace:*",
18-
"antd": "^5.21.6",
18+
"antd": "^5.22.5",
1919
"web3": "^4.11.1",
2020
"umi": "^4.1.5"
2121
},

examples/ethers-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@ant-design/web3-assets": "workspace:*",
1616
"@ant-design/web3-common": "workspace:*",
1717
"@ant-design/web3-ethers-v5": "workspace:*",
18-
"antd": "^5.21.6",
18+
"antd": "^5.22.5",
1919
"ethers": "^5.7.2",
2020
"umi": "^4.1.5"
2121
},

examples/ethers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@ant-design/web3-assets": "workspace:*",
1616
"@ant-design/web3-common": "workspace:*",
1717
"@ant-design/web3-ethers": "workspace:*",
18-
"antd": "^5.21.6",
18+
"antd": "^5.22.5",
1919
"ethers": "^6.11.1",
2020
"umi": "^4.1.5"
2121
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@tanstack/query-sync-storage-persister": "^5.59.16",
127127
"@tanstack/react-query": "^5.51.11",
128128
"@tanstack/react-query-persist-client": "^5.56.2",
129-
"antd": "^5.21.6",
129+
"antd": "^5.22.5",
130130
"antd-style": "^3.6.2",
131131
"antd-token-previewer-web3": "^2.0.8",
132132
"cross-env": "^7.0.3",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/react": "^18.3.5",
4949
"@types/react-dom": "^18.3.1",
5050
"@types/lodash-es": "^4.17.12",
51-
"antd": "^5.21.6",
51+
"antd": "^5.22.5",
5252
"father": "^4.4.4",
5353
"react": "18.3.1",
5454
"react-dom": "18.3.1",

packages/icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@types/react": "^18.3.5",
4747
"@types/react-dom": "^18.3.1",
48-
"antd": "^5.21.6",
48+
"antd": "^5.22.5",
4949
"father": "^4.4.4",
5050
"glob": "^11.0.0",
5151
"react": "18.3.1",

packages/web3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@ant-design/web3-icons": "workspace:*",
5050
"@ctrl/tinycolor": "^4.1.0",
5151
"@inline-svg-unique-id/react": "^1.2.3",
52-
"antd": "^5.21.6",
52+
"antd": "^5.22.5",
5353
"bs58": "^6.0.0",
5454
"classnames": "^2.5.1",
5555
"copy-to-clipboard": "^3.3.3",

packages/web3/src/address/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`Address > display address with default format 1`] = `
44
<span
5-
class="ant-typography ant-web3-address css-dev-only-do-not-override-apn68 css-dev-only-do-not-override-apn68"
5+
class="ant-typography ant-web3-address css-dev-only-do-not-override-1kf000u css-dev-only-do-not-override-1kf000u"
66
>
77
<span>
88
0x 21CD f097 4d53 a6e9 6eF0 5d7B 324a 9803 735f Fd3B

packages/web3/src/connect-button/__tests__/__snapshots__/profile-modal.test.tsx.snap

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`ProfileModal > match snapshot 1`] = `
55
<div />
66
<div>
77
<div
8-
class="ant-modal-root css-dev-only-do-not-override-apn68"
8+
class="ant-modal-root css-dev-only-do-not-override-1kf000u"
99
>
1010
<div
1111
class="ant-modal-mask ant-fade-appear ant-fade-appear-start ant-fade"
@@ -16,7 +16,7 @@ exports[`ProfileModal > match snapshot 1`] = `
1616
>
1717
<div
1818
aria-modal="true"
19-
class="ant-modal css-dev-only-do-not-override-apn68 hashId ant-web3-connect-button-profile-modal ant-zoom-appear ant-zoom-appear-prepare ant-zoom"
19+
class="ant-modal css-dev-only-do-not-override-1kf000u hashId ant-web3-connect-button-profile-modal ant-zoom-appear ant-zoom-appear-prepare ant-zoom"
2020
role="dialog"
2121
>
2222
<div
@@ -61,13 +61,13 @@ exports[`ProfileModal > match snapshot 1`] = `
6161
style="text-align: center;"
6262
>
6363
<div
64-
class="ant-space css-dev-only-do-not-override-apn68 ant-space-vertical ant-space-align-center ant-space-gap-row-small ant-space-gap-col-small"
64+
class="ant-space css-dev-only-do-not-override-1kf000u ant-space-vertical ant-space-align-center ant-space-gap-row-small ant-space-gap-col-small"
6565
>
6666
<div
6767
class="ant-space-item"
6868
>
6969
<span
70-
class="ant-avatar ant-avatar-circle ant-avatar-image css-dev-only-do-not-override-apn68"
70+
class="ant-avatar ant-avatar-circle ant-avatar-image css-dev-only-do-not-override-1kf000u"
7171
>
7272
<img
7373
src="https://mdn.alipayobjects.com/huamei_mutawc/afts/img/A*9jfLS41kn00AAAAAAAAAAAAADlrGAQ/original"
@@ -87,7 +87,7 @@ exports[`ProfileModal > match snapshot 1`] = `
8787
class="ant-space-item"
8888
>
8989
<span
90-
class="ant-typography ant-typography-secondary ant-web3-address css-dev-only-do-not-override-apn68 css-dev-only-do-not-override-apn68"
90+
class="ant-typography ant-typography-secondary ant-web3-address css-dev-only-do-not-override-1kf000u css-dev-only-do-not-override-1kf000u"
9191
>
9292
<span>
9393
0x21CDf0974d53a6e96eF05d7B324a9803735fFd3B
@@ -103,15 +103,15 @@ exports[`ProfileModal > match snapshot 1`] = `
103103
class="ant-web3-connect-button-profile-modal-footer hashId"
104104
>
105105
<button
106-
class="ant-btn css-dev-only-do-not-override-apn68 ant-btn-default ant-btn-color-default ant-btn-variant-outlined"
106+
class="ant-btn css-dev-only-do-not-override-1kf000u ant-btn-default ant-btn-color-default ant-btn-variant-outlined"
107107
type="button"
108108
>
109109
<span>
110110
Copy Address
111111
</span>
112112
</button>
113113
<button
114-
class="ant-btn css-dev-only-do-not-override-apn68 ant-btn-default ant-btn-color-default ant-btn-variant-outlined"
114+
class="ant-btn css-dev-only-do-not-override-1kf000u ant-btn-default ant-btn-color-default ant-btn-variant-outlined"
115115
type="button"
116116
>
117117
<span>
@@ -138,7 +138,7 @@ exports[`ProfileModal > match snapshot without name 1`] = `
138138
<div />
139139
<div>
140140
<div
141-
class="ant-modal-root css-dev-only-do-not-override-apn68"
141+
class="ant-modal-root css-dev-only-do-not-override-1kf000u"
142142
>
143143
<div
144144
class="ant-modal-mask ant-fade-appear ant-fade-appear-start ant-fade"
@@ -149,7 +149,7 @@ exports[`ProfileModal > match snapshot without name 1`] = `
149149
>
150150
<div
151151
aria-modal="true"
152-
class="ant-modal css-dev-only-do-not-override-apn68 hashId ant-web3-connect-button-profile-modal ant-zoom-appear ant-zoom-appear-prepare ant-zoom"
152+
class="ant-modal css-dev-only-do-not-override-1kf000u hashId ant-web3-connect-button-profile-modal ant-zoom-appear ant-zoom-appear-prepare ant-zoom"
153153
role="dialog"
154154
>
155155
<div
@@ -194,13 +194,13 @@ exports[`ProfileModal > match snapshot without name 1`] = `
194194
style="text-align: center;"
195195
>
196196
<div
197-
class="ant-space css-dev-only-do-not-override-apn68 ant-space-vertical ant-space-align-center ant-space-gap-row-small ant-space-gap-col-small"
197+
class="ant-space css-dev-only-do-not-override-1kf000u ant-space-vertical ant-space-align-center ant-space-gap-row-small ant-space-gap-col-small"
198198
>
199199
<div
200200
class="ant-space-item"
201201
>
202202
<span
203-
class="ant-avatar ant-avatar-circle ant-avatar-image css-dev-only-do-not-override-apn68"
203+
class="ant-avatar ant-avatar-circle ant-avatar-image css-dev-only-do-not-override-1kf000u"
204204
>
205205
<img
206206
src="https://mdn.alipayobjects.com/huamei_mutawc/afts/img/A*9jfLS41kn00AAAAAAAAAAAAADlrGAQ/original"
@@ -211,7 +211,7 @@ exports[`ProfileModal > match snapshot without name 1`] = `
211211
class="ant-space-item"
212212
>
213213
<span
214-
class="ant-typography ant-web3-address css-dev-only-do-not-override-apn68 css-dev-only-do-not-override-apn68"
214+
class="ant-typography ant-web3-address css-dev-only-do-not-override-1kf000u css-dev-only-do-not-override-1kf000u"
215215
>
216216
<span>
217217
0x21CDf0974d53a6e96eF05d7B324a9803735fFd3B
@@ -227,15 +227,15 @@ exports[`ProfileModal > match snapshot without name 1`] = `
227227
class="ant-web3-connect-button-profile-modal-footer hashId"
228228
>
229229
<button
230-
class="ant-btn css-dev-only-do-not-override-apn68 ant-btn-default ant-btn-color-default ant-btn-variant-outlined"
230+
class="ant-btn css-dev-only-do-not-override-1kf000u ant-btn-default ant-btn-color-default ant-btn-variant-outlined"
231231
type="button"
232232
>
233233
<span>
234234
Copy Address
235235
</span>
236236
</button>
237237
<button
238-
class="ant-btn css-dev-only-do-not-override-apn68 ant-btn-default ant-btn-color-default ant-btn-variant-outlined"
238+
class="ant-btn css-dev-only-do-not-override-1kf000u ant-btn-default ant-btn-color-default ant-btn-variant-outlined"
239239
type="button"
240240
>
241241
<span>

packages/web3/src/connect-button/__tests__/__snapshots__/tooltip.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`ConnectButton > should display formatted by custom formatter when pass
44
<body>
55
<div>
66
<button
7-
class="ant-btn css-dev-only-do-not-override-apn68 ant-btn-default ant-btn-color-default ant-btn-variant-outlined ant-web3-connect-button css-dev-only-do-not-override-apn68 ant-tooltip-open"
7+
class="ant-btn css-dev-only-do-not-override-1kf000u ant-btn-default ant-btn-color-default ant-btn-variant-outlined ant-web3-connect-button css-dev-only-do-not-override-1kf000u ant-tooltip-open"
88
type="button"
99
>
1010
<div
@@ -17,7 +17,7 @@ exports[`ConnectButton > should display formatted by custom formatter when pass
1717
class="ant-web3-connect-button-text"
1818
>
1919
<span
20-
class="ant-typography ant-web3-address css-dev-only-do-not-override-apn68 css-dev-only-do-not-override-apn68"
20+
class="ant-typography ant-web3-address css-dev-only-do-not-override-1kf000u css-dev-only-do-not-override-1kf000u"
2121
>
2222
<span>
2323
0x3ea2...7c18
@@ -30,7 +30,7 @@ exports[`ConnectButton > should display formatted by custom formatter when pass
3030
</div>
3131
<div>
3232
<div
33-
class="ant-tooltip ant-zoom-big-fast-appear ant-zoom-big-fast-appear-prepare ant-zoom-big-fast ant-web3-connect-button-tooltip css-dev-only-do-not-override-apn68 css-dev-only-do-not-override-apn68 ant-tooltip-placement-top"
33+
class="ant-tooltip ant-zoom-big-fast-appear ant-zoom-big-fast-appear-prepare ant-zoom-big-fast ant-web3-connect-button-tooltip css-dev-only-do-not-override-1kf000u css-dev-only-do-not-override-1kf000u ant-tooltip-placement-top"
3434
style="--arrow-x: 0px; --arrow-y: 0px; left: -1000vw; top: -1000vh; box-sizing: border-box;"
3535
>
3636
<div

0 commit comments

Comments
 (0)