Skip to content

Commit e51d15b

Browse files
committed
package upgrades
1 parent 3b2eeb6 commit e51d15b

File tree

8 files changed

+1442
-946
lines changed

8 files changed

+1442
-946
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,44 +15,44 @@
1515
"dependencies": {
1616
"@docsearch/js": "3.6.0",
1717
"@emotion/react": "^11.11.4",
18-
"@emotion/styled": "^11.11.0",
18+
"@emotion/styled": "^11.11.5",
1919
"@faker-js/faker": "^8.4.1",
20-
"@fortawesome/fontawesome-svg-core": "^6.5.1",
21-
"@fortawesome/free-solid-svg-icons": "^6.5.1",
20+
"@fortawesome/fontawesome-svg-core": "^6.5.2",
21+
"@fortawesome/free-solid-svg-icons": "^6.5.2",
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.14",
26-
"@mui/material": "^5.15.14",
27-
"@mui/x-charts": "^7.0.0",
28-
"@mui/x-date-pickers": "^7.0.0",
29-
"@next/mdx": "^14.1.4",
30-
"@tanstack/react-query": "^5.28.8",
31-
"@tanstack/react-table-devtools": "^8.15.0",
32-
"@types/mdx": "^2.0.12",
25+
"@mui/icons-material": "^5.15.15",
26+
"@mui/material": "^5.15.15",
27+
"@mui/x-charts": "^7.2.0",
28+
"@mui/x-date-pickers": "^7.2.0",
29+
"@next/mdx": "^14.2.2",
30+
"@tanstack/react-query": "^5.29.2",
31+
"@tanstack/react-table-devtools": "^8.16.0",
32+
"@types/mdx": "^2.0.13",
3333
"dayjs": "^1.11.10",
3434
"export-to-csv": "^1.2.4",
3535
"jspdf": "^2.5.1",
3636
"jspdf-autotable": "^3.8.2",
3737
"material-react-table": "workspace:*",
38-
"next": "14.1.4",
38+
"next": "14.2.2",
3939
"next-sitemap": "^4.2.3",
4040
"prism-react-renderer": "^2.3.1",
4141
"react": "18.2.0",
4242
"react-dom": "18.2.0",
4343
"zod": "^3.22.4"
4444
},
4545
"devDependencies": {
46-
"@tanstack/eslint-plugin-query": "^5.28.6",
47-
"@types/node": "^20.11.30",
48-
"@types/react": "^18.2.71",
49-
"@types/react-dom": "^18.2.22",
50-
"@typescript-eslint/eslint-plugin": "^7.4.0",
51-
"@typescript-eslint/parser": "^7.4.0",
52-
"eslint": "8.57.0",
53-
"eslint-config-next": "14.1.4",
46+
"@tanstack/eslint-plugin-query": "^5.28.11",
47+
"@types/node": "^20.12.7",
48+
"@types/react": "^18.2.79",
49+
"@types/react-dom": "^18.2.25",
50+
"@typescript-eslint/eslint-plugin": "^7.7.0",
51+
"@typescript-eslint/parser": "^7.7.0",
52+
"eslint": "9.0.0",
53+
"eslint-config-next": "14.2.2",
5454
"next-plausible": "^3.12.0",
5555
"raw-loader": "^4.0.2",
56-
"typescript": "5.4.3"
56+
"typescript": "5.4.5"
5757
}
5858
}

apps/test-cra/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"private": true,
55
"dependencies": {
66
"@emotion/react": "^11.11.4",
7-
"@emotion/styled": "^11.11.0",
8-
"@mui/icons-material": "^5.15.14",
9-
"@mui/material": "^5.15.14",
10-
"@mui/x-date-pickers": "^7.0.0",
7+
"@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",
1111
"@testing-library/jest-dom": "^6.4.2",
12-
"@testing-library/react": "^14.2.2",
12+
"@testing-library/react": "^15.0.2",
1313
"@testing-library/user-event": "^14.5.2",
1414
"material-react-table": "workspace:*",
1515
"react": "^18.2.0",

apps/test-remix/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
},
1212
"dependencies": {
1313
"@emotion/react": "^11.11.4",
14-
"@emotion/styled": "^11.11.0",
15-
"@mui/icons-material": "^5.15.14",
16-
"@mui/material": "^5.15.14",
17-
"@mui/x-date-pickers": "^7.0.0",
14+
"@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",
1818
"@remix-run/css-bundle": "^2.8.1",
1919
"@remix-run/node": "^2.8.1",
2020
"@remix-run/react": "^2.8.1",
2121
"@remix-run/serve": "^2.8.1",
22-
"isbot": "^5.1.2",
22+
"isbot": "^5.1.4",
2323
"material-react-table": "workspace:*",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0"
2626
},
2727
"devDependencies": {
2828
"@remix-run/dev": "^2.8.1",
2929
"@remix-run/eslint-config": "^2.8.1",
30-
"@types/react": "^18.2.71",
31-
"@types/react-dom": "^18.2.22",
32-
"eslint": "^8.57.0",
33-
"typescript": "^5.4.3"
30+
"@types/react": "^18.2.79",
31+
"@types/react-dom": "^18.2.25",
32+
"eslint": "^9.0.0",
33+
"typescript": "^5.4.5"
3434
},
3535
"engines": {
3636
"node": ">=18.0.0"

apps/test-vite/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
},
1212
"dependencies": {
1313
"@emotion/react": "^11.11.4",
14-
"@emotion/styled": "^11.11.0",
15-
"@mui/icons-material": "^5.15.14",
16-
"@mui/material": "^5.15.14",
17-
"@mui/x-date-pickers": "^7.0.0",
14+
"@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",
1818
"material-react-table": "workspace:*",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0"
2121
},
2222
"devDependencies": {
23-
"@types/react": "^18.2.71",
24-
"@types/react-dom": "^18.2.22",
25-
"@typescript-eslint/eslint-plugin": "^7.4.0",
26-
"@typescript-eslint/parser": "^7.4.0",
23+
"@types/react": "^18.2.79",
24+
"@types/react-dom": "^18.2.25",
25+
"@typescript-eslint/eslint-plugin": "^7.7.0",
26+
"@typescript-eslint/parser": "^7.7.0",
2727
"@vitejs/plugin-react": "^4.2.1",
28-
"eslint": "^8.57.0",
28+
"eslint": "^9.0.0",
2929
"eslint-plugin-react-hooks": "^4.6.0",
3030
"eslint-plugin-react-refresh": "^0.4.6",
31-
"typescript": "^5.4.3",
32-
"vite": "^5.2.6"
31+
"typescript": "^5.4.5",
32+
"vite": "^5.2.9"
3333
}
3434
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"prettier": "^3.2.5",
29-
"turbo": "^1.13.0"
29+
"turbo": "^1.13.2"
3030
},
3131
"engines": {
3232
"node": ">=16.0.0"

packages/material-react-table/.storybook/preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const preview: Preview = {
3131
},
3232
decorators: [
3333
(Story, context) => {
34-
const [isDark, setDark] = useState(false);
34+
const [isDark, setDark] = useState(true);
3535
const theme = isDark ? darkTheme : lightTheme;
3636

3737
useEffect(() => {

packages/material-react-table/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -63,30 +63,30 @@
6363
},
6464
"devDependencies": {
6565
"@emotion/react": "^11.11.4",
66-
"@emotion/styled": "^11.11.0",
66+
"@emotion/styled": "^11.11.5",
6767
"@faker-js/faker": "^8.4.1",
68-
"@mui/icons-material": "^5.15.14",
69-
"@mui/material": "^5.15.14",
70-
"@mui/x-date-pickers": "^7.0.0",
68+
"@mui/icons-material": "^5.15.15",
69+
"@mui/material": "^5.15.15",
70+
"@mui/x-date-pickers": "^7.2.0",
7171
"@rollup/plugin-typescript": "^11.1.6",
7272
"@size-limit/preset-small-lib": "^11.1.2",
73-
"@storybook/addon-a11y": "^8.0.4",
74-
"@storybook/addon-essentials": "^8.0.4",
75-
"@storybook/addon-links": "^8.0.4",
76-
"@storybook/addon-storysource": "^8.0.4",
77-
"@storybook/blocks": "^8.0.4",
78-
"@storybook/preview-api": "^8.0.4",
79-
"@storybook/react": "^8.0.4",
80-
"@storybook/react-vite": "^8.0.4",
81-
"@types/node": "^20.11.30",
82-
"@types/react": "^18.2.71",
83-
"@types/react-dom": "^18.2.22",
84-
"@typescript-eslint/eslint-plugin": "^7.4.0",
85-
"@typescript-eslint/parser": "^7.4.0",
73+
"@storybook/addon-a11y": "^8.0.8",
74+
"@storybook/addon-essentials": "^8.0.8",
75+
"@storybook/addon-links": "^8.0.8",
76+
"@storybook/addon-storysource": "^8.0.8",
77+
"@storybook/blocks": "^8.0.8",
78+
"@storybook/preview-api": "^8.0.8",
79+
"@storybook/react": "^8.0.8",
80+
"@storybook/react-vite": "^8.0.8",
81+
"@types/node": "^20.12.7",
82+
"@types/react": "^18.2.79",
83+
"@types/react-dom": "^18.2.25",
84+
"@typescript-eslint/eslint-plugin": "^7.7.0",
85+
"@typescript-eslint/parser": "^7.7.0",
8686
"@vitejs/plugin-react": "^4.2.1",
87-
"eslint": "^8.57.0",
87+
"eslint": "^9.0.0",
8888
"eslint-plugin-mui-path-imports": "^0.0.15",
89-
"eslint-plugin-perfectionist": "^2.7.0",
89+
"eslint-plugin-perfectionist": "^2.9.0",
9090
"eslint-plugin-storybook": "^0.8.0",
9191
"prop-types": "^15.8.1",
9292
"react": "^18.2.0",
@@ -98,11 +98,11 @@
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.4",
101+
"storybook": "^8.0.8",
102102
"storybook-dark-mode": "^4.0.1",
103103
"tslib": "^2.6.2",
104-
"typescript": "^5.4.3",
105-
"vite": "^5.2.6"
104+
"typescript": "^5.4.5",
105+
"vite": "^5.2.9"
106106
},
107107
"peerDependencies": {
108108
"@emotion/react": ">=11.11",
@@ -114,9 +114,9 @@
114114
"react-dom": ">=17.0"
115115
},
116116
"dependencies": {
117-
"@tanstack/match-sorter-utils": "8.11.8",
118-
"@tanstack/react-table": "8.15.0",
119-
"@tanstack/react-virtual": "3.2.0",
117+
"@tanstack/match-sorter-utils": "8.15.1",
118+
"@tanstack/react-table": "8.16.0",
119+
"@tanstack/react-virtual": "3.3.0",
120120
"highlight-words": "1.2.2"
121121
}
122122
}

0 commit comments

Comments
 (0)