Skip to content

Commit 7badb84

Browse files
committed
release beta 4
1 parent c166eea commit 7badb84

File tree

4 files changed

+8982
-6658
lines changed

4 files changed

+8982
-6658
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
"@faker-js/faker": "^8.4.1",
1818
"@fortawesome/fontawesome-svg-core": "^6.5.2",
1919
"@fortawesome/free-solid-svg-icons": "^6.5.2",
20-
"@fortawesome/react-fontawesome": "^0.2.0",
21-
"@mantine/code-highlight": "7.9.0",
22-
"@mantine/core": "7.9.0",
23-
"@mantine/dates": "7.9.0",
24-
"@mantine/hooks": "7.9.0",
25-
"@mantine/modals": "7.9.0",
20+
"@fortawesome/react-fontawesome": "^0.2.2",
21+
"@mantine/code-highlight": "7.10.1",
22+
"@mantine/core": "7.10.1",
23+
"@mantine/dates": "7.10.1",
24+
"@mantine/hooks": "7.10.1",
25+
"@mantine/modals": "7.10.1",
2626
"@mdx-js/loader": "^3.0.1",
2727
"@mdx-js/react": "^3.0.1",
2828
"@next/mdx": "^14.2.3",
29-
"@tabler/icons-react": "3.3.0",
30-
"@tanstack/react-query": "^5.32.1",
29+
"@tabler/icons-react": "3.5.0",
30+
"@tanstack/react-query": "^5.40.0",
3131
"@types/mdx": "^2.0.13",
3232
"clsx": "^2.1.1",
3333
"dayjs": "^1.11.11",
@@ -41,12 +41,12 @@
4141
"react-dom": "18.3.1"
4242
},
4343
"devDependencies": {
44-
"@types/node": "^20.12.8",
45-
"@types/react": "^18.3.1",
44+
"@types/node": "^20.13.0",
45+
"@types/react": "^18.3.3",
4646
"@types/react-dom": "^18.3.0",
47-
"@typescript-eslint/eslint-plugin": "^7.8.0",
48-
"@typescript-eslint/parser": "^7.8.0",
49-
"eslint": "9.1.1",
47+
"@typescript-eslint/eslint-plugin": "^7.11.0",
48+
"@typescript-eslint/parser": "^7.11.0",
49+
"eslint": "9.3.0",
5050
"eslint-config-next": "14.2.3",
5151
"next-plausible": "^3.12.0",
5252
"postcss": "^8.4.38",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"engines": {
3333
"node": ">=16.0.0"
3434
},
35-
"packageManager": "pnpm@8.7.6"
35+
"packageManager": "pnpm@9.1.1"
3636
}

packages/mantine-react-table/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-beta.3",
2+
"version": "2.0.0-beta.4",
33
"license": "MIT",
44
"name": "mantine-react-table",
55
"description": "A fully featured Mantine implementation of TanStack React Table V8, written from the ground up in TypeScript.",
@@ -79,62 +79,62 @@
7979
"storybook:dev": "storybook dev -p 6007"
8080
},
8181
"devDependencies": {
82-
"@babel/core": "^7.24.5",
83-
"@babel/preset-react": "^7.24.1",
82+
"@babel/core": "^7.24.6",
83+
"@babel/preset-react": "^7.24.6",
8484
"@faker-js/faker": "^8.4.1",
85-
"@mantine/core": "7.9.0",
86-
"@mantine/dates": "7.9.0",
87-
"@mantine/hooks": "7.9.0",
85+
"@mantine/core": "7.10.1",
86+
"@mantine/dates": "7.10.1",
87+
"@mantine/hooks": "7.10.1",
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.2",
92-
"@storybook/addon-a11y": "^8.0.9",
93-
"@storybook/addon-essentials": "^8.0.9",
94-
"@storybook/addon-interactions": "^8.0.9",
95-
"@storybook/addon-links": "^8.0.9",
96-
"@storybook/addon-storysource": "^8.0.9",
97-
"@storybook/blocks": "^8.0.9",
98-
"@storybook/preview-api": "^8.0.9",
99-
"@storybook/react": "^8.0.9",
100-
"@storybook/react-vite": "^8.0.9",
91+
"@size-limit/preset-small-lib": "^11.1.4",
92+
"@storybook/addon-a11y": "^8.1.5",
93+
"@storybook/addon-essentials": "^8.1.5",
94+
"@storybook/addon-interactions": "^8.1.5",
95+
"@storybook/addon-links": "^8.1.5",
96+
"@storybook/addon-storysource": "^8.1.5",
97+
"@storybook/blocks": "^8.1.5",
98+
"@storybook/preview-api": "^8.1.5",
99+
"@storybook/react": "^8.1.5",
100+
"@storybook/react-vite": "^8.1.5",
101101
"@storybook/testing-library": "^0.2.2",
102-
"@tabler/icons-react": "3.3.0",
103-
"@types/node": "^20.12.8",
104-
"@types/react": "^18.3.1",
102+
"@tabler/icons-react": "3.5.0",
103+
"@types/node": "^20.13.0",
104+
"@types/react": "^18.3.3",
105105
"@types/react-dom": "^18.3.0",
106-
"@typescript-eslint/eslint-plugin": "^7.8.0",
107-
"@typescript-eslint/parser": "^7.8.0",
108-
"@vitejs/plugin-react": "^4.2.1",
106+
"@typescript-eslint/eslint-plugin": "^7.11.0",
107+
"@typescript-eslint/parser": "^7.11.0",
108+
"@vitejs/plugin-react": "^4.3.0",
109109
"clsx": "^2.1.1",
110110
"dayjs": "^1.11.11",
111-
"eslint": "^9.1.1",
111+
"eslint": "^9.3.0",
112112
"eslint-plugin-perfectionist": "^2.10.0",
113-
"mantine-contextmenu": "^7.9.0",
113+
"mantine-contextmenu": "^7.9.1",
114114
"postcss": "^8.4.38",
115115
"postcss-preset-mantine": "^1.15.0",
116116
"postcss-simple-vars": "^7.0.1",
117117
"prop-types": "^15.8.1",
118118
"react": "^18.3.1",
119119
"react-dom": "^18.3.1",
120120
"react-is": "^18.3.1",
121-
"rollup": "^4.17.2",
121+
"rollup": "^4.18.0",
122122
"rollup-plugin-copy": "^3.5.0",
123123
"rollup-plugin-delete": "^2.0.0",
124-
"rollup-plugin-dts": "^6.1.0",
124+
"rollup-plugin-dts": "^6.1.1",
125125
"rollup-plugin-peer-deps-external": "^2.2.4",
126126
"rollup-plugin-postcss": "^4.0.2",
127-
"size-limit": "^11.1.2",
128-
"storybook": "^8.0.9",
127+
"size-limit": "^11.1.4",
128+
"storybook": "^8.1.5",
129129
"storybook-dark-mode": "^4.0.1",
130130
"tslib": "^2.6.2",
131131
"typescript": "^5.4.5",
132132
"typescript-plugin-css-modules": "^5.1.0",
133-
"vite": "^5.2.11"
133+
"vite": "^5.2.12"
134134
},
135135
"dependencies": {
136136
"@tanstack/match-sorter-utils": "8.15.1",
137-
"@tanstack/react-table": "8.16.0",
137+
"@tanstack/react-table": "8.17.3",
138138
"@tanstack/react-virtual": "3.5.0"
139139
},
140140
"peerDependencies": {

0 commit comments

Comments
 (0)