Skip to content

Commit 59463fe

Browse files
committed
Fix broken UI
1 parent b9a9ec5 commit 59463fe

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"ra-i18n-polyglot": "^5.13.2",
1818
"ra-language-english": "^5.13.2",
1919
"ra-language-russian": "^5.4.4",
20+
"ra-ui-materialui": "5.12.3",
2021
"react": "^18.3.1",
2122
"react-admin": "^5.13.2",
2223
"react-dom": "^18.3.1",

tsconfig.node.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
33
"composite": true,
4-
"module": "ESNext",
5-
"moduleResolution": "Node",
4+
"module": "node18",
5+
"moduleResolution": "nodenext",
66
"allowSyntheticDefaultImports": true
77
},
88
"include": ["vite.config.ts"]

0 commit comments

Comments
 (0)