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

Commit 41ad548

Browse files
committed
chore(deps): update react monorepo
1 parent b280725 commit 41ad548

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
@@ -15,7 +15,7 @@
1515
"prop-types": "15.8.0",
1616
"react": "17.0.2",
1717
"react-instantsearch-native": "{{libraryVersion}}",
18-
"react-native": "0.64.3"
18+
"react-native": "0.67.1"
1919
},
2020
"devDependencies": {
2121
"@babel/core": "7.16.5",

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": "4",
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)