Skip to content

Commit

Permalink
Revert "chore(amplify-js): consolidate react-native dependencies (#9451
Browse files Browse the repository at this point in the history
…)" (#9473)

This reverts commit d304f94.
  • Loading branch information
calebpollman authored Jan 13, 2022
1 parent d304f94 commit 9924a31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/amazon-cognito-identity-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"genversion": "^2.2.0",
"jsdoc": "^3.4.0",
"react": "^16.0.0",
"react-native": "^0.62.3",
"rimraf": "^2.5.4",
"webpack": "^3.5.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"find": "^0.2.7",
"genversion": "^2.2.0",
"prepend-file": "^1.3.1",
"react-native": "^0.63.4"
"react-native": "0.59.0"
},
"dependencies": {
"@aws-crypto/sha256-js": "1.0.0-alpha.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/pushnotification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
"@aws-amplify/core": "4.3.12",
"@react-native-community/push-notification-ios": "1.0.3"
},
"peerdependencies": {
"react-native": "^0.55.0"
},
"jest": {
"globals": {
"ts-jest": {
Expand Down

0 comments on commit 9924a31

Please sign in to comment.