Skip to content

Commit 0e0d935

Browse files
committed
Add missing dependency to the vite demo project
1 parent 978edac commit 0e0d935

File tree

2 files changed

+572
-252
lines changed

2 files changed

+572
-252
lines changed

test/integration/vite/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0",
1818
"react-router-dom": "^6.8.1",
19+
"@mui/material": "^5.13.1",
20+
"@emotion/styled": "^11.11.0",
21+
"@emotion/react": "^11.11.0",
1922
"@mui/x-date-pickers": "^5.0.9",
2023
"@mui/icons-material": "^5.10.16",
2124
"dayjs": "^1.11.6",

0 commit comments

Comments
 (0)