fix: fixbug theme

This commit is contained in:
2025-04-03 22:50:43 +08:00
parent a857afbb2c
commit c7763cddc3
4 changed files with 12 additions and 13 deletions

View File

@@ -15,10 +15,10 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.4.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2"
"@mui/material": "^7.0.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.55.0"
},
"exports": {
".": "./src/index.tsx",
@@ -26,7 +26,7 @@
},
"devDependencies": {
"clsx": "^2.1.1",
"tailwind-merge": "^3.0.2"
"tailwind-merge": "^3.1.0"
},
"publishConfig": {
"access": "public"