Skip to content

Commit 6fc67a6

Browse files
committed
upgrade to Mantine v7.6
1 parent 7a0f9fc commit 6fc67a6

File tree

3 files changed

+383
-385
lines changed

3 files changed

+383
-385
lines changed

apps/mantine-react-table-docs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"@fortawesome/fontawesome-svg-core": "^6.5.1",
1919
"@fortawesome/free-solid-svg-icons": "^6.5.1",
2020
"@fortawesome/react-fontawesome": "^0.2.0",
21-
"@mantine/code-highlight": "7.5.2",
22-
"@mantine/core": "7.5.2",
23-
"@mantine/dates": "7.5.2",
24-
"@mantine/hooks": "7.5.2",
25-
"@mantine/modals": "7.5.2",
21+
"@mantine/code-highlight": "7.6.0",
22+
"@mantine/core": "7.6.0",
23+
"@mantine/dates": "7.6.0",
24+
"@mantine/hooks": "7.6.0",
25+
"@mantine/modals": "7.6.0",
2626
"@mdx-js/loader": "^3.0.1",
2727
"@mdx-js/react": "^3.0.1",
2828
"@next/mdx": "^14.1.0",
2929
"@tabler/icons-react": "2.47.0",
30-
"@tanstack/react-query": "^5.22.2",
30+
"@tanstack/react-query": "^5.24.1",
3131
"@types/mdx": "^2.0.11",
3232
"clsx": "^2.1.0",
3333
"dayjs": "^1.11.10",
34-
"export-to-csv": "^1.2.2",
34+
"export-to-csv": "^1.2.3",
3535
"jspdf": "^2.5.1",
3636
"jspdf-autotable": "^3.8.2",
3737
"mantine-react-table": "workspace:*",
@@ -41,12 +41,12 @@
4141
"react-dom": "18.2.0"
4242
},
4343
"devDependencies": {
44-
"@types/node": "^20.11.19",
45-
"@types/react": "^18.2.57",
44+
"@types/node": "^20.11.20",
45+
"@types/react": "^18.2.58",
4646
"@types/react-dom": "^18.2.19",
4747
"@typescript-eslint/eslint-plugin": "^7.0.2",
4848
"@typescript-eslint/parser": "^7.0.2",
49-
"eslint": "8.56.0",
49+
"eslint": "8.57.0",
5050
"eslint-config-next": "14.1.0",
5151
"next-plausible": "^3.12.0",
5252
"postcss": "^8.4.35",

packages/mantine-react-table/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
"@babel/core": "^7.23.9",
8383
"@babel/preset-react": "^7.23.3",
8484
"@faker-js/faker": "^8.4.1",
85-
"@mantine/core": "7.5.2",
86-
"@mantine/dates": "7.5.2",
87-
"@mantine/hooks": "7.5.2",
85+
"@mantine/core": "7.6.0",
86+
"@mantine/dates": "7.6.0",
87+
"@mantine/hooks": "7.6.0",
8888
"@rollup/plugin-babel": "^6.0.4",
8989
"@rollup/plugin-node-resolve": "^15.2.3",
9090
"@rollup/plugin-typescript": "^11.1.6",
@@ -99,15 +99,15 @@
9999
"@storybook/react-vite": "^7.6.17",
100100
"@storybook/testing-library": "^0.2.2",
101101
"@tabler/icons-react": "2.47.0",
102-
"@types/node": "^20.11.19",
103-
"@types/react": "^18.2.57",
102+
"@types/node": "^20.11.20",
103+
"@types/react": "^18.2.58",
104104
"@types/react-dom": "^18.2.19",
105105
"@typescript-eslint/eslint-plugin": "^7.0.2",
106106
"@typescript-eslint/parser": "^7.0.2",
107107
"@vitejs/plugin-react": "^4.2.1",
108108
"clsx": "^2.1.0",
109109
"dayjs": "^1.11.10",
110-
"eslint": "^8.56.0",
110+
"eslint": "^8.57.0",
111111
"eslint-plugin-perfectionist": "^2.5.0",
112112
"mantine-contextmenu": "^7.5.0",
113113
"postcss": "^8.4.35",
@@ -129,17 +129,17 @@
129129
"tslib": "^2.6.2",
130130
"typescript": "^5.3.3",
131131
"typescript-plugin-css-modules": "^5.1.0",
132-
"vite": "^5.1.3"
132+
"vite": "^5.1.4"
133133
},
134134
"dependencies": {
135135
"@tanstack/match-sorter-utils": "8.11.8",
136136
"@tanstack/react-table": "8.12.0",
137137
"@tanstack/react-virtual": "3.1.2"
138138
},
139139
"peerDependencies": {
140-
"@mantine/core": "^7.5",
141-
"@mantine/dates": "^7.5",
142-
"@mantine/hooks": "^7.5",
140+
"@mantine/core": "^7.6",
141+
"@mantine/dates": "^7.6",
142+
"@mantine/hooks": "^7.6",
143143
"@tabler/icons-react": ">=2.23.0",
144144
"clsx": ">=2",
145145
"dayjs": ">=1.11",

0 commit comments

Comments
 (0)