Skip to content

Commit

Permalink
Merge branch 'aws-amplify:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ekjotmultani authored Nov 20, 2024
2 parents 93f1b14 + e6af6e0 commit 6ac635e
Show file tree
Hide file tree
Showing 35 changed files with 4,041 additions and 1,580 deletions.
6 changes: 5 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@
"Auth.currentAuthenticatedUser",
"Auth.federatedSignIn",
"Auth0",
"Authauthenticated",
"Authunauthenticate",
"authcurrentsession",
"authverifycurrentuserattribute",
"authverifycurrentuserattributesubmit",
Expand Down Expand Up @@ -1610,7 +1612,9 @@
"esac",
"voteField",
"ampx",
"autodetection"
"autodetection",
"jamba",
"knowledgebases"
],
"flagWords": ["hte", "full-stack", "Full-stack", "Full-Stack", "sudo"],
"patterns": [
Expand Down
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@docsearch/react": "3",
"ajv": "^8.16.0",
"aws-amplify": "^6.0.9",
"next": "^14.2.3",
"next": "^14.2.18",
"next-image-export-optimizer": "^1.8.3",
"next-transpile-modules": "^9.0.0",
"parse-imports": "^1.1.0",
Expand Down Expand Up @@ -89,6 +89,7 @@
"minimatch": "3.1.2",
"decode-uri-component": "0.2.1",
"**/fast-xml-parser": "4.4.1",
"cross-spawn": "^7.0.5",
"semver": "7.5.2",
"tough-cookie": "4.1.3",
"aws-cdk-lib": "2.80.0",
Expand Down
Loading

0 comments on commit 6ac635e

Please sign in to comment.