Skip to content

Commit 99fc385

Browse files
committed
package upgrades
1 parent 9422d2b commit 99fc385

File tree

7 files changed

+14138
-9826
lines changed

7 files changed

+14138
-9826
lines changed

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

+14-14
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"@faker-js/faker": "^8.4.1",
2020
"@fortawesome/fontawesome-svg-core": "^6.5.2",
2121
"@fortawesome/free-solid-svg-icons": "^6.5.2",
22-
"@fortawesome/react-fontawesome": "^0.2.0",
22+
"@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.15.16",
26-
"@mui/material": "^5.15.16",
27-
"@mui/x-charts": "^7.3.2",
28-
"@mui/x-date-pickers": "^7.3.2",
25+
"@mui/icons-material": "^5.15.19",
26+
"@mui/material": "^5.15.19",
27+
"@mui/x-charts": "^7.6.1",
28+
"@mui/x-date-pickers": "^7.6.1",
2929
"@next/mdx": "^14.2.3",
30-
"@tanstack/react-query": "^5.35.1",
31-
"@tanstack/react-table-devtools": "^8.16.0",
30+
"@tanstack/react-query": "^5.40.0",
31+
"@tanstack/react-table-devtools": "^8.17.3",
3232
"@types/mdx": "^2.0.13",
3333
"dayjs": "^1.11.11",
3434
"export-to-csv": "^1.3.0",
@@ -40,16 +40,16 @@
4040
"prism-react-renderer": "^2.3.1",
4141
"react": "18.3.1",
4242
"react-dom": "18.3.1",
43-
"zod": "^3.23.7"
43+
"zod": "^3.23.8"
4444
},
4545
"devDependencies": {
46-
"@tanstack/eslint-plugin-query": "^5.32.1",
47-
"@types/node": "^20.12.10",
48-
"@types/react": "^18.3.1",
46+
"@tanstack/eslint-plugin-query": "^5.35.6",
47+
"@types/node": "^20.14.0",
48+
"@types/react": "^18.3.3",
4949
"@types/react-dom": "^18.3.0",
50-
"@typescript-eslint/eslint-plugin": "^7.8.0",
51-
"@typescript-eslint/parser": "^7.8.0",
52-
"eslint": "9.2.0",
50+
"@typescript-eslint/eslint-plugin": "^7.12.0",
51+
"@typescript-eslint/parser": "^7.12.0",
52+
"eslint": "9.4.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

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"dependencies": {
66
"@emotion/react": "^11.11.4",
77
"@emotion/styled": "^11.11.5",
8-
"@mui/icons-material": "^5.15.16",
9-
"@mui/material": "^5.15.16",
10-
"@mui/x-date-pickers": "^7.3.2",
8+
"@mui/icons-material": "^5.15.19",
9+
"@mui/material": "^5.15.19",
10+
"@mui/x-date-pickers": "^7.6.1",
1111
"@testing-library/jest-dom": "^6.4.5",
12-
"@testing-library/react": "^15.0.7",
12+
"@testing-library/react": "^16.0.0",
1313
"@testing-library/user-event": "^14.5.2",
1414
"material-react-table": "workspace:*",
1515
"react": "^18.3.1",

apps/test-remix/package.json

+12-12
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.16",
16-
"@mui/material": "^5.15.16",
17-
"@mui/x-date-pickers": "^7.3.2",
18-
"@remix-run/css-bundle": "^2.9.1",
19-
"@remix-run/node": "^2.9.1",
20-
"@remix-run/react": "^2.9.1",
21-
"@remix-run/serve": "^2.9.1",
22-
"isbot": "^5.1.6",
15+
"@mui/icons-material": "^5.15.19",
16+
"@mui/material": "^5.15.19",
17+
"@mui/x-date-pickers": "^7.6.1",
18+
"@remix-run/css-bundle": "^2.9.2",
19+
"@remix-run/node": "^2.9.2",
20+
"@remix-run/react": "^2.9.2",
21+
"@remix-run/serve": "^2.9.2",
22+
"isbot": "^5.1.8",
2323
"material-react-table": "workspace:*",
2424
"react": "^18.3.1",
2525
"react-dom": "^18.3.1"
2626
},
2727
"devDependencies": {
28-
"@remix-run/dev": "^2.9.1",
29-
"@remix-run/eslint-config": "^2.9.1",
30-
"@types/react": "^18.3.1",
28+
"@remix-run/dev": "^2.9.2",
29+
"@remix-run/eslint-config": "^2.9.2",
30+
"@types/react": "^18.3.3",
3131
"@types/react-dom": "^18.3.0",
32-
"eslint": "^9.2.0",
32+
"eslint": "^9.4.0",
3333
"typescript": "^5.4.5"
3434
},
3535
"engines": {

apps/test-vite/package.json

+10-10
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.16",
16-
"@mui/material": "^5.15.16",
17-
"@mui/x-date-pickers": "^7.3.2",
15+
"@mui/icons-material": "^5.15.19",
16+
"@mui/material": "^5.15.19",
17+
"@mui/x-date-pickers": "^7.6.1",
1818
"material-react-table": "workspace:*",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1"
2121
},
2222
"devDependencies": {
23-
"@types/react": "^18.3.1",
23+
"@types/react": "^18.3.3",
2424
"@types/react-dom": "^18.3.0",
25-
"@typescript-eslint/eslint-plugin": "^7.8.0",
26-
"@typescript-eslint/parser": "^7.8.0",
27-
"@vitejs/plugin-react": "^4.2.1",
28-
"eslint": "^9.2.0",
25+
"@typescript-eslint/eslint-plugin": "^7.12.0",
26+
"@typescript-eslint/parser": "^7.12.0",
27+
"@vitejs/plugin-react": "^4.3.0",
28+
"eslint": "^9.4.0",
2929
"eslint-plugin-react-hooks": "^4.6.2",
30-
"eslint-plugin-react-refresh": "^0.4.6",
30+
"eslint-plugin-react-refresh": "^0.4.7",
3131
"typescript": "^5.4.5",
32-
"vite": "^5.2.11"
32+
"vite": "^5.2.12"
3333
}
3434
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"storybook:dev": "turbo run storybook"
2626
},
2727
"devDependencies": {
28-
"prettier": "^3.2.5",
28+
"prettier": "^3.3.0",
2929
"turbo": "^1.13.3"
3030
},
3131
"engines": {

packages/material-react-table/package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -65,26 +65,26 @@
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.16",
69-
"@mui/material": "^5.15.16",
70-
"@mui/x-date-pickers": "^7.3.2",
68+
"@mui/icons-material": "^5.15.19",
69+
"@mui/material": "^5.15.19",
70+
"@mui/x-date-pickers": "^7.6.1",
7171
"@rollup/plugin-typescript": "^11.1.6",
72-
"@size-limit/preset-small-lib": "^11.1.2",
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",
72+
"@size-limit/preset-small-lib": "^11.1.4",
73+
"@storybook/addon-a11y": "^8.1.5",
74+
"@storybook/addon-essentials": "^8.1.5",
75+
"@storybook/addon-links": "^8.1.5",
76+
"@storybook/addon-storysource": "^8.1.5",
77+
"@storybook/blocks": "^8.1.5",
78+
"@storybook/preview-api": "^8.1.5",
79+
"@storybook/react": "^8.1.5",
80+
"@storybook/react-vite": "^8.1.5",
81+
"@types/node": "^20.14.0",
82+
"@types/react": "^18.3.3",
8383
"@types/react-dom": "^18.3.0",
84-
"@typescript-eslint/eslint-plugin": "^7.8.0",
85-
"@typescript-eslint/parser": "^7.8.0",
86-
"@vitejs/plugin-react": "^4.2.1",
87-
"eslint": "^9.2.0",
84+
"@typescript-eslint/eslint-plugin": "^7.12.0",
85+
"@typescript-eslint/parser": "^7.12.0",
86+
"@vitejs/plugin-react": "^4.3.0",
87+
"eslint": "^9.4.0",
8888
"eslint-plugin-mui-path-imports": "^0.0.15",
8989
"eslint-plugin-perfectionist": "^2.10.0",
9090
"eslint-plugin-storybook": "^0.8.0",
@@ -95,14 +95,14 @@
9595
"rollup": "^2.79.1",
9696
"rollup-plugin-copy": "^3.5.0",
9797
"rollup-plugin-delete": "^2.0.0",
98-
"rollup-plugin-dts": "^6.1.0",
98+
"rollup-plugin-dts": "^6.1.1",
9999
"rollup-plugin-peer-deps-external": "^2.2.4",
100-
"size-limit": "^11.1.2",
101-
"storybook": "^8.0.10",
100+
"size-limit": "^11.1.4",
101+
"storybook": "^8.1.5",
102102
"storybook-dark-mode": "^4.0.1",
103103
"tslib": "^2.6.2",
104104
"typescript": "^5.4.5",
105-
"vite": "^5.2.11"
105+
"vite": "^5.2.12"
106106
},
107107
"peerDependencies": {
108108
"@emotion/react": ">=11.11",
@@ -115,7 +115,7 @@
115115
},
116116
"dependencies": {
117117
"@tanstack/match-sorter-utils": "8.15.1",
118-
"@tanstack/react-table": "8.16.0",
118+
"@tanstack/react-table": "8.17.3",
119119
"@tanstack/react-virtual": "3.5.0",
120120
"highlight-words": "1.2.2"
121121
}

0 commit comments

Comments
 (0)