Skip to content

Commit

Permalink
chore: upgrade @ant-design/icons for react upgrade (#22890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily Kuang authored Mar 8, 2023
1 parent e0d976d commit 376ad39
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 20 deletions.
83 changes: 66 additions & 17 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"last 3 edge versions"
],
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@ant-design/icons": "^5.0.1",
"@babel/runtime-corejs3": "^7.12.5",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/cache": "^11.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prop-types": "^15.7.2"
},
"peerDependencies": {
"@ant-design/icons": "^4.2.2",
"@ant-design/icons": "^5.0.1",
"@emotion/react": "^11.4.1",
"@superset-ui/core": "*",
"@testing-library/dom": "^7.29.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"@ant-design/icons": "^4.2.2",
"@ant-design/icons": "^5.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"prop-types": "*",
Expand Down

0 comments on commit 376ad39

Please sign in to comment.