Skip to content

Commit

Permalink
Updated Mui (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-EJ authored Aug 2, 2024
1 parent 3f28540 commit 6560420
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 120 deletions.
186 changes: 71 additions & 115 deletions air-quality-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions air-quality-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
"test:ci": "jest --ci --json --coverage --testLocationInResults --outputFile=report.json"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/x-date-pickers": "^7.9.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.6",
"@mui/x-date-pickers": "^7.12.0",
"@tanstack/react-query": "^5.40.1",
"@types/echarts": "^4.9.22",
"ag-grid-react": "^31.3.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Button } from '@mui/base/Button'

import { Button } from '@mui/material'
import './VAirifyButton.css'

interface Props {
Expand Down

0 comments on commit 6560420

Please sign in to comment.