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 Aug 30, 2024
1 parent 173c332 commit c3b77fb
Show file tree
Hide file tree
Showing 2 changed files with 769 additions and 819 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
},
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.2.14",
"@aws-amplify/adapter-nextjs": "^1.2.15",
"@aws-amplify/ui-react": "^6.2.0",
"@aws-amplify/ui-react-liveness": "^3.1.4",
"@aws-sdk/client-rekognition": "^3.637.0",
Expand All @@ -46,45 +46,45 @@
"@hookform/resolvers": "^3.9.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@next/third-parties": "^14.2.6",
"@next/third-parties": "^14.2.7",
"@ory/client": "^1.14.4",
"@ory/integrations": "^1.2.1",
"@sentry/nextjs": "^8.26.0",
"aws-amplify": "^6.5.2",
"@sentry/nextjs": "^8.27.0",
"aws-amplify": "^6.5.3",
"check-password-strength": "^2.0.10",
"hibp": "^14.1.2",
"negotiator": "^0.6.3",
"next": "^14.2.6",
"next": "^14.2.7",
"next-recaptcha-v3": "^1.4.1",
"react": "^18.3.1",
"react-gtm-module": "^2.0.11",
"react-hook-form": "7.52.2",
"react-hook-form": "7.53.0",
"react-imask": "^7.6.1",
"typescript": "^5.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@testing-library/react": "^16.0.0",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@testing-library/react": "^16.0.1",
"@types/cookie": "^0.6.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.16.1",
"@types/node": "^20.16.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@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.1",
"aws-crt": "^1.21.8",
"aws-crt": "^1.22.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.6",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"jsdom": "^24.1.3",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"vitest": "^2.0.5"
Expand Down
Loading

0 comments on commit c3b77fb

Please sign in to comment.