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.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 1, 2021
1 parent 5c72d05 commit 9025c45
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 @@ -13,7 +13,7 @@
"algoliasearch": "3.32.1",
"expo": "32.0.6",
"prop-types": "15.7.2",
"react": "16.5.0",
"react": "16.14.0",
"react-instantsearch-native": "{{libraryVersion}}",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
},
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.35.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-instantsearch-dom": "{{libraryVersion}}",
"react-scripts": "2.1.1"
},
Expand Down

0 comments on commit 9025c45

Please sign in to comment.