Skip to content

Commit

Permalink
fix react version
Browse files Browse the repository at this point in the history
  • Loading branch information
TchernyavskyDaniil committed Oct 31, 2019
1 parent 1917b54 commit 8a787ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .idea/.gitignore

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"author": "Alberto Schiabel (https://github.com/jkomyno)",
"license": "MIT",
"dependencies": {
"react": "^16.10.2",
"react": "^16.11.0",
"react-native": "^0.61.2",
"usetimeout-react-hook": "^0.1.2"
},
"devDependencies": {
"@types/react": "^16.9.1",
"@types/react": "^16.9.11",
"@types/react-native": "^0.60.19",
"@types/react-native-background-timer": "^2.0.0",
"react-native-background-timer": "^2.1.1",
Expand Down

0 comments on commit 8a787ef

Please sign in to comment.