Skip to content

Commit

Permalink
fix: pin async storage to 1.15.17 (#9570)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaucode authored Feb 9, 2022
1 parent dd164f6 commit bc5235a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.0.0",
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-async-storage/async-storage": "1.15.17",
"babel-loader": "^8.0.6",
"cross-env": "^3.1.4",
"eslint": "^3.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-async-storage/async-storage": "1.15.17",
"find": "^0.2.7",
"genversion": "^2.2.0",
"prepend-file": "^1.3.1",
Expand Down

0 comments on commit bc5235a

Please sign in to comment.