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

Commit 7cf0426

Browse files
committed
fix(deps): update react monorepo to v16.14.0
1 parent fb4c2a8 commit 7cf0426

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
@@ -13,7 +13,7 @@
1313
"algoliasearch": "3.32.1",
1414
"expo": "32.0.6",
1515
"prop-types": "15.7.2",
16-
"react": "16.5.0",
16+
"react": "16.14.0",
1717
"react-instantsearch-native": "{{libraryVersion}}",
1818
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
1919
},

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.35.1",
13-
"react": "16.12.0",
14-
"react-dom": "16.12.0",
13+
"react": "16.14.0",
14+
"react-dom": "16.14.0",
1515
"react-instantsearch-dom": "{{libraryVersion}}",
1616
"react-scripts": "2.1.1"
1717
},

0 commit comments

Comments
 (0)