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 Oct 10, 2024
1 parent dbe73bf commit 87a596b
Show file tree
Hide file tree
Showing 2 changed files with 765 additions and 700 deletions.
31 changes: 18 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,32 +35,37 @@
}
},
"dependencies": {
"@aws-amplify/adapter-nextjs": "^1.2.20",
"@aws-amplify/ui-react": "^6.5.2",
"@aws-amplify/ui-react-liveness": "^3.1.12",
"@aws-sdk/client-rekognition": "^3.662.0",
"@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",
"@aws-sdk/client-sso-oidc": "^3.668.0",
"@aws-sdk/client-sts": "^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.14",
"@ory/client": "^1.15.5",
"@next/third-parties": "^14.2.15",
"@ory/client": "^1.15.6",
"@ory/integrations": "^1.2.1",
"@sentry/nextjs": "^8.33.0",
"aws-amplify": "^6.6.3",
"@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",
"check-password-strength": "^2.0.10",
"hibp": "^14.1.2",
"negotiator": "^0.6.3",
"next": "^14.2.14",
"next": "^14.2.15",
"next-recaptcha-v3": "^1.4.1",
"react": "^18.3.1",
"react-gtm-module": "^2.0.11",
"react-hook-form": "7.53.0",
"react-imask": "^7.6.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -69,7 +74,7 @@
"@testing-library/react": "^16.0.1",
"@types/cookie": "^0.6.0",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.16.10",
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
Expand All @@ -78,10 +83,10 @@
"@vitejs/plugin-react": "^4.3.2",
"aws-crt": "^1.22.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.14",
"eslint-config-next": "^14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
Expand Down
Loading

0 comments on commit 87a596b

Please sign in to comment.