Skip to content

Commit 6ac635e

Browse files
authored
Merge branch 'aws-amplify:main' into main
2 parents 93f1b14 + e6af6e0 commit 6ac635e

File tree

35 files changed

+4041
-1580
lines changed

35 files changed

+4041
-1580
lines changed

cspell.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@
170170
"Auth.currentAuthenticatedUser",
171171
"Auth.federatedSignIn",
172172
"Auth0",
173+
"Authauthenticated",
174+
"Authunauthenticate",
173175
"authcurrentsession",
174176
"authverifycurrentuserattribute",
175177
"authverifycurrentuserattributesubmit",
@@ -1610,7 +1612,9 @@
16101612
"esac",
16111613
"voteField",
16121614
"ampx",
1613-
"autodetection"
1615+
"autodetection",
1616+
"jamba",
1617+
"knowledgebases"
16141618
],
16151619
"flagWords": ["hte", "full-stack", "Full-stack", "Full-Stack", "sudo"],
16161620
"patterns": [

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@docsearch/react": "3",
1515
"ajv": "^8.16.0",
1616
"aws-amplify": "^6.0.9",
17-
"next": "^14.2.3",
17+
"next": "^14.2.18",
1818
"next-image-export-optimizer": "^1.8.3",
1919
"next-transpile-modules": "^9.0.0",
2020
"parse-imports": "^1.1.0",
@@ -89,6 +89,7 @@
8989
"minimatch": "3.1.2",
9090
"decode-uri-component": "0.2.1",
9191
"**/fast-xml-parser": "4.4.1",
92+
"cross-spawn": "^7.0.5",
9293
"semver": "7.5.2",
9394
"tough-cookie": "4.1.3",
9495
"aws-cdk-lib": "2.80.0",

0 commit comments

Comments
 (0)