Esta fue la versión 0.5.0

This commit is contained in:
Germán Enríquez 2025-03-18 13:49:31 -05:00
parent 6fc5c172ce
commit 40b936c807
2 changed files with 41 additions and 41 deletions

View file

@ -19,7 +19,7 @@ import {
} from "@mui/material"; } from "@mui/material";
import { Email, Lock } from "@mui/icons-material"; import { Email, Lock } from "@mui/icons-material";
import { Form } from "react-final-form"; import { Form } from "react-final-form";
import {TextField} from "mui-rff"; import { TextField } from "@chimera-pe/mui-rff";
import { useTranslate } from "react-polyglot"; import { useTranslate } from "react-polyglot";
import { requestToken } from "../redux"; import { requestToken } from "../redux";
import { useCheckLogin, useNotificar } from "../hooks"; import { useCheckLogin, useNotificar } from "../hooks";

View file

@ -30,7 +30,7 @@ export default defineConfig({
"axios", "axios",
"date-fns/locale", "date-fns/locale",
"jwt-decode", "jwt-decode",
"mui-rff", "@chimera-pe/mui-rff",
"navigator-languages", "navigator-languages",
"node-polyglot", "node-polyglot",
"react-polyglot", "react-polyglot",
@ -61,7 +61,7 @@ export default defineConfig({
"axios": "Axios", "axios": "Axios",
"date-fns/locale": "DateFNSLocale", "date-fns/locale": "DateFNSLocale",
"jwt-decode": "JWTDecode", "jwt-decode": "JWTDecode",
"mui-rff": "MUIRFF", "@chimera-pe/mui-rff": "MUIRFF",
"navigator-languages": "NavigatorLanguages", "navigator-languages": "NavigatorLanguages",
"node-polyglot": "NodePolyglot", "node-polyglot": "NodePolyglot",
"react-polyglot": "ReactPolyglot", "react-polyglot": "ReactPolyglot",