Skip to content

Commit a08c364

Browse files
a28689604BatuhanW
andauthored
chore(docs): update dependencies in Chakra UI and Mantine examples to latest versions (#7098)
Co-authored-by: Batuhan Wilhelm <[email protected]>
1 parent 3ad7cdd commit a08c364

File tree

2 files changed

+9
-9
lines changed
  • documentation/docs/ui-integrations

2 files changed

+9
-9
lines changed

documentation/docs/ui-integrations/chakra-ui/introduction/previews/example.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ export default function Example() {
77
showNavigator
88
previewOnly
99
dependencies={{
10-
"@refinedev/chakra-ui": "^2.26.17",
10+
"@refinedev/chakra-ui": "^3.0.2",
1111
"@tabler/icons-react": "^3.1.0",
12-
"@refinedev/core": "^4.45.1",
12+
"@refinedev/core": "^5.0.0",
1313
"@refinedev/react-router": "latest",
14-
"@refinedev/simple-rest": "^4.5.4",
15-
"@refinedev/react-table": "^5.6.4",
14+
"@refinedev/simple-rest": "^6.0.0",
15+
"@refinedev/react-table": "^6.0.1",
1616
"@tanstack/react-table": "^8.2.6",
17-
"@refinedev/react-hook-form": "^4.8.12",
17+
"@refinedev/react-hook-form": "^5.0.2",
1818
"@chakra-ui/react": "^2.5.1",
1919
"react-dom": "^18.0.0",
2020
"react-router": "^7.0.2",

documentation/docs/ui-integrations/mantine/introduction/previews/example.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ export default function Example() {
77
showNavigator
88
previewOnly
99
dependencies={{
10-
"@refinedev/mantine": "^2.28.21",
11-
"@refinedev/core": "^4.45.1",
10+
"@refinedev/mantine": "^3.0.2",
11+
"@refinedev/core": "^5.0.0",
1212
"@refinedev/react-router": "latest",
13-
"@refinedev/simple-rest": "^4.5.4",
14-
"@refinedev/react-table": "^5.6.4",
13+
"@refinedev/simple-rest": "^6.0.0",
14+
"@refinedev/react-table": "^6.0.1",
1515
"@tanstack/react-table": "^8.2.6",
1616
"@tabler/icons-react": "^3.1.0",
1717
"@emotion/react": "^11.8.2",

0 commit comments

Comments
 (0)