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

Commit a130337

Browse files
chore(deps): update react monorepo
1 parent dcda939 commit a130337

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.6.0",
2828
"parcel": "2.0.0-beta.2",
2929
"prettier": "1.19.1"
3030
},

src/templates/React InstantSearch Hooks Native/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"expo": "~44.0.0",
1616
"expo-status-bar": "~1.2.0",
1717
"instantsearch.js": "4.38.1",
18-
"react": "17.0.1",
19-
"react-dom": "17.0.1",
18+
"react": "17.0.2",
19+
"react-dom": "17.0.2",
2020
"react-instantsearch-hooks": "{{libraryVersion}}",
21-
"react-native": "0.64.3",
21+
"react-native": "0.69.2",
2222
"react-native-web": "0.17.1"
2323
},
2424
"devDependencies": {

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.69.2"
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)