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

Commit

Permalink
chore(deps): update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2022
1 parent 8b25dc8 commit 74c54ea
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/templates/Autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.26.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-react-hooks": "4.6.0",
"parcel": "2.0.0-beta.2",
"prettier": "1.19.1"
},
Expand Down
6 changes: 3 additions & 3 deletions src/templates/React InstantSearch Hooks Native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"expo": "~44.0.0",
"expo-status-bar": "~1.2.0",
"instantsearch.js": "4.38.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-instantsearch-hooks": "{{libraryVersion}}",
"react-native": "0.64.3",
"react-native": "0.70.3",
"react-native-web": "0.17.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/templates/React InstantSearch Hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"algoliasearch": "4",
"instantsearch.js": "4.43.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch-hooks-web": "{{libraryVersion}}"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/templates/React InstantSearch Native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prop-types": "15.8.0",
"react": "17.0.2",
"react-instantsearch-native": "{{libraryVersion}}",
"react-native": "0.64.3"
"react-native": "0.70.3"
},
"devDependencies": {
"@babel/core": "7.16.5",
Expand Down
4 changes: 2 additions & 2 deletions src/templates/React InstantSearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"algoliasearch": "4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-instantsearch-dom": "{{libraryVersion}}",
"react-scripts": "2.1.1"
},
Expand Down

0 comments on commit 74c54ea

Please sign in to comment.