Skip to content

Commit 11ab02a

Browse files
committed
package upgrades
1 parent e572e0d commit 11ab02a

File tree

7 files changed

+840
-1039
lines changed

7 files changed

+840
-1039
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@
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.11",
26-
"@mui/material": "^5.15.11",
25+
"@mui/icons-material": "^5.15.12",
26+
"@mui/material": "^5.15.12",
2727
"@mui/x-charts": "^6.19.5",
28-
"@mui/x-date-pickers": "^6.19.5",
29-
"@next/mdx": "^14.1.0",
30-
"@tanstack/react-query": "^5.24.1",
28+
"@mui/x-date-pickers": "^6.19.6",
29+
"@next/mdx": "^14.1.2",
30+
"@tanstack/react-query": "^5.25.0",
3131
"@tanstack/react-table-devtools": "^8.13.2",
3232
"@types/mdx": "^2.0.11",
3333
"dayjs": "^1.11.10",
3434
"export-to-csv": "^1.2.3",
3535
"jspdf": "^2.5.1",
3636
"jspdf-autotable": "^3.8.2",
3737
"material-react-table": "workspace:*",
38-
"next": "14.1.0",
38+
"next": "14.1.2",
3939
"next-sitemap": "^4.2.3",
4040
"prism-react-renderer": "^2.3.1",
4141
"react": "18.2.0",
@@ -44,15 +44,15 @@
4444
},
4545
"devDependencies": {
4646
"@tanstack/eslint-plugin-query": "^5.20.1",
47-
"@types/node": "^20.11.22",
48-
"@types/react": "^18.2.60",
49-
"@types/react-dom": "^18.2.19",
50-
"@typescript-eslint/eslint-plugin": "^7.1.0",
51-
"@typescript-eslint/parser": "^7.1.0",
47+
"@types/node": "^20.11.25",
48+
"@types/react": "^18.2.64",
49+
"@types/react-dom": "^18.2.20",
50+
"@typescript-eslint/eslint-plugin": "^7.1.1",
51+
"@typescript-eslint/parser": "^7.1.1",
5252
"eslint": "8.57.0",
53-
"eslint-config-next": "14.1.0",
53+
"eslint-config-next": "14.1.2",
5454
"next-plausible": "^3.12.0",
5555
"raw-loader": "^4.0.2",
56-
"typescript": "5.3.3"
56+
"typescript": "5.4.2"
5757
}
5858
}

apps/test-cra/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"dependencies": {
66
"@emotion/react": "^11.11.4",
77
"@emotion/styled": "^11.11.0",
8-
"@mui/icons-material": "^5.15.11",
9-
"@mui/material": "^5.15.11",
10-
"@mui/x-date-pickers": "^6.19.5",
8+
"@mui/icons-material": "^5.15.12",
9+
"@mui/material": "^5.15.12",
10+
"@mui/x-date-pickers": "^6.19.6",
1111
"@testing-library/jest-dom": "^6.4.2",
1212
"@testing-library/react": "^14.2.1",
1313
"@testing-library/user-event": "^14.5.2",

apps/test-remix/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
"dependencies": {
1313
"@emotion/react": "^11.11.4",
1414
"@emotion/styled": "^11.11.0",
15-
"@mui/icons-material": "^5.15.11",
16-
"@mui/material": "^5.15.11",
17-
"@mui/x-date-pickers": "^6.19.5",
18-
"@remix-run/css-bundle": "^2.7.2",
19-
"@remix-run/node": "^2.7.2",
20-
"@remix-run/react": "^2.7.2",
21-
"@remix-run/serve": "^2.7.2",
15+
"@mui/icons-material": "^5.15.12",
16+
"@mui/material": "^5.15.12",
17+
"@mui/x-date-pickers": "^6.19.6",
18+
"@remix-run/css-bundle": "^2.8.0",
19+
"@remix-run/node": "^2.8.0",
20+
"@remix-run/react": "^2.8.0",
21+
"@remix-run/serve": "^2.8.0",
2222
"isbot": "^5.1.1",
2323
"material-react-table": "workspace:*",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0"
2626
},
2727
"devDependencies": {
28-
"@remix-run/dev": "^2.7.2",
29-
"@remix-run/eslint-config": "^2.7.2",
30-
"@types/react": "^18.2.60",
31-
"@types/react-dom": "^18.2.19",
28+
"@remix-run/dev": "^2.8.0",
29+
"@remix-run/eslint-config": "^2.8.0",
30+
"@types/react": "^18.2.64",
31+
"@types/react-dom": "^18.2.20",
3232
"eslint": "^8.57.0",
33-
"typescript": "^5.3.3"
33+
"typescript": "^5.4.2"
3434
},
3535
"engines": {
3636
"node": ">=18.0.0"

apps/test-vite/package.json

Lines changed: 9 additions & 9 deletions
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.0",
15-
"@mui/icons-material": "^5.15.11",
16-
"@mui/material": "^5.15.11",
17-
"@mui/x-date-pickers": "^6.19.5",
15+
"@mui/icons-material": "^5.15.12",
16+
"@mui/material": "^5.15.12",
17+
"@mui/x-date-pickers": "^6.19.6",
1818
"material-react-table": "workspace:*",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0"
2121
},
2222
"devDependencies": {
23-
"@types/react": "^18.2.60",
24-
"@types/react-dom": "^18.2.19",
25-
"@typescript-eslint/eslint-plugin": "^7.1.0",
26-
"@typescript-eslint/parser": "^7.1.0",
23+
"@types/react": "^18.2.64",
24+
"@types/react-dom": "^18.2.20",
25+
"@typescript-eslint/eslint-plugin": "^7.1.1",
26+
"@typescript-eslint/parser": "^7.1.1",
2727
"@vitejs/plugin-react": "^4.2.1",
2828
"eslint": "^8.57.0",
2929
"eslint-plugin-react-hooks": "^4.6.0",
3030
"eslint-plugin-react-refresh": "^0.4.5",
31-
"typescript": "^5.3.3",
32-
"vite": "^5.1.4"
31+
"typescript": "^5.4.2",
32+
"vite": "^5.1.5"
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.12.4"
29+
"turbo": "^1.12.5"
3030
},
3131
"engines": {
3232
"node": ">=16.0.0"

packages/material-react-table/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"@emotion/react": "^11.11.4",
6767
"@emotion/styled": "^11.11.0",
6868
"@faker-js/faker": "^8.4.1",
69-
"@mui/icons-material": "^5.15.11",
70-
"@mui/material": "^5.15.11",
71-
"@mui/x-date-pickers": "^6.19.5",
69+
"@mui/icons-material": "^5.15.12",
70+
"@mui/material": "^5.15.12",
71+
"@mui/x-date-pickers": "^6.19.6",
7272
"@rollup/plugin-typescript": "^11.1.6",
7373
"@size-limit/preset-small-lib": "^11.0.2",
7474
"@storybook/addon-a11y": "^7.6.17",
@@ -80,15 +80,15 @@
8080
"@storybook/react": "^7.6.17",
8181
"@storybook/react-vite": "^7.6.17",
8282
"@storybook/testing-library": "^0.2.2",
83-
"@types/node": "^20.11.22",
84-
"@types/react": "^18.2.60",
85-
"@types/react-dom": "^18.2.19",
86-
"@typescript-eslint/eslint-plugin": "^7.1.0",
87-
"@typescript-eslint/parser": "^7.1.0",
83+
"@types/node": "^20.11.25",
84+
"@types/react": "^18.2.64",
85+
"@types/react-dom": "^18.2.20",
86+
"@typescript-eslint/eslint-plugin": "^7.1.1",
87+
"@typescript-eslint/parser": "^7.1.1",
8888
"@vitejs/plugin-react": "^4.2.1",
8989
"eslint": "^8.57.0",
9090
"eslint-plugin-mui-path-imports": "^0.0.15",
91-
"eslint-plugin-perfectionist": "^2.5.0",
91+
"eslint-plugin-perfectionist": "^2.6.0",
9292
"prop-types": "^15.8.1",
9393
"react": "^18.2.0",
9494
"react-dom": "^18.2.0",
@@ -102,8 +102,8 @@
102102
"storybook": "^7.6.17",
103103
"storybook-dark-mode": "^3.0.3",
104104
"tslib": "^2.6.2",
105-
"typescript": "^5.3.3",
106-
"vite": "^5.1.4"
105+
"typescript": "^5.4.2",
106+
"vite": "^5.1.5"
107107
},
108108
"peerDependencies": {
109109
"@emotion/react": ">=11.11",

0 commit comments

Comments
 (0)