react-instantsearch 6.31.0 → 6.32.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/README.md +1 -1
- package/dist/package.json +4 -4
- package/package.json +4 -4
package/dist/README.md
CHANGED
|
@@ -61,7 +61,7 @@ const App = () => (
|
|
|
61
61
|
```
|
|
62
62
|
|
|
63
63
|
<p align="center">
|
|
64
|
-
<a href="https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/
|
|
64
|
+
<a href="https://codesandbox.io/s/github/algolia/doc-code-samples/tree/master/react-instantsearch/getting-started" title="Edit on CodeSandbox">
|
|
65
65
|
<img alt="Edit on CodeSandbox" src="https://codesandbox.io/static/img/play-codesandbox.svg">
|
|
66
66
|
</a>
|
|
67
67
|
</p>
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-instantsearch",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.32.1",
|
|
4
4
|
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/es/index.js",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@babel/runtime": "^7.1.2",
|
|
47
|
-
"react-instantsearch-core": "6.
|
|
48
|
-
"react-instantsearch-dom": "6.
|
|
49
|
-
"react-instantsearch-native": "6.
|
|
47
|
+
"react-instantsearch-core": "6.32.1",
|
|
48
|
+
"react-instantsearch-dom": "6.32.1",
|
|
49
|
+
"react-instantsearch-native": "6.32.1"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"algoliasearch": ">= 3.1 < 5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-instantsearch",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.32.1",
|
|
4
4
|
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/es/index.js",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@babel/runtime": "^7.1.2",
|
|
47
|
-
"react-instantsearch-core": "6.
|
|
48
|
-
"react-instantsearch-dom": "6.
|
|
49
|
-
"react-instantsearch-native": "6.
|
|
47
|
+
"react-instantsearch-core": "6.32.1",
|
|
48
|
+
"react-instantsearch-dom": "6.32.1",
|
|
49
|
+
"react-instantsearch-native": "6.32.1"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"algoliasearch": ">= 3.1 < 5",
|