Skip to content

Commit

Permalink
fix: antd and mantine package versions (refinedev#3755)
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW authored Mar 8, 2023
1 parent 803a430 commit b5a7f99
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@ant-design/pro-layout": "^7.3.4",
"@ant-design/pro-layout": "7.8.3",
"@pankod/refine-ui-types": "^0.14.2",
"@tanstack/react-query": "^4.10.1",
"antd": "^5.0.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exports[`MantineInferencer should match the snapshot 1`] = `
style="min-width: 100%; display: table;"
>
<table
class="mantine-Table-root mantine-1xyd53g"
class="mantine-Table-root mantine-10hcinq"
data-hover="true"
>
<thead>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exports[`MantineListInferencer should match the snapshot 1`] = `
style="min-width: 100%; display: table;"
>
<table
class="mantine-Table-root mantine-1xyd53g"
class="mantine-Table-root mantine-10hcinq"
data-hover="true"
>
<thead>
Expand Down
8 changes: 4 additions & 4 deletions packages/mantine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@mantine/core": "^5.5.6",
"@mantine/hooks": "^5.5.6",
"@mantine/form": "^5.5.6",
"@mantine/notifications": "^5.5.6",
"@mantine/core": "5.10.4",
"@mantine/hooks": "5.10.4",
"@mantine/form": "5.10.4",
"@mantine/notifications": "5.10.4",
"@pankod/refine-ui-types": "^0.14.2",
"dayjs": "^1.10.7",
"react-markdown": "^6.0.1",
Expand Down

0 comments on commit b5a7f99

Please sign in to comment.