Skip to content

Commit

Permalink
try to fix @babel/runtime problem
Browse files Browse the repository at this point in the history
  • Loading branch information
lift46252 committed Sep 2, 2024
1 parent 4cc1187 commit 580f6e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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-v2",
"version": "4.7.0-fix-dropdown-v3",
"description": "An enterprise-class UI design language and React components implementation",
"title": "Ant Design",
"keywords": [
Expand Down Expand Up @@ -109,7 +109,7 @@
"@ant-design/css-animation": "^1.7.2",
"@ant-design/icons": "^4.2.1",
"@ant-design/react-slick": "0.27.11",
"@babel/runtime": "^7.11.2",
"@babel/runtime": "7.11.2",
"array-tree-filter": "^2.1.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "3.3.1",
Expand Down Expand Up @@ -292,6 +292,7 @@
"react-dom": ">=16.9.0"
},
"overrides": {
"@babel/runtime": "7.11.2",
"esbuild": "^0.23.0",
"rc-select": "github:bagrinsergiu/select#11.4.1-remove_builded_folders_from_git_ignore_to_can_install_fork_locally",
"rc-virtual-list": "github:bagrinsergiu/virtual-list#remove_builded_folders_from_git_ignore_to_can_install_fork_locally"
Expand Down

0 comments on commit 580f6e5

Please sign in to comment.