Skip to content

Commit

Permalink
Change from styled-components to emotion for mui internal styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ystxn committed Nov 11, 2024
1 parent 3f954e5 commit 1a70bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"build": "vite build"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.1.6",
"@mui/lab": "6.0.0-beta.14",
"@mui/material": "^6.1.6",
"@mui/styled-engine": "npm:@mui/[email protected]",
"@mui/styled-engine-sc": "6.1.6",
"@mui/system": "^6.1.6",
"@mui/x-charts": "7.22.2",
"@mui/x-data-grid": "^7.22.2",
Expand All @@ -31,9 +31,6 @@
"workbox-build": "^7.3.0",
"workbox-window": "^7.3.0"
},
"resolutions": {
"@mui/styled-engine": "npm:@mui/[email protected]"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down

0 comments on commit 1a70bb1

Please sign in to comment.