Skip to content

Commit

Permalink
Merge pull request #397 from icflorescu/next
Browse files Browse the repository at this point in the history
Update deps, docs & bump package version
  • Loading branch information
icflorescu authored Aug 7, 2023
2 parents a7c3398 + a6cf872 commit e5950ee
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 294 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-docs",
"version": "2.9.6",
"version": "2.9.7",
"description": "Docs website for mantine-datatable; see ../package/package.json for more info",
"private": true,
"scripts": {
Expand All @@ -22,19 +22,19 @@
"@mantine/notifications": "^6.0.17",
"@mantine/prism": "^6.0.17",
"@tabler/icons-react": "^2.30.0",
"@tanstack/react-query": "^4.32.5",
"@tanstack/react-query": "^4.32.6",
"dayjs": "^1.11.9",
"lodash": "^4.17.21",
"mantine-datatable": "*",
"next": "^13.4.12",
"next": "^13.4.13",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.7",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/who-is-using-mantine-datatable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default function Page() {
<Container>
<PageTitle of={PATH} />
<PageText>
Mantine DataTable is used by many companies and fellow developers around the world; some of them were kind
enough to let me know about it, offered sponsorship or asked for private support, and gave me permission to list
them in the footer of this website.
Mantine DataTable is used by thousands of developers, startups and community projects around the world; some of
them were kind enough to let me know about it, offered sponsorship or asked for private support, and gave me
permission to list them in the footer of this website.
</PageText>
<PageText>
If you are using Mantine DataTable in your project and would like to be listed here, please let me know by
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-turborepo",
"version": "2.9.6",
"version": "2.9.7",
"description": "Monorepo for mantine-datatable; see package/package.json for more info",
"private": true,
"workspaces": [
Expand Down Expand Up @@ -31,8 +31,8 @@
"@typescript-eslint/parser": "^6.2.1",
"babel-jest": "^29.6.2",
"eslint": "^8.46.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.10.0",
"eslint-config-next": "^13.4.13",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"prettier": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "2.9.6",
"version": "2.9.7",
"description": "The dependency-free datatable component for Mantine UI, featuring asynchronous data loading support, pagination, multple rows selection, column sorting, custom cell data rendering, row context menu, row expansion and more",
"keywords": [
"mantine",
Expand Down Expand Up @@ -61,7 +61,7 @@
"@tabler/icons-react": "^2.30.0",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"esbuild": "^0.18.17",
"esbuild": "^0.18.19",
"react": "^18.2.0",
"typescript": "^5.1.6"
},
Expand Down
Loading

0 comments on commit e5950ee

Please sign in to comment.