Skip to content

Commit 461d581

Browse files
committed
Fixes #4643
Set peerDependency for @ant-design/icons to "^6.0.0"
1 parent 5071361 commit 461d581

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ should change the heading of the (upcoming) version to include a major version b
1818

1919
# 6.0.0-beta.11
2020

21+
## @rjsf/antd
22+
23+
- Set peerDependency for `@ant-design/icons` to `^6.0.0`, fixing [#4643](https://github.com/rjsf-team/react-jsonschema-form/issues/4643)
24+
2125
## @rjsf/utils
2226

2327
- Fixed issue where oneOf radio button could not be modified when defaults were set, fixing [#4634](https://github.com/rjsf-team/react-jsonschema-form/issues/4634)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/antd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"node": ">=20"
6363
},
6464
"peerDependencies": {
65-
"@ant-design/icons": "^5.0.0",
65+
"@ant-design/icons": "^6.0.0",
6666
"@rjsf/core": "^6.0.0-beta",
6767
"@rjsf/utils": "^6.0.0-beta",
6868
"antd": "^5.8.5",

0 commit comments

Comments
 (0)