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

Commit c9cdb13

Browse files
fix(deps): update react monorepo to v16.4.2 (#177)
1 parent 08819c5 commit c9cdb13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/templates/React InstantSearch Native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"algoliasearch": "3.30.0",
1515
"expo": "29.0.0",
1616
"prop-types": "15.6.2",
17-
"react": "16.4.1",
17+
"react": "16.4.2",
1818
"react-instantsearch-native": "{{libraryVersion}}",
1919
"react-native": "0.56.0"
2020
},

src/templates/React InstantSearch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"algoliasearch": "3.30.0",
13-
"react": "16.4.1",
14-
"react-dom": "16.4.1",
13+
"react": "16.4.2",
14+
"react-dom": "16.4.2",
1515
"react-instantsearch-dom": "{{libraryVersion}}",
1616
"react-scripts": "1.1.4"
1717
},

0 commit comments

Comments
 (0)