Skip to content

Commit

Permalink
chore(antd): bump antd package versions (#413)
Browse files Browse the repository at this point in the history
Co-authored-by: Batuhan Wilhelm <[email protected]>
  • Loading branch information
aliemir and BatuhanW authored Dec 3, 2024
1 parent 0b52f6b commit 9b1e44a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions refine-nextjs/plugins/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@refinedev/antd": "^5.37.4",
"@ant-design/icons": "^5.0.1",
"antd": "^5.0.5",
"@refinedev/antd": "^5.44.0",
"@ant-design/icons": "^5.5.1",
"antd": "^5.17.0",
"js-cookie": "^3.0.5",
"@ant-design/nextjs-registry": "^1.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions refine-vite/plugins/antd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@refinedev/antd": "^5.37.4",
"antd": "^5.0.5",
"@ant-design/icons": "^5.0.1"
"@refinedev/antd": "^5.44.0",
"antd": "^5.17.0",
"@ant-design/icons": "^5.5.1"
}
}

0 comments on commit 9b1e44a

Please sign in to comment.