Skip to content

Commit

Permalink
chore: update app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyArt1 committed Sep 19, 2024
1 parent 0c7f833 commit 4544deb
Show file tree
Hide file tree
Showing 2 changed files with 1,510 additions and 1,014 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@
},
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.2.17",
"@aws-amplify/ui-react": "^6.2.1",
"@aws-amplify/ui-react-liveness": "^3.1.5",
"@aws-sdk/client-rekognition": "^3.645.0",
"@aws-amplify/ui-react": "^6.4.0",
"@aws-amplify/ui-react-liveness": "^3.1.9",
"@aws-sdk/client-rekognition": "^3.654.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.8",
"@ory/client": "^1.14.5",
"@next/third-parties": "^14.2.12",
"@ory/client": "^1.15.0",
"@ory/integrations": "^1.2.1",
"@sentry/nextjs": "^8.28.0",
"aws-amplify": "^6.6.0",
"@sentry/nextjs": "^8.30.0",
"aws-amplify": "^6.6.2",
"check-password-strength": "^2.0.10",
"hibp": "^14.1.2",
"negotiator": "^0.6.3",
Expand All @@ -60,17 +60,17 @@
"react-gtm-module": "^2.0.11",
"react-hook-form": "7.53.0",
"react-imask": "^7.6.1",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@testing-library/react": "^16.0.1",
"@types/cookie": "^0.6.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand All @@ -83,10 +83,10 @@
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"husky": "^9.1.6",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit 4544deb

Please sign in to comment.