Skip to content

Commit c0dfc1e

Browse files
committed
Upgrade Examples
1 parent 6294fa9 commit c0dfc1e

File tree

210 files changed

+6844
-6904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+6844
-6904
lines changed

apps/mantine-react-table-docs/examples/advanced/sandbox/package-lock.json

+56-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/mantine-react-table-docs/examples/advanced/sandbox/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"start": "vite"
1010
},
1111
"dependencies": {
12-
"@mantine/core": "^7.6.2",
13-
"@mantine/dates": "^7.6.2",
14-
"@mantine/hooks": "^7.6.2",
12+
"@mantine/core": "^7.7.0",
13+
"@mantine/dates": "^7.7.0",
14+
"@mantine/hooks": "^7.7.0",
1515
"@tabler/icons-react": "3.1.0",
1616
"clsx": "^2.1.0",
1717
"dayjs": "^1.11.10",
18-
"mantine-react-table": "^2.0.0-beta.0",
18+
"mantine-react-table": "^2.0.0-beta.1",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0"
2121
},
2222
"devDependencies": {
23-
"@types/react": "^18.2.67",
23+
"@types/react": "^18.2.71",
2424
"@types/react-dom": "^18.2.22",
2525
"@vitejs/plugin-react": "^4.2.1",
26-
"postcss": "^8.4.37",
26+
"postcss": "^8.4.38",
2727
"postcss-preset-mantine": "^1.13.0",
2828
"postcss-simple-vars": "^7.0.1",
29-
"typescript": "^5.4.2",
30-
"vite": "^5.2.2"
29+
"typescript": "^5.4.3",
30+
"vite": "^5.2.6"
3131
}
3232
}

0 commit comments

Comments
 (0)