Skip to content

Commit bc32898

Browse files
committed
upgrade packages
1 parent d6253a6 commit bc32898

File tree

9 files changed

+1045
-1060
lines changed

9 files changed

+1045
-1060
lines changed

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

+14-14
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
},
1515
"dependencies": {
1616
"@docsearch/js": "3.6.1",
17-
"@emotion/react": "^11.11.4",
18-
"@emotion/styled": "^11.11.5",
17+
"@emotion/react": "^11.13.0",
18+
"@emotion/styled": "^11.13.0",
1919
"@faker-js/faker": "^8.4.1",
2020
"@fortawesome/fontawesome-svg-core": "^6.6.0",
2121
"@fortawesome/free-solid-svg-icons": "^6.6.0",
2222
"@fortawesome/react-fontawesome": "^0.2.2",
2323
"@mdx-js/loader": "^3.0.1",
2424
"@mdx-js/react": "^3.0.1",
25-
"@mui/icons-material": "^5.16.4",
26-
"@mui/material": "^5.16.4",
27-
"@mui/x-charts": "^7.10.0",
28-
"@mui/x-date-pickers": "^7.10.0",
25+
"@mui/icons-material": "^5.16.5",
26+
"@mui/material": "^5.16.5",
27+
"@mui/x-charts": "^7.11.1",
28+
"@mui/x-date-pickers": "^7.11.1",
2929
"@next/mdx": "^14.2.5",
30-
"@tanstack/react-query": "^5.51.5",
30+
"@tanstack/react-query": "^5.51.15",
3131
"@tanstack/react-table-devtools": "^8.19.3",
3232
"@types/mdx": "^2.0.13",
33-
"dayjs": "^1.11.11",
33+
"dayjs": "^1.11.12",
3434
"export-to-csv": "^1.3.0",
3535
"jspdf": "^2.5.1",
3636
"jspdf-autotable": "^3.8.2",
@@ -43,16 +43,16 @@
4343
"zod": "^3.23.8"
4444
},
4545
"devDependencies": {
46-
"@tanstack/eslint-plugin-query": "^5.51.1",
47-
"@types/node": "^20.14.11",
46+
"@tanstack/eslint-plugin-query": "^5.51.15",
47+
"@types/node": "^22.0.0",
4848
"@types/react": "^18.3.3",
4949
"@types/react-dom": "^18.3.0",
50-
"@typescript-eslint/eslint-plugin": "^7.16.1",
51-
"@typescript-eslint/parser": "^7.16.1",
52-
"eslint": "9.7.0",
50+
"@typescript-eslint/eslint-plugin": "^7.17.0",
51+
"@typescript-eslint/parser": "^7.17.0",
52+
"eslint": "9.8.0",
5353
"eslint-config-next": "14.2.5",
5454
"next-plausible": "^3.12.0",
5555
"raw-loader": "^4.0.2",
56-
"typescript": "5.5.3"
56+
"typescript": "5.5.4"
5757
}
5858
}

apps/material-react-table-docs/pages/changelog.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ import Head from 'next/head';
99

1010
> Note: As of v2.12.0, the React and ReactDom peer dependencies have been moved back down to React v17 in order to help more people upgrade to MRT v2 without having to upgrade to React v18.
1111
12+
### Version 2.13.1 - 2024-07-28
13+
14+
- Upgraded to TanStack Table v8.19.3
15+
- Upgraded to TanStack Virtual v3.8.3
16+
- Fixed EditTextField to allow custom select props
17+
1218
### Version 2.13.0 - 2024-04-18
1319

1420
- Upgraded to TanStack Table v8.16.0
@@ -18,6 +24,7 @@ import Head from 'next/head';
1824
- Started using the default modal `z-index` value from the MUI theme for the full-screen table dialog to avoid issues with other modals and app bar components.
1925
- Disabled Edit Save Button when `isSaving` state is `true`
2026
- Fixed DatePicker Types generic
27+
- Added `el` locale for Greek translations
2128

2229
### Version 2.12.1 - 2024-02-28
2330

apps/material-react-table-docs/public/sitemap-0.xml

+101-101
Large diffs are not rendered by default.

apps/test-cra/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@emotion/react": "^11.11.4",
7-
"@emotion/styled": "^11.11.5",
8-
"@mui/icons-material": "^5.16.4",
9-
"@mui/material": "^5.16.4",
10-
"@mui/x-date-pickers": "^7.10.0",
11-
"@testing-library/jest-dom": "^6.4.6",
6+
"@emotion/react": "^11.13.0",
7+
"@emotion/styled": "^11.13.0",
8+
"@mui/icons-material": "^5.16.5",
9+
"@mui/material": "^5.16.5",
10+
"@mui/x-date-pickers": "^7.11.1",
11+
"@testing-library/jest-dom": "^6.4.8",
1212
"@testing-library/react": "^16.0.0",
1313
"@testing-library/user-event": "^14.5.2",
1414
"material-react-table": "workspace:*",

apps/test-remix/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"typecheck": "tsc"
1111
},
1212
"dependencies": {
13-
"@emotion/react": "^11.11.4",
14-
"@emotion/styled": "^11.11.5",
15-
"@mui/icons-material": "^5.16.4",
16-
"@mui/material": "^5.16.4",
17-
"@mui/x-date-pickers": "^7.10.0",
13+
"@emotion/react": "^11.13.0",
14+
"@emotion/styled": "^11.13.0",
15+
"@mui/icons-material": "^5.16.5",
16+
"@mui/material": "^5.16.5",
17+
"@mui/x-date-pickers": "^7.11.1",
1818
"@remix-run/css-bundle": "^2.10.3",
1919
"@remix-run/node": "^2.10.3",
2020
"@remix-run/react": "^2.10.3",
@@ -29,8 +29,8 @@
2929
"@remix-run/eslint-config": "^2.10.3",
3030
"@types/react": "^18.3.3",
3131
"@types/react-dom": "^18.3.0",
32-
"eslint": "^9.7.0",
33-
"typescript": "^5.5.3"
32+
"eslint": "^9.8.0",
33+
"typescript": "^5.5.4"
3434
},
3535
"engines": {
3636
"node": ">=18.0.0"

apps/test-vite/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@emotion/react": "^11.11.4",
14-
"@emotion/styled": "^11.11.5",
15-
"@mui/icons-material": "^5.16.4",
16-
"@mui/material": "^5.16.4",
17-
"@mui/x-date-pickers": "^7.10.0",
13+
"@emotion/react": "^11.13.0",
14+
"@emotion/styled": "^11.13.0",
15+
"@mui/icons-material": "^5.16.5",
16+
"@mui/material": "^5.16.5",
17+
"@mui/x-date-pickers": "^7.11.1",
1818
"material-react-table": "workspace:*",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1"
2121
},
2222
"devDependencies": {
2323
"@types/react": "^18.3.3",
2424
"@types/react-dom": "^18.3.0",
25-
"@typescript-eslint/eslint-plugin": "^7.16.1",
26-
"@typescript-eslint/parser": "^7.16.1",
25+
"@typescript-eslint/eslint-plugin": "^7.17.0",
26+
"@typescript-eslint/parser": "^7.17.0",
2727
"@vitejs/plugin-react": "^4.3.1",
28-
"eslint": "^9.7.0",
28+
"eslint": "^9.8.0",
2929
"eslint-plugin-react-hooks": "^4.6.2",
30-
"eslint-plugin-react-refresh": "^0.4.8",
31-
"typescript": "^5.5.3",
32-
"vite": "^5.3.4"
30+
"eslint-plugin-react-refresh": "^0.4.9",
31+
"typescript": "^5.5.4",
32+
"vite": "^5.3.5"
3333
}
3434
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"prettier": "^3.3.3",
29-
"turbo": "^2.0.7"
29+
"turbo": "^2.0.9"
3030
},
3131
"engines": {
3232
"node": ">=16.0.0"

packages/material-react-table/package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.13.0",
2+
"version": "2.13.1",
33
"license": "MIT",
44
"name": "material-react-table",
55
"description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
@@ -62,31 +62,31 @@
6262
"build-storybook": "storybook build"
6363
},
6464
"devDependencies": {
65-
"@emotion/react": "^11.11.4",
66-
"@emotion/styled": "^11.11.5",
65+
"@emotion/react": "^11.13.0",
66+
"@emotion/styled": "^11.13.0",
6767
"@faker-js/faker": "^8.4.1",
68-
"@mui/icons-material": "^5.16.4",
69-
"@mui/material": "^5.16.4",
70-
"@mui/x-date-pickers": "^7.10.0",
68+
"@mui/icons-material": "^5.16.5",
69+
"@mui/material": "^5.16.5",
70+
"@mui/x-date-pickers": "^7.11.1",
7171
"@rollup/plugin-typescript": "^11.1.6",
7272
"@size-limit/preset-small-lib": "^11.1.4",
73-
"@storybook/addon-a11y": "^8.2.4",
74-
"@storybook/addon-essentials": "^8.2.4",
75-
"@storybook/addon-links": "^8.2.4",
76-
"@storybook/addon-storysource": "^8.2.4",
77-
"@storybook/blocks": "^8.2.4",
78-
"@storybook/preview-api": "^8.2.4",
79-
"@storybook/react": "^8.2.4",
80-
"@storybook/react-vite": "^8.2.4",
81-
"@types/node": "^20.14.11",
73+
"@storybook/addon-a11y": "^8.2.6",
74+
"@storybook/addon-essentials": "^8.2.6",
75+
"@storybook/addon-links": "^8.2.6",
76+
"@storybook/addon-storysource": "^8.2.6",
77+
"@storybook/blocks": "^8.2.6",
78+
"@storybook/preview-api": "^8.2.6",
79+
"@storybook/react": "^8.2.6",
80+
"@storybook/react-vite": "^8.2.6",
81+
"@types/node": "^22.0.0",
8282
"@types/react": "^18.3.3",
8383
"@types/react-dom": "^18.3.0",
84-
"@typescript-eslint/eslint-plugin": "^7.16.1",
85-
"@typescript-eslint/parser": "^7.16.1",
84+
"@typescript-eslint/eslint-plugin": "^7.17.0",
85+
"@typescript-eslint/parser": "^7.17.0",
8686
"@vitejs/plugin-react": "^4.3.1",
87-
"eslint": "^9.7.0",
87+
"eslint": "^9.8.0",
8888
"eslint-plugin-mui-path-imports": "^0.0.15",
89-
"eslint-plugin-perfectionist": "^2.11.0",
89+
"eslint-plugin-perfectionist": "^3.0.0",
9090
"eslint-plugin-storybook": "^0.8.0",
9191
"prop-types": "^15.8.1",
9292
"react": "^18.3.1",
@@ -98,11 +98,11 @@
9898
"rollup-plugin-dts": "^6.1.1",
9999
"rollup-plugin-peer-deps-external": "^2.2.4",
100100
"size-limit": "^11.1.4",
101-
"storybook": "^8.2.4",
101+
"storybook": "^8.2.6",
102102
"storybook-dark-mode": "^4.0.2",
103103
"tslib": "^2.6.3",
104-
"typescript": "^5.5.3",
105-
"vite": "^5.3.4"
104+
"typescript": "^5.5.4",
105+
"vite": "^5.3.5"
106106
},
107107
"peerDependencies": {
108108
"@emotion/react": ">=11.11",

0 commit comments

Comments
 (0)