Skip to content

Commit 9b5335c

Browse files
committed
Try new React and MaterialUI
1 parent f9975c5 commit 9b5335c

File tree

5 files changed

+261
-220
lines changed

5 files changed

+261
-220
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"@farmfe/core": "^1.1.2",
1919
"@farmfe/plugin-react": "^1.0.0",
2020
"@fontsource/roboto": "^5.0.13",
21-
"@mui/material": "^5.15.15",
22-
"@mui/styles": "^5.15.15",
23-
"@tanstack/react-query": "^5.32.1",
21+
"@mui/material": "next",
22+
"@mui/styles": "^5.15.16",
23+
"@tanstack/react-query": "^5.35.1",
2424
"@tanstack/react-virtual": "^3.5.0",
25-
"@types/markdown-it": "^14.0.1",
26-
"@types/node": "^20.12.7",
27-
"@types/react": "^18.3.1",
28-
"@types/react-dom": "^18.3.0",
25+
"@types/markdown-it": "^14.1.1",
26+
"@types/node": "^20.12.8",
27+
"@types/react": "npm:types-react@beta",
28+
"@types/react-dom": "npm:types-react-dom@beta",
2929
"@typescript-eslint/eslint-plugin": "^7.8.0",
3030
"@typescript-eslint/parser": "^7.8.0",
3131
"autocorrect-node": "^2.9.0",
@@ -40,8 +40,8 @@
4040
"markdown-it-prism": "^2.3.0",
4141
"mdi-material-ui": "^7.8.0",
4242
"prismjs": "^1.29.0",
43-
"react": "^18.3.1",
44-
"react-dom": "^18.3.1",
43+
"react": "beta",
44+
"react-dom": "beta",
4545
"react-refresh": "^0.14.2",
4646
"react-router-dom": "^6.23.0",
4747
"timeago.js": "^4.0.2",

0 commit comments

Comments
 (0)