Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
fix(deps): update react monorepo to v16.5.0 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and francoischalifour committed Sep 10, 2018
1 parent 950a737 commit cf5d036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/templates/React InstantSearch Native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"algoliasearch": "3.30.0",
"expo": "29.0.0",
"prop-types": "15.6.2",
"react": "16.4.2",
"react": "16.5.0",
"react-instantsearch-native": "{{libraryVersion}}",
"react-native": "0.55.4"
},
Expand Down
4 changes: 2 additions & 2 deletions src/templates/React InstantSearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"algoliasearch": "3.30.0",
"react": "16.4.2",
"react-dom": "16.4.2",
"react": "16.5.0",
"react-dom": "16.5.0",
"react-instantsearch-dom": "{{libraryVersion}}",
"react-scripts": "1.1.5"
},
Expand Down

0 comments on commit cf5d036

Please sign in to comment.