Skip to content

Commit

Permalink
Merge pull request #602 from icflorescu/next
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
icflorescu committed Jun 15, 2024
2 parents 975a1d3 + a515ca8 commit 56776f6
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 262 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
The following is a list of notable changes to the Mantine DataTable component.
Minor versions that are not listed in the changelog are bug fixes and small improvements.

## 7.10.2 (2024-06-15)

- Update dev dependencies to ensure compatibility with Mantine 7.10.2 and Next.js 14.2.4

## 7.10.1 (2024-06-03)

- Update dev dependencies to ensure compatibility with Mantine 7.10.1
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "7.10.1",
"version": "7.10.2",
"description": "The lightweight, dependency-free, dark-theme aware table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagination, intuitive Gmail-style additive batch rows selection, column sorting, custom cell data rendering, row expansion, nesting, context menus, and much more",
"keywords": [
"mantine",
Expand Down Expand Up @@ -75,42 +75,42 @@
"@ducanh2912/next-pwa": "^10.2.7",
"@faker-js/faker": "^8.4.1",
"@formkit/auto-animate": "^0.8.2",
"@mantine/code-highlight": "^7.10.1",
"@mantine/core": "^7.10.1",
"@mantine/dates": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/modals": "^7.10.1",
"@mantine/notifications": "^7.10.1",
"@tabler/icons-react": "^3.5.0",
"@tanstack/react-query": "^5.40.0",
"@types/lodash": "^4.17.4",
"@types/node": "^20.14.0",
"@mantine/code-highlight": "^7.10.2",
"@mantine/core": "^7.10.2",
"@mantine/dates": "^7.10.2",
"@mantine/hooks": "^7.10.2",
"@mantine/modals": "^7.10.2",
"@mantine/notifications": "^7.10.2",
"@tabler/icons-react": "^3.6.0",
"@tanstack/react-query": "^5.45.0",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"cssnano": "^7.0.2",
"dayjs": "^1.11.11",
"eslint": "^8",
"eslint-config-next": "^14.2.3",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"lodash": "^4.17.21",
"mantine-contextmenu": "^7.10.1",
"next": "^14.2.3",
"mantine-contextmenu": "^7.10.2",
"next": "^14.2.4",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.0",
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4",
"swr": "^2.2.5",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
"webpack": "^5.92.0"
},
"peerDependencies": {
"@mantine/core": ">=7.8",
Expand Down
Loading

0 comments on commit 56776f6

Please sign in to comment.