Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-native-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@aws-sdk/client-kms": "3.592.0",
"@aws-sdk/client-lambda": "3.592.0",
"@aws-sdk/client-lambda": "3.865.0",
"@aws-sdk/credential-providers": "3.592.0",
"@mobile-wallet-protocol/client": "1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@aws-sdk/client-kms": "3.592.0",
"@aws-sdk/client-lambda": "3.592.0",
"@aws-sdk/client-lambda": "3.865.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version mismatch between AWS SDK dependencies. @aws-sdk/client-lambda is being updated to 3.865.0 while @aws-sdk/client-kms and @aws-sdk/credential-providers remain at 3.592.0. This creates a significant version gap (273 versions) that could lead to compatibility issues, type conflicts, or runtime errors since these packages are designed to work together. All AWS SDK packages should be updated to the same version to ensure compatibility.

Suggested change
"@aws-sdk/client-lambda": "3.865.0",
"@aws-sdk/client-lambda": "3.592.0",

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

"@aws-sdk/credential-providers": "3.592.0",
"@biomejs/biome": "2.0.6",
"@chromatic-com/storybook": "4.0.1",
Expand Down
Loading
Loading