Skip to content

Commit

Permalink
Upgrade Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Mar 20, 2024
1 parent 1efdaba commit 25a3832
Show file tree
Hide file tree
Showing 210 changed files with 26,087 additions and 22,017 deletions.
437 changes: 238 additions & 199 deletions apps/mantine-react-table-docs/examples/advanced/sandbox/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
"start": "vite"
},
"dependencies": {
"@mantine/core": "^7.6.0",
"@mantine/dates": "^7.6.0",
"@mantine/hooks": "^7.6.0",
"@tabler/icons-react": "2.47.0",
"@mantine/core": "^7.6.2",
"@mantine/dates": "^7.6.2",
"@mantine/hooks": "^7.6.2",
"@tabler/icons-react": "3.1.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"mantine-react-table": "^2.0.0-beta.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"postcss": "^8.4.35",
"postcss": "^8.4.37",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"typescript": "^5.4.2",
"vite": "^5.2.2"
}
}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
"start": "vite"
},
"dependencies": {
"@mantine/core": "^7.6.0",
"@mantine/dates": "^7.6.0",
"@mantine/hooks": "^7.6.0",
"@tabler/icons-react": "2.47.0",
"@mantine/core": "^7.6.2",
"@mantine/dates": "^7.6.2",
"@mantine/hooks": "^7.6.2",
"@tabler/icons-react": "3.1.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"mantine-react-table": "^2.0.0-beta.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"postcss": "^8.4.35",
"postcss": "^8.4.37",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"typescript": "^5.4.2",
"vite": "^5.2.2"
}
}
Loading

0 comments on commit 25a3832

Please sign in to comment.