Skip to content

Commit 41a7203

Browse files
committed
package upgrades
1 parent 13ed5bd commit 41a7203

File tree

6 files changed

+915
-994
lines changed

6 files changed

+915
-994
lines changed

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

+16-16
Original file line numberDiff line numberDiff line change
@@ -22,34 +22,34 @@
2222
"@fortawesome/react-fontawesome": "^0.2.0",
2323
"@mdx-js/loader": "^3.0.1",
2424
"@mdx-js/react": "^3.0.1",
25-
"@mui/icons-material": "^5.15.15",
26-
"@mui/material": "^5.15.15",
27-
"@mui/x-charts": "^7.3.0",
28-
"@mui/x-date-pickers": "^7.2.0",
25+
"@mui/icons-material": "^5.15.16",
26+
"@mui/material": "^5.15.16",
27+
"@mui/x-charts": "^7.3.2",
28+
"@mui/x-date-pickers": "^7.3.2",
2929
"@next/mdx": "^14.2.3",
30-
"@tanstack/react-query": "^5.32.0",
30+
"@tanstack/react-query": "^5.35.1",
3131
"@tanstack/react-table-devtools": "^8.16.0",
3232
"@types/mdx": "^2.0.13",
33-
"dayjs": "^1.11.10",
34-
"export-to-csv": "^1.2.4",
33+
"dayjs": "^1.11.11",
34+
"export-to-csv": "^1.3.0",
3535
"jspdf": "^2.5.1",
3636
"jspdf-autotable": "^3.8.2",
3737
"material-react-table": "workspace:*",
3838
"next": "14.2.3",
3939
"next-sitemap": "^4.2.3",
4040
"prism-react-renderer": "^2.3.1",
41-
"react": "18.3.0",
42-
"react-dom": "18.3.0",
43-
"zod": "^3.23.4"
41+
"react": "18.3.1",
42+
"react-dom": "18.3.1",
43+
"zod": "^3.23.7"
4444
},
4545
"devDependencies": {
46-
"@tanstack/eslint-plugin-query": "^5.28.11",
47-
"@types/node": "^20.12.7",
48-
"@types/react": "^18.3.0",
46+
"@tanstack/eslint-plugin-query": "^5.32.1",
47+
"@types/node": "^20.12.10",
48+
"@types/react": "^18.3.1",
4949
"@types/react-dom": "^18.3.0",
50-
"@typescript-eslint/eslint-plugin": "^7.7.1",
51-
"@typescript-eslint/parser": "^7.7.1",
52-
"eslint": "9.1.1",
50+
"@typescript-eslint/eslint-plugin": "^7.8.0",
51+
"@typescript-eslint/parser": "^7.8.0",
52+
"eslint": "9.2.0",
5353
"eslint-config-next": "14.2.3",
5454
"next-plausible": "^3.12.0",
5555
"raw-loader": "^4.0.2",

apps/test-cra/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"dependencies": {
66
"@emotion/react": "^11.11.4",
77
"@emotion/styled": "^11.11.5",
8-
"@mui/icons-material": "^5.15.15",
9-
"@mui/material": "^5.15.15",
10-
"@mui/x-date-pickers": "^7.2.0",
11-
"@testing-library/jest-dom": "^6.4.2",
12-
"@testing-library/react": "^15.0.4",
8+
"@mui/icons-material": "^5.15.16",
9+
"@mui/material": "^5.15.16",
10+
"@mui/x-date-pickers": "^7.3.2",
11+
"@testing-library/jest-dom": "^6.4.5",
12+
"@testing-library/react": "^15.0.7",
1313
"@testing-library/user-event": "^14.5.2",
1414
"material-react-table": "workspace:*",
15-
"react": "^18.3.0",
16-
"react-dom": "^18.3.0",
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1",
1717
"react-scripts": "5.0.1"
1818
},
1919
"scripts": {

apps/test-remix/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@
1212
"dependencies": {
1313
"@emotion/react": "^11.11.4",
1414
"@emotion/styled": "^11.11.5",
15-
"@mui/icons-material": "^5.15.15",
16-
"@mui/material": "^5.15.15",
17-
"@mui/x-date-pickers": "^7.2.0",
15+
"@mui/icons-material": "^5.15.16",
16+
"@mui/material": "^5.15.16",
17+
"@mui/x-date-pickers": "^7.3.2",
1818
"@remix-run/css-bundle": "^2.9.1",
1919
"@remix-run/node": "^2.9.1",
2020
"@remix-run/react": "^2.9.1",
2121
"@remix-run/serve": "^2.9.1",
22-
"isbot": "^5.1.5",
22+
"isbot": "^5.1.6",
2323
"material-react-table": "workspace:*",
24-
"react": "^18.3.0",
25-
"react-dom": "^18.3.0"
24+
"react": "^18.3.1",
25+
"react-dom": "^18.3.1"
2626
},
2727
"devDependencies": {
2828
"@remix-run/dev": "^2.9.1",
2929
"@remix-run/eslint-config": "^2.9.1",
30-
"@types/react": "^18.3.0",
30+
"@types/react": "^18.3.1",
3131
"@types/react-dom": "^18.3.0",
32-
"eslint": "^9.1.1",
32+
"eslint": "^9.2.0",
3333
"typescript": "^5.4.5"
3434
},
3535
"engines": {

apps/test-vite/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
"dependencies": {
1313
"@emotion/react": "^11.11.4",
1414
"@emotion/styled": "^11.11.5",
15-
"@mui/icons-material": "^5.15.15",
16-
"@mui/material": "^5.15.15",
17-
"@mui/x-date-pickers": "^7.2.0",
15+
"@mui/icons-material": "^5.15.16",
16+
"@mui/material": "^5.15.16",
17+
"@mui/x-date-pickers": "^7.3.2",
1818
"material-react-table": "workspace:*",
19-
"react": "^18.3.0",
20-
"react-dom": "^18.3.0"
19+
"react": "^18.3.1",
20+
"react-dom": "^18.3.1"
2121
},
2222
"devDependencies": {
23-
"@types/react": "^18.3.0",
23+
"@types/react": "^18.3.1",
2424
"@types/react-dom": "^18.3.0",
25-
"@typescript-eslint/eslint-plugin": "^7.7.1",
26-
"@typescript-eslint/parser": "^7.7.1",
25+
"@typescript-eslint/eslint-plugin": "^7.8.0",
26+
"@typescript-eslint/parser": "^7.8.0",
2727
"@vitejs/plugin-react": "^4.2.1",
28-
"eslint": "^9.1.1",
29-
"eslint-plugin-react-hooks": "^4.6.1",
28+
"eslint": "^9.2.0",
29+
"eslint-plugin-react-hooks": "^4.6.2",
3030
"eslint-plugin-react-refresh": "^0.4.6",
3131
"typescript": "^5.4.5",
32-
"vite": "^5.2.10"
32+
"vite": "^5.2.11"
3333
}
3434
}

packages/material-react-table/package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -65,44 +65,44 @@
6565
"@emotion/react": "^11.11.4",
6666
"@emotion/styled": "^11.11.5",
6767
"@faker-js/faker": "^8.4.1",
68-
"@mui/icons-material": "^5.15.15",
69-
"@mui/material": "^5.15.15",
70-
"@mui/x-date-pickers": "^7.2.0",
68+
"@mui/icons-material": "^5.15.16",
69+
"@mui/material": "^5.15.16",
70+
"@mui/x-date-pickers": "^7.3.2",
7171
"@rollup/plugin-typescript": "^11.1.6",
7272
"@size-limit/preset-small-lib": "^11.1.2",
73-
"@storybook/addon-a11y": "^8.0.9",
74-
"@storybook/addon-essentials": "^8.0.9",
75-
"@storybook/addon-links": "^8.0.9",
76-
"@storybook/addon-storysource": "^8.0.9",
77-
"@storybook/blocks": "^8.0.9",
78-
"@storybook/preview-api": "^8.0.9",
79-
"@storybook/react": "^8.0.9",
80-
"@storybook/react-vite": "^8.0.9",
81-
"@types/node": "^20.12.7",
82-
"@types/react": "^18.3.0",
73+
"@storybook/addon-a11y": "^8.0.10",
74+
"@storybook/addon-essentials": "^8.0.10",
75+
"@storybook/addon-links": "^8.0.10",
76+
"@storybook/addon-storysource": "^8.0.10",
77+
"@storybook/blocks": "^8.0.10",
78+
"@storybook/preview-api": "^8.0.10",
79+
"@storybook/react": "^8.0.10",
80+
"@storybook/react-vite": "^8.0.10",
81+
"@types/node": "^20.12.10",
82+
"@types/react": "^18.3.1",
8383
"@types/react-dom": "^18.3.0",
84-
"@typescript-eslint/eslint-plugin": "^7.7.1",
85-
"@typescript-eslint/parser": "^7.7.1",
84+
"@typescript-eslint/eslint-plugin": "^7.8.0",
85+
"@typescript-eslint/parser": "^7.8.0",
8686
"@vitejs/plugin-react": "^4.2.1",
87-
"eslint": "^9.1.1",
87+
"eslint": "^9.2.0",
8888
"eslint-plugin-mui-path-imports": "^0.0.15",
8989
"eslint-plugin-perfectionist": "^2.10.0",
9090
"eslint-plugin-storybook": "^0.8.0",
9191
"prop-types": "^15.8.1",
92-
"react": "^18.3.0",
93-
"react-dom": "^18.3.0",
94-
"react-is": "^18.3.0",
92+
"react": "^18.3.1",
93+
"react-dom": "^18.3.1",
94+
"react-is": "^18.3.1",
9595
"rollup": "^2.79.1",
9696
"rollup-plugin-copy": "^3.5.0",
9797
"rollup-plugin-delete": "^2.0.0",
9898
"rollup-plugin-dts": "^6.1.0",
9999
"rollup-plugin-peer-deps-external": "^2.2.4",
100100
"size-limit": "^11.1.2",
101-
"storybook": "^8.0.9",
101+
"storybook": "^8.0.10",
102102
"storybook-dark-mode": "^4.0.1",
103103
"tslib": "^2.6.2",
104104
"typescript": "^5.4.5",
105-
"vite": "^5.2.10"
105+
"vite": "^5.2.11"
106106
},
107107
"peerDependencies": {
108108
"@emotion/react": ">=11.11",
@@ -116,7 +116,7 @@
116116
"dependencies": {
117117
"@tanstack/match-sorter-utils": "8.15.1",
118118
"@tanstack/react-table": "8.16.0",
119-
"@tanstack/react-virtual": "3.4.0",
119+
"@tanstack/react-virtual": "3.5.0",
120120
"highlight-words": "1.2.2"
121121
}
122122
}

0 commit comments

Comments
 (0)