Skip to content

Commit

Permalink
refactor: enhance redirection message (#271)
Browse files Browse the repository at this point in the history
refactor: enhance redirection message
  • Loading branch information
JeffreyArt1 authored Dec 5, 2024
2 parents d10bec3 + d1bd2e9 commit 0c9aae0
Show file tree
Hide file tree
Showing 4 changed files with 2,625 additions and 2,698 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cuenta-unica-registry",
"description": "Portal de registro de Cuenta Única",
"version": "v1.5.3",
"version": "v1.5.4",
"private": false,
"author": "OGTIC",
"license": "MIT",
Expand Down Expand Up @@ -35,62 +35,62 @@
}
},
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.2.21",
"@aws-amplify/ui-react": "^6.5.3",
"@aws-amplify/ui-react-liveness": "^3.1.13",
"@aws-sdk/client-rekognition": "^3.668.0",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@formatjs/intl-localematcher": "^0.5.4",
"@hookform/resolvers": "^3.9.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@next/third-parties": "^14.2.15",
"@ory/client": "^1.15.6",
"@aws-amplify/adapter-nextjs": "^1.2.32",
"@aws-amplify/ui-react": "^6.7.1",
"@aws-amplify/ui-react-liveness": "^3.1.18",
"@aws-sdk/client-rekognition": "^3.699.0",
"@emotion/cache": "^11.13.5",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@formatjs/intl-localematcher": "^0.5.8",
"@hookform/resolvers": "^3.9.1",
"@mui/icons-material": "^5.16.9",
"@mui/material": "^5.16.9",
"@next/third-parties": "^14.2.20",
"@ory/client": "^1.15.14",
"@ory/integrations": "^1.2.1",
"@sentry/nextjs": "^8.33.1",
"@tensorflow/tfjs-backend-webgl": "^4.21.0",
"@tensorflow/tfjs-converter": "^4.21.0",
"@tensorflow/tfjs-core": "4.21.0",
"aws-amplify": "^6.6.4",
"@sentry/nextjs": "^8.42.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
"@tensorflow/tfjs-converter": "^4.22.0",
"@tensorflow/tfjs-core": "4.22.0",
"aws-amplify": "^6.10.2",
"check-password-strength": "^2.0.10",
"hibp": "^14.1.2",
"negotiator": "^0.6.3",
"next": "^14.2.15",
"next-recaptcha-v3": "^1.4.1",
"negotiator": "^0.6.4",
"next": "^14.2.20",
"next-recaptcha-v3": "^1.5.0",
"react": "^18.3.1",
"react-gtm-module": "^2.0.11",
"react-hook-form": "7.53.0",
"react-imask": "^7.6.1",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@testing-library/react": "^16.0.1",
"@types/cookie": "^0.6.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/node": "^20.17.9",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react-google-recaptcha": "^2.1.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.2",
"aws-crt": "^1.22.0",
"@vitejs/plugin-react": "^4.3.4",
"aws-crt": "^1.24.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"eslint-config-next": "^14.2.20",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"vitest": "^2.1.2"
"prettier": "^3.4.2",
"vitest": "^2.1.8"
},
"peerDependencies": {
"@aws-sdk/client-sso-oidc": "^3.668.0",
Expand Down
Loading

0 comments on commit 0c9aae0

Please sign in to comment.