Skip to content

Commit ea23584

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update dependency antd to v6.1.1
1 parent 18a71a4 commit ea23584

File tree

2 files changed

+43
-24
lines changed

2 files changed

+43
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@docusaurus/theme-live-codeblock": "3.9.2",
2929
"@easyops-cn/docusaurus-search-local": "0.52.1",
3030
"@mdx-js/react": "3.1.1",
31-
"antd": "6.1.0",
31+
"antd": "6.1.1",
3232
"clsx": "2.1.1",
3333
"lint-staged": "16.2.7",
3434
"nodejieba": "3.5.2",

yarn.lock

Lines changed: 42 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4202,19 +4202,19 @@
42024202
"@rc-component/util" "^1.2.1"
42034203
clsx "^2.1.1"
42044204

4205-
"@rc-component/form@~1.4.0":
4206-
version "1.4.0"
4207-
resolved "https://registry.yarnpkg.com/@rc-component/form/-/form-1.4.0.tgz#bee504c182bbb768b5fb68809e82b69deef9aec0"
4208-
integrity sha512-C8MN/2wIaW9hSrCCtJmcgCkWTQNIspN7ARXLFA4F8PGr8Qxk39U5pS3kRK51/bUJNhb/fEtdFnaViLlISGKI2A==
4205+
"@rc-component/form@~1.5.0":
4206+
version "1.5.0"
4207+
resolved "https://registry.yarnpkg.com/@rc-component/form/-/form-1.5.0.tgz#67ea351fde90ff94e1866b430594c9864fb29443"
4208+
integrity sha512-clF2Ws00bImVSOfaF4e2dLr631g5QOUD7M7kqb8es6fWXkJ1YO4nmjGJTQ/7QfB7iqY6JED4yV12ftKKD5/8GQ==
42094209
dependencies:
42104210
"@rc-component/async-validator" "^5.0.3"
4211-
"@rc-component/util" "^1.3.0"
4211+
"@rc-component/util" "^1.5.0"
42124212
clsx "^2.1.1"
42134213

4214-
"@rc-component/image@~1.5.2":
4215-
version "1.5.2"
4216-
resolved "https://registry.yarnpkg.com/@rc-component/image/-/image-1.5.2.tgz#46cd467466f8b5c9a682bbc96a04f15ad3688af6"
4217-
integrity sha512-SIbYLy0IrXqyhccpKktQEvpbBti/KwgG8V/E8GJa8ycwOQmuZaCP7b/C+eQlivn4KDWpfKfoOrLKHXmVlljDgg==
4214+
"@rc-component/image@~1.5.3":
4215+
version "1.5.3"
4216+
resolved "https://registry.yarnpkg.com/@rc-component/image/-/image-1.5.3.tgz#ea163e5b55303d548e3b2946e99bdcd9e7586299"
4217+
integrity sha512-/NR7QW9uCN8Ugar+xsHZOPvzPySfEhcW2/vLcr7VPRM+THZMrllMRv7LAUgW7ikR+Z67Ab67cgPp5K5YftpJsQ==
42184218
dependencies:
42194219
"@rc-component/motion" "^1.0.0"
42204220
"@rc-component/portal" "^2.0.0"
@@ -4318,10 +4318,10 @@
43184318
"@rc-component/util" "^1.3.0"
43194319
clsx "^2.1.1"
43204320

4321-
"@rc-component/picker@~1.8.0":
4322-
version "1.8.0"
4323-
resolved "https://registry.yarnpkg.com/@rc-component/picker/-/picker-1.8.0.tgz#4fe2965acd804995123d7bd81d184c2c81f92f8b"
4324-
integrity sha512-ek4efrIy+peC8WFJg6Lg7c+WNkykr+wUGQGBNoKmlF0K752aIJuaPcBj6p8CceT9vSJ9gOeeclQCBQIFWVDk1A==
4321+
"@rc-component/picker@~1.9.0":
4322+
version "1.9.0"
4323+
resolved "https://registry.yarnpkg.com/@rc-component/picker/-/picker-1.9.0.tgz#5ecb5595d2fcf0b4ec4edc9202628f42a314c4b0"
4324+
integrity sha512-OLisdk8AWVCG9goBU1dWzuH5QlBQk8jktmQ6p0/IyBFwdKGwyIZOSjnBYo8hooHiTdl0lU+wGf/OfMtVBw02KQ==
43254325
dependencies:
43264326
"@rc-component/overflow" "^1.0.0"
43274327
"@rc-component/resize-observer" "^1.0.0"
@@ -4385,7 +4385,7 @@
43854385
"@rc-component/util" "^1.3.0"
43864386
clsx "^2.1.1"
43874387

4388-
"@rc-component/select@~1.3.0", "@rc-component/select@~1.3.2":
4388+
"@rc-component/select@~1.3.0":
43894389
version "1.3.4"
43904390
resolved "https://registry.yarnpkg.com/@rc-component/select/-/select-1.3.4.tgz#e1c0756290ae4ed3d6823b36de536222752b1193"
43914391
integrity sha512-NKhzahL/lXk3aKtmeH5W/jIqaPKcx9QiFXOvJxKe8eiuusIcSCW+XvJdjY3nRvCpTZCZDp7e1RaCU95gohx6Ow==
@@ -4396,6 +4396,17 @@
43964396
"@rc-component/virtual-list" "^1.0.1"
43974397
clsx "^2.1.1"
43984398

4399+
"@rc-component/select@~1.3.5":
4400+
version "1.3.5"
4401+
resolved "https://registry.yarnpkg.com/@rc-component/select/-/select-1.3.5.tgz#5306a4bbcb43fe45712544bc5d9a73a65e47ce8d"
4402+
integrity sha512-A2QVOWDfRoLgHwPHrCGx1G42dYntOk+nsT6SX4ADCoagqu4bcxceJPbYvVKkfMYSIwgtfu+tDhPk3Z5gz8944g==
4403+
dependencies:
4404+
"@rc-component/overflow" "^1.0.0"
4405+
"@rc-component/trigger" "^3.0.0"
4406+
"@rc-component/util" "^1.3.0"
4407+
"@rc-component/virtual-list" "^1.0.1"
4408+
clsx "^2.1.1"
4409+
43994410
"@rc-component/slider@~1.0.1":
44004411
version "1.0.1"
44014412
resolved "https://registry.yarnpkg.com/@rc-component/slider/-/slider-1.0.1.tgz#a869eb09be343cfc580b28608edb0b230ceb1f04"
@@ -4530,6 +4541,14 @@
45304541
is-mobile "^5.0.0"
45314542
react-is "^18.2.0"
45324543

4544+
"@rc-component/util@^1.5.0", "@rc-component/util@^1.6.0":
4545+
version "1.6.0"
4546+
resolved "https://registry.yarnpkg.com/@rc-component/util/-/util-1.6.0.tgz#4f700da5417eb5fd5f9491f08edcba6d075d9454"
4547+
integrity sha512-YbjuIVAm8InCnXVoA4n6G+uh31yESTxQ6fSY2frZ2/oMSvktoB+bumFUfNN7RKh7YeOkZgOvN2suGtEDhJSX0A==
4548+
dependencies:
4549+
is-mobile "^5.0.0"
4550+
react-is "^18.2.0"
4551+
45334552
"@rc-component/virtual-list@^1.0.1":
45344553
version "1.0.2"
45354554
resolved "https://registry.yarnpkg.com/@rc-component/virtual-list/-/virtual-list-1.0.2.tgz#356c465de522ae3834731827d9fb2311ed09b7e9"
@@ -5668,10 +5687,10 @@ ansi-styles@^6.1.0, ansi-styles@^6.2.1:
56685687
resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
56695688
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
56705689

5671-
5672-
version "6.1.0"
5673-
resolved "https://registry.yarnpkg.com/antd/-/antd-6.1.0.tgz#2924f50e37bf1fe9b4c494057eca1c1b7ccfe47a"
5674-
integrity sha512-RIe4W5saaL9SWgvqCcvz6LZta/KwT50B0YF7xYiWVZh0Gqfw2rJAsOMcp202Hxgm+YiyoSp4QqqvexKhuGGarw==
5690+
5691+
version "6.1.1"
5692+
resolved "https://registry.yarnpkg.com/antd/-/antd-6.1.1.tgz#e16c234ce4b69d09486ab17fdb5960a0508164b9"
5693+
integrity sha512-GBVxq3ShcYN/lEALvLPQDFN0bWjp2gQaFvRIXu4cwvXQcbV/D2FhShhTiNWhXxUk6nVkODBi4Uzo9SfLbDGsng==
56755694
dependencies:
56765695
"@ant-design/colors" "^8.0.0"
56775696
"@ant-design/cssinjs" "^2.0.1"
@@ -5687,8 +5706,8 @@ [email protected]:
56875706
"@rc-component/dialog" "~1.5.1"
56885707
"@rc-component/drawer" "~1.3.0"
56895708
"@rc-component/dropdown" "~1.0.2"
5690-
"@rc-component/form" "~1.4.0"
5691-
"@rc-component/image" "~1.5.2"
5709+
"@rc-component/form" "~1.5.0"
5710+
"@rc-component/image" "~1.5.3"
56925711
"@rc-component/input" "~1.1.2"
56935712
"@rc-component/input-number" "~1.6.2"
56945713
"@rc-component/mentions" "~1.6.0"
@@ -5697,13 +5716,13 @@ [email protected]:
56975716
"@rc-component/mutate-observer" "^2.0.1"
56985717
"@rc-component/notification" "~1.2.0"
56995718
"@rc-component/pagination" "~1.2.0"
5700-
"@rc-component/picker" "~1.8.0"
5719+
"@rc-component/picker" "~1.9.0"
57015720
"@rc-component/progress" "~1.0.2"
57025721
"@rc-component/qrcode" "~1.1.1"
57035722
"@rc-component/rate" "~1.0.1"
57045723
"@rc-component/resize-observer" "^1.0.1"
57055724
"@rc-component/segmented" "~1.2.3"
5706-
"@rc-component/select" "~1.3.2"
5725+
"@rc-component/select" "~1.3.5"
57075726
"@rc-component/slider" "~1.0.1"
57085727
"@rc-component/steps" "~1.2.2"
57095728
"@rc-component/switch" "~1.0.3"
@@ -5716,7 +5735,7 @@ [email protected]:
57165735
"@rc-component/tree-select" "~1.4.0"
57175736
"@rc-component/trigger" "^3.7.1"
57185737
"@rc-component/upload" "~1.1.0"
5719-
"@rc-component/util" "^1.4.0"
5738+
"@rc-component/util" "^1.6.0"
57205739
clsx "^2.1.1"
57215740
dayjs "^1.11.11"
57225741
scroll-into-view-if-needed "^3.1.0"

0 commit comments

Comments
 (0)