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

Commit 4025361

Browse files
committed
chore(deps): update react monorepo
1 parent 3ec5123 commit 4025361

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/templates/Autocomplete/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-jsx-a11y": "6.4.1",
2525
"eslint-plugin-prettier": "4.0.0",
2626
"eslint-plugin-react": "7.26.0",
27-
"eslint-plugin-react-hooks": "4.2.0",
27+
"eslint-plugin-react-hooks": "4.3.0",
2828
"parcel": "2.0.0-beta.2",
2929
"prettier": "1.19.1"
3030
},

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)