Skip to content

Commit

Permalink
feat: update react
Browse files Browse the repository at this point in the history
  • Loading branch information
enieber committed Apr 25, 2022
1 parent 9da7314 commit 6ff0055
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@
],
"peerDependencies": {
"prop-types": "^15.5.10",
"react": "16.0.0",
"react-native": "0.51.0"
"react": "16.13.1",
"react-native": "0.63.4"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"babel-eslint": "^6.1.2",
"babel-plugin-module-resolver": "^2.3.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-airbnb": "^1.1.1",
"babel-preset-react-native": "1.9.0",
"eslint": "^3.3.1",
Expand All @@ -51,9 +53,10 @@
"gitbook-cli": "^2.3.0",
"jest": "^22.0.4",
"lodash": "^4.17.2",
"metro-react-native-babel-preset": "^0.64.0",
"prop-types": "^15.5.10",
"react": "16.0.0",
"react-native": "0.51.0"
"react": "16.13.0",
"react-native": "0.63.4"
},
"rnpm": {
"android": {
Expand All @@ -62,5 +65,8 @@
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"react-native-permissions": "^3.3.1"
}
}

0 comments on commit 6ff0055

Please sign in to comment.