Skip to content

Commit

Permalink
Merge pull request #531 from icflorescu/next
Browse files Browse the repository at this point in the history
Update dev deps to ensure compatibility with Mantine 7.5
  • Loading branch information
icflorescu committed Jan 27, 2024
2 parents 2997ecf + 4146bec commit 7ebae2c
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 126 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.5.0 (2024-01-27)

- Update dev dependencies to ensure compatibility with Mantine 7.5.0

## 7.4.6 (2024-01-21)

- Improve first and last column pinning CSS to allow combining the feature with column groups
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "7.4.6",
"version": "7.5.0",
"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 @@ -73,30 +73,30 @@
"devDependencies": {
"@docsearch/react": "^3.5.2",
"@ducanh2912/next-pwa": "^10.2.2",
"@faker-js/faker": "^8.3.1",
"@faker-js/faker": "^8.4.0",
"@formkit/auto-animate": "^0.8.1",
"@mantine/code-highlight": "^7.4.2",
"@mantine/core": "^7.4.2",
"@mantine/dates": "^7.4.2",
"@mantine/hooks": "^7.4.2",
"@mantine/modals": "^7.4.2",
"@mantine/notifications": "^7.4.2",
"@mantine/code-highlight": "^7.5.0",
"@mantine/core": "^7.5.0",
"@mantine/dates": "^7.5.0",
"@mantine/hooks": "^7.5.0",
"@mantine/modals": "^7.5.0",
"@mantine/notifications": "^7.5.0",
"@tabler/icons-react": "^2.46.0",
"@tanstack/react-query": "^5.17.19",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.5",
"@types/node": "^20.11.8",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"clsx": "^2.1.0",
"cssnano": "^6.0.3",
"dayjs": "^1.11.10",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"lodash": "^4.17.21",
"mantine-contextmenu": "^7.4.1",
"mantine-contextmenu": "^7.5.0",
"next": "14.1.0",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
Expand All @@ -110,7 +110,7 @@
"swr": "^2.2.4",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
"webpack": "^5.90.0"
},
"peerDependencies": {
"@mantine/core": ">=7",
Expand Down
Loading

0 comments on commit 7ebae2c

Please sign in to comment.