Skip to content

Commit

Permalink
fix: lock antd-icons dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
bombillazo committed May 8, 2024
1 parent 18b13d3 commit fa74d6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"types": "node ../shared/generate-declarations.js"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/icons": "5.0.1",
"@ant-design/pro-layout": "7.17.12",
"@refinedev/ui-types": "^1.22.7",
"@tanstack/react-query": "^4.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/inferencer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"typescript": "^5.4.2"
},
"peerDependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/icons": "5.0.1",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/live-previews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@aliemir/react-live": "^4.0.0",
"@ant-design/icons": "^5.0.1",
"@ant-design/icons": "5.0.1",
"@auth0/auth0-react": "^1.5.0",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.8.2",
Expand Down

0 comments on commit fa74d6c

Please sign in to comment.