Skip to content

Commit f26f893

Browse files
committed
upgrade Mantine v7.7
1 parent 25a3832 commit f26f893

File tree

4 files changed

+877
-1062
lines changed

4 files changed

+877
-1062
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
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.6.2",
22-
"@mantine/core": "7.6.2",
23-
"@mantine/dates": "7.6.2",
24-
"@mantine/hooks": "7.6.2",
25-
"@mantine/modals": "7.6.2",
21+
"@mantine/code-highlight": "7.7.0",
22+
"@mantine/core": "7.7.0",
23+
"@mantine/dates": "7.7.0",
24+
"@mantine/hooks": "7.7.0",
25+
"@mantine/modals": "7.7.0",
2626
"@mdx-js/loader": "^3.0.1",
2727
"@mdx-js/react": "^3.0.1",
2828
"@next/mdx": "^14.1.4",
2929
"@tabler/icons-react": "3.1.0",
30-
"@tanstack/react-query": "^5.28.4",
31-
"@types/mdx": "^2.0.11",
30+
"@tanstack/react-query": "^5.28.8",
31+
"@types/mdx": "^2.0.12",
3232
"clsx": "^2.1.0",
3333
"dayjs": "^1.11.10",
3434
"export-to-csv": "^1.2.4",
@@ -42,17 +42,17 @@
4242
},
4343
"devDependencies": {
4444
"@types/node": "^20.11.30",
45-
"@types/react": "^18.2.67",
45+
"@types/react": "^18.2.71",
4646
"@types/react-dom": "^18.2.22",
47-
"@typescript-eslint/eslint-plugin": "^7.3.1",
48-
"@typescript-eslint/parser": "^7.3.1",
47+
"@typescript-eslint/eslint-plugin": "^7.4.0",
48+
"@typescript-eslint/parser": "^7.4.0",
4949
"eslint": "8.57.0",
5050
"eslint-config-next": "14.1.4",
5151
"next-plausible": "^3.12.0",
52-
"postcss": "^8.4.37",
52+
"postcss": "^8.4.38",
5353
"postcss-preset-mantine": "^1.13.0",
5454
"postcss-simple-vars": "^7.0.1",
5555
"raw-loader": "^4.0.2",
56-
"typescript": "5.4.2"
56+
"typescript": "5.4.3"
5757
}
5858
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"prettier": "^3.2.5",
30-
"turbo": "^1.12.5"
30+
"turbo": "^1.13.0"
3131
},
3232
"engines": {
3333
"node": ">=16.0.0"

packages/mantine-react-table/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -82,36 +82,36 @@
8282
"@babel/core": "^7.24.3",
8383
"@babel/preset-react": "^7.24.1",
8484
"@faker-js/faker": "^8.4.1",
85-
"@mantine/core": "7.6.2",
86-
"@mantine/dates": "7.6.2",
87-
"@mantine/hooks": "7.6.2",
85+
"@mantine/core": "7.7.0",
86+
"@mantine/dates": "7.7.0",
87+
"@mantine/hooks": "7.7.0",
8888
"@rollup/plugin-babel": "^6.0.4",
8989
"@rollup/plugin-node-resolve": "^15.2.3",
9090
"@rollup/plugin-typescript": "^11.1.6",
91-
"@size-limit/preset-small-lib": "^11.1.1",
92-
"@storybook/addon-a11y": "^8.0.2",
93-
"@storybook/addon-essentials": "^8.0.2",
94-
"@storybook/addon-interactions": "^8.0.2",
95-
"@storybook/addon-links": "^8.0.2",
96-
"@storybook/addon-storysource": "^8.0.2",
97-
"@storybook/blocks": "^8.0.2",
98-
"@storybook/preview-api": "^8.0.2",
99-
"@storybook/react": "^8.0.2",
100-
"@storybook/react-vite": "^8.0.2",
91+
"@size-limit/preset-small-lib": "^11.1.2",
92+
"@storybook/addon-a11y": "^8.0.4",
93+
"@storybook/addon-essentials": "^8.0.4",
94+
"@storybook/addon-interactions": "^8.0.4",
95+
"@storybook/addon-links": "^8.0.4",
96+
"@storybook/addon-storysource": "^8.0.4",
97+
"@storybook/blocks": "^8.0.4",
98+
"@storybook/preview-api": "^8.0.4",
99+
"@storybook/react": "^8.0.4",
100+
"@storybook/react-vite": "^8.0.4",
101101
"@storybook/testing-library": "^0.2.2",
102102
"@tabler/icons-react": "3.1.0",
103103
"@types/node": "^20.11.30",
104-
"@types/react": "^18.2.67",
104+
"@types/react": "^18.2.71",
105105
"@types/react-dom": "^18.2.22",
106-
"@typescript-eslint/eslint-plugin": "^7.3.1",
107-
"@typescript-eslint/parser": "^7.3.1",
106+
"@typescript-eslint/eslint-plugin": "^7.4.0",
107+
"@typescript-eslint/parser": "^7.4.0",
108108
"@vitejs/plugin-react": "^4.2.1",
109109
"clsx": "^2.1.0",
110110
"dayjs": "^1.11.10",
111111
"eslint": "^8.57.0",
112112
"eslint-plugin-perfectionist": "^2.7.0",
113113
"mantine-contextmenu": "^7.6.2",
114-
"postcss": "^8.4.37",
114+
"postcss": "^8.4.38",
115115
"postcss-preset-mantine": "^1.13.0",
116116
"postcss-simple-vars": "^7.0.1",
117117
"prop-types": "^15.8.1",
@@ -124,17 +124,17 @@
124124
"rollup-plugin-dts": "^6.1.0",
125125
"rollup-plugin-peer-deps-external": "^2.2.4",
126126
"rollup-plugin-postcss": "^4.0.2",
127-
"size-limit": "^11.1.1",
128-
"storybook": "^8.0.2",
127+
"size-limit": "^11.1.2",
128+
"storybook": "^8.0.4",
129129
"storybook-dark-mode": "^4.0.1",
130130
"tslib": "^2.6.2",
131-
"typescript": "^5.4.2",
131+
"typescript": "^5.4.3",
132132
"typescript-plugin-css-modules": "^5.1.0",
133-
"vite": "^5.2.2"
133+
"vite": "^5.2.6"
134134
},
135135
"dependencies": {
136136
"@tanstack/match-sorter-utils": "8.11.8",
137-
"@tanstack/react-table": "8.14.0",
137+
"@tanstack/react-table": "8.15.0",
138138
"@tanstack/react-virtual": "3.2.0"
139139
},
140140
"peerDependencies": {

0 commit comments

Comments
 (0)