Skip to content

Commit

Permalink
try to fix droddown bug with updating rc-tooltip rc-trigger rc-picker
Browse files Browse the repository at this point in the history
  • Loading branch information
lift46252 committed Sep 2, 2024
1 parent 47a6a90 commit 4cc1187
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antd",
"version": "4.7.0-fix-dropdown-v1",
"version": "4.7.0-fix-dropdown-v2",
"description": "An enterprise-class UI design language and React components implementation",
"title": "Ant Design",
"keywords": [
Expand Down Expand Up @@ -132,7 +132,7 @@
"rc-motion": "2.3.2",
"rc-notification": "4.5.2",
"rc-pagination": "3.1.0",
"rc-picker": "2.3.1",
"rc-picker": "^2.6.9",
"rc-progress": "3.1.0",
"rc-rate": "~2.8.2",
"rc-resize-observer": "0.2.5",
Expand All @@ -143,10 +143,10 @@
"rc-table": "7.10.2",
"rc-tabs": "~11.6.0",
"rc-textarea": "0.3.0",
"rc-tooltip": "~5.0.0",
"rc-tooltip": "^5.3.1",
"rc-tree": "~3.10.0",
"rc-tree-select": "4.1.2",
"rc-trigger": "5.0.7",
"rc-trigger": "^5.3.4",
"rc-upload": "3.3.1",
"rc-util": "^5.1.0",
"scroll-into-view-if-needed": "2.2.26",
Expand Down

0 comments on commit 4cc1187

Please sign in to comment.