Skip to content

Commit b6f9f03

Browse files
authored
feat(buttons): replace LoadingButton with Button from MUI and updat… (#23)
…e dependencies
2 parents 6f7a0f0 + 378b86b commit b6f9f03

File tree

5 files changed

+98
-166
lines changed

5 files changed

+98
-166
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
"dependencies": {
1515
"@emotion/react": "^11.14.0",
1616
"@emotion/styled": "^11.14.0",
17-
"@mui/icons-material": "^6.3.0",
18-
"@mui/lab": "^6.0.0-beta.21",
19-
"@mui/material": "^6.3.0",
20-
"@mui/x-data-grid": "^7.23.5",
17+
"@mui/icons-material": "^6.4.3",
18+
"@mui/material": "^6.4.3",
19+
"@mui/x-data-grid": "^7.25.0",
2120
"date-fns": "^4.1.0",
2221
"react": "^18.3.1",
2322
"react-dom": "^18.3.1",
24-
"react-router-dom": "^7.1.1"
23+
"react-router-dom": "^7.1.5"
2524
},
2625
"devDependencies": {
2726
"@babel/core": "^7.14.5",
@@ -73,7 +72,6 @@
7372
"@emotion/react": "^11.13.3",
7473
"@emotion/styled": "^11.13.0",
7574
"@mui/icons-material": "^6.1.4",
76-
"@mui/lab": "^6.0.0-beta.12",
7775
"@mui/material": "^6.1.4",
7876
"@mui/x-data-grid": "^7.21.0",
7977
"date-fns": "^4.1.0",

0 commit comments

Comments
 (0)