Skip to content

Commit

Permalink
chore: move react to peer dependencies and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kidroca committed Jul 11, 2021
1 parent 84a27cd commit 3aad188
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"dependencies": {
"expensify-common": "git+https://github.com/Expensify/expensify-common.git#2e5cff552cf132da90a3fb9756e6b4fb6ae7b40c",
"lodash": "4.17.21",
"react": "^16.13.1",
"underscore": "^1.13.1"
},
"devDependencies": {
Expand All @@ -37,12 +36,14 @@
"jest": "^26.5.2",
"jest-cli": "^26.5.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-native": "0.64.1",
"react-test-renderer": "16.13.1",
"metro-react-native-babel-preset": "^0.61.0"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "^1.15.5"
"@react-native-async-storage/async-storage": "^1.15.5",
"react": "^17.0.2"
},
"jest": {
"preset": "react-native",
Expand Down

0 comments on commit 3aad188

Please sign in to comment.