Skip to content

Commit

Permalink
Merge pull request #385 from icflorescu/next
Browse files Browse the repository at this point in the history
Update deps & bump version
  • Loading branch information
icflorescu committed Jul 25, 2023
2 parents 5556b23 + 3fd677b commit 8365604
Show file tree
Hide file tree
Showing 5 changed files with 328 additions and 328 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The lightweight, dependency-free, "dark-theme aware" [**table component**](https

- **Lightweight** - no external dependencies, no bloat
- **Dark theme aware** - works out of the box with Mantine's dark theme
- **Fully customizable** - you can customize the look and feel of the table and its components
- **[Fully customizable](https://icflorescu.github.io/mantine-datatable/examples/additional-styling)** - you can customize the look and feel of the table and its components
- **[Asynchronous data loading](https://icflorescu.github.io/mantine-datatable/examples/asynchronous-data-loading)** - load data from a remote API endpoint and show a loading indicator while waiting for the response
- **[Pagination](https://icflorescu.github.io/mantine-datatable/examples/pagination)** - split large data sets into pages
- **[Column sorting](https://icflorescu.github.io/mantine-datatable/examples/sorting)** - sort data by one or more columns
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "2.9.1",
"description": "Docs website for mantine-datatable; see ../package/package.json for more info",
"private": true,
"scripts": {
Expand All @@ -21,21 +21,21 @@
"@mantine/next": "^6.0.17",
"@mantine/notifications": "^6.0.17",
"@mantine/prism": "^6.0.17",
"@tabler/icons-react": "^2.28.0",
"@tabler/icons-react": "^2.29.0",
"@tanstack/react-query": "^4.32.0",
"dayjs": "^1.11.9",
"lodash": "^4.17.21",
"mantine-datatable": "*",
"next": "^13.4.11",
"next": "^13.4.12",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.1.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/node": "^20.4.4",
"@types/react": "^18.2.16",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-turborepo",
"version": "2.9.0",
"version": "2.9.1",
"description": "This is a monorepo; see package/package.json for more info",
"private": true,
"workspaces": [
Expand All @@ -27,16 +27,16 @@
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"babel-jest": "^29.6.0",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.11",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.8.0",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0",
"prettier": "^3.0.0",
"turbo": "^1.10.9",
"turbo": "^1.10.11",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "2.9.0",
"version": "2.9.1",
"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 @@ -58,10 +58,10 @@
"devDependencies": {
"@mantine/core": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@tabler/icons-react": "^2.28.0",
"@types/react": "^18.2.15",
"@tabler/icons-react": "^2.29.0",
"@types/react": "^18.2.16",
"@types/react-dom": "^18.2.7",
"esbuild": "^0.18.15",
"esbuild": "^0.18.16",
"react": "^18.2.0",
"typescript": "^5.1.6"
},
Expand Down
Loading

0 comments on commit 8365604

Please sign in to comment.