Skip to content

Commit

Permalink
chore: revert uuid version back to 3.4.0 (#1322)
Browse files Browse the repository at this point in the history
Current uuid is not compatible with RN/Expo at all.
See uuidjs/uuid#375
  • Loading branch information
AllanZhengYP committed Jul 6, 2020
1 parent e6b8a4c commit 323aa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/middleware-retry/package.json
Expand Up @@ -22,7 +22,7 @@
"@aws-sdk/types": "1.0.0-gamma.1",
"react-native-get-random-values": "^1.4.0",
"tslib": "^1.8.0",
"uuid": "^8.0.0"
"uuid": "^3.0.0"
},
"devDependencies": {
"@aws-sdk/smithy-client": "1.0.0-gamma.1",
Expand Down

0 comments on commit 323aa63

Please sign in to comment.