Skip to content

Commit fc869e3

Browse files
Update dependency antd to v5
1 parent 538607a commit fc869e3

File tree

3 files changed

+451
-407
lines changed

3 files changed

+451
-407
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@storybook/react": "6.5.16",
2121
"@typescript-eslint/eslint-plugin": "4.33.0",
2222
"@typescript-eslint/parser": "4.33.0",
23-
"antd": "4.24.16",
23+
"antd": "5.24.5",
2424
"babel-eslint": "10.1.0",
2525
"babel-loader": "8.4.1",
2626
"eslint": "7.32.0",

packages/antd-file-manager/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"peerDependencies": {
2222
"@ant-design/icons": "^4.5.0",
23-
"antd": "^4.12.3"
23+
"antd": "^4.12.3 || ^5.0.0"
2424
},
2525
"publishConfig": {
2626
"access": "public"

0 commit comments

Comments
 (0)