Skip to content

Commit 2b3a54d

Browse files
committed
Update deps, changelog, bump version
1 parent b30f06a commit 2b3a54d

File tree

3 files changed

+603
-520
lines changed

3 files changed

+603
-520
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
The following is a list of notable changes to the Mantine DataTable component.
44
Minor versions that are not listed in the changelog are bug fixes and small improvements.
55

6+
## 7.11.3 (2024-07-30)
7+
8+
- Update dev dependencies
9+
- Implement drag and drop support (see [#616](https://github.com/icflorescu/mantine-datatable/pull/616))
10+
611
## 7.11.2 (2024-07-10)
712

813
- Update dev dependencies

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-datatable",
3-
"version": "7.11.2",
3+
"version": "7.11.3",
44
"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",
55
"keywords": [
66
"mantine",
@@ -71,47 +71,47 @@
7171
"format": "prettier --write ."
7272
},
7373
"devDependencies": {
74-
"@docsearch/react": "^3.6.0",
75-
"@ducanh2912/next-pwa": "^10.2.7",
74+
"@docsearch/react": "^3.6.1",
75+
"@ducanh2912/next-pwa": "^10.2.8",
7676
"@faker-js/faker": "^8.4.1",
7777
"@formkit/auto-animate": "^0.8.2",
7878
"@hello-pangea/dnd": "^16.6.0",
79-
"@mantine/code-highlight": "^7.11.1",
80-
"@mantine/core": "^7.11.1",
81-
"@mantine/dates": "^7.11.1",
82-
"@mantine/hooks": "^7.11.1",
83-
"@mantine/modals": "^7.11.1",
84-
"@mantine/notifications": "^7.11.1",
85-
"@tabler/icons-react": "^3.10.0",
86-
"@tanstack/react-query": "^5.50.1",
87-
"@types/lodash": "^4.17.6",
88-
"@types/node": "^20.14.10",
79+
"@mantine/code-highlight": "^7.11.2",
80+
"@mantine/core": "^7.11.2",
81+
"@mantine/dates": "^7.11.2",
82+
"@mantine/hooks": "^7.11.2",
83+
"@mantine/modals": "^7.11.2",
84+
"@mantine/notifications": "^7.11.2",
85+
"@tabler/icons-react": "^3.11.0",
86+
"@tanstack/react-query": "^5.51.15",
87+
"@types/lodash": "^4.17.7",
88+
"@types/node": "^22.0.0",
8989
"@types/react": "^18.3.3",
9090
"@types/react-dom": "^18.3.0",
91-
"@typescript-eslint/eslint-plugin": "^7.16.0",
92-
"@typescript-eslint/parser": "^7.16.0",
91+
"@typescript-eslint/eslint-plugin": "^7.18.0",
92+
"@typescript-eslint/parser": "^7.18.0",
9393
"clsx": "^2.1.1",
9494
"cssnano": "^7.0.4",
95-
"dayjs": "^1.11.11",
95+
"dayjs": "^1.11.12",
9696
"eslint": "^8",
97-
"eslint-config-next": "^14.2.4",
97+
"eslint-config-next": "^14.2.5",
9898
"eslint-config-prettier": "^9.1.0",
9999
"lodash": "^4.17.21",
100-
"mantine-contextmenu": "^7.11.2",
101-
"next": "^14.2.4",
102-
"postcss": "^8.4.39",
100+
"mantine-contextmenu": "^7.11.3",
101+
"next": "^14.2.5",
102+
"postcss": "^8.4.40",
103103
"postcss-cli": "^11.0.0",
104104
"postcss-import": "^16.1.0",
105-
"postcss-preset-mantine": "^1.15.0",
105+
"postcss-preset-mantine": "^1.17.0",
106106
"postcss-simple-vars": "^7.0.1",
107-
"prettier": "^3.3.2",
107+
"prettier": "^3.3.3",
108108
"react": "^18.3.1",
109109
"react-dom": "^18.3.1",
110110
"sharp": "^0.33.4",
111111
"swr": "^2.2.5",
112-
"tsup": "^8.1.0",
113-
"typescript": "^5.5.3",
114-
"webpack": "^5.92.1"
112+
"tsup": "^8.2.3",
113+
"typescript": "^5.5.4",
114+
"webpack": "^5.93.0"
115115
},
116116
"peerDependencies": {
117117
"@mantine/core": ">=7.8",

0 commit comments

Comments
 (0)