create-instantsearch-app 7.5.5 → 7.5.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-instantsearch-app",
3
- "version": "7.5.5",
3
+ "version": "7.5.7",
4
4
  "license": "MIT",
5
5
  "description": "⚡️ Build InstantSearch apps at the speed of thought",
6
6
  "keywords": [
@@ -49,9 +49,9 @@
49
49
  "validate-npm-package-name": "3.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@instantsearch/testutils": "1.31.0",
52
+ "@instantsearch/testutils": "1.34.0",
53
53
  "jest-image-snapshot": "2.12.0",
54
54
  "walk-sync": "2.0.2"
55
55
  },
56
- "gitHead": "68fe2ee8544096eff8c2fbafe01a50a8acbca2b9"
56
+ "gitHead": "5bf02d0f65e6e1fc70265319dbad660696d8ba81"
57
57
  }
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1" />
8
8
  <link rel="icon" type="image/x-icon" href="favicon.ico" />
9
9
  <link
10
- href="https://cdn.jsdelivr.net/npm/instantsearch.css@7/themes/satellite.css"
10
+ href="https://cdn.jsdelivr.net/npm/instantsearch.css@8/themes/satellite.css"
11
11
  rel="stylesheet"
12
12
  />
13
13
  </head>
@@ -8,7 +8,11 @@
8
8
 
9
9
  <link rel="shortcut icon" href="./favicon.png">
10
10
 
11
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/instantsearch.css@7/themes/satellite-min.css">
11
+ <!--
12
+ Do not use @8 in production, use a complete version like x.x.x, see website for latest version:
13
+ https://www.algolia.com/doc/guides/building-search-ui/installation/js/#load-the-styles
14
+ -->
15
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/instantsearch.css@8/themes/satellite-min.css">
12
16
  {{#if flags.autocomplete}}
13
17
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@algolia/autocomplete-theme-classic@1.11.0/dist/theme.min.css">
14
18
  {{/if}}
@@ -6,7 +6,7 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <link
8
8
  rel="stylesheet"
9
- href="https://cdn.jsdelivr.net/npm/instantsearch.css@7/themes/algolia-min.css"
9
+ href="https://cdn.jsdelivr.net/npm/instantsearch.css@8/themes/algolia-min.css"
10
10
  />
11
11
  <link rel="stylesheet" href="style.css" />
12
12
  <title>{{ name }} example</title>
@@ -10,12 +10,12 @@
10
10
  <link rel="shortcut icon" href="favicon.png" />
11
11
 
12
12
  <!--
13
- Do not use @7 in production, use a complete version like x.x.x, see website for latest version:
14
- https://www.algolia.com/doc/guides/building-search-ui/installation/react/#load-the-style
13
+ Do not use @8 in production, use a complete version like x.x.x, see website for latest version:
14
+ https://www.algolia.com/doc/guides/building-search-ui/installation/js/#load-the-styles
15
15
  -->
16
16
  <link
17
17
  rel="stylesheet"
18
- href="https://cdn.jsdelivr.net/npm/instantsearch.css@7/themes/satellite-min.css"
18
+ href="https://cdn.jsdelivr.net/npm/instantsearch.css@8/themes/satellite-min.css"
19
19
  />
20
20
 
21
21
  <title>{{name}}</title>
@@ -6,12 +6,12 @@
6
6
  <meta name="viewport" content="width=device-width,initial-scale=1.0" />
7
7
  <link rel="icon" href="<%= BASE_URL %>favicon.png" />
8
8
  <!--
9
- Do not use @7 in production, use a complete version like x.x.x, see website for latest version:
10
- https://www.algolia.com/doc/guides/building-search-ui/installation/react/#load-the-style
9
+ Do not use @8 in production, use a complete version like x.x.x, see website for latest version:
10
+ https://www.algolia.com/doc/guides/building-search-ui/installation/js/#load-the-styles
11
11
  -->
12
12
  <link
13
13
  rel="stylesheet"
14
- href="https://cdn.jsdelivr.net/npm/instantsearch.css@7/themes/satellite-min.css"
14
+ href="https://cdn.jsdelivr.net/npm/instantsearch.css@8/themes/satellite-min.css"
15
15
  />
16
16
  <title>{{name}}</title>
17
17
  </head>
@@ -6,12 +6,12 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <link rel="icon" href="/favicon.png" />
8
8
  <!--
9
- Do not use @7 in production, use a complete version like x.x.x, see website for latest version:
10
- https://www.algolia.com/doc/guides/building-search-ui/installation/react/#load-the-style
9
+ Do not use @8 in production, use a complete version like x.x.x, see website for latest version:
10
+ https://www.algolia.com/doc/guides/building-search-ui/installation/js/#load-the-styles
11
11
  -->
12
12
  <link
13
13
  rel="stylesheet"
14
- href="https://cdn.jsdelivr.net/npm/instantsearch.css@7/themes/satellite-min.css"
14
+ href="https://cdn.jsdelivr.net/npm/instantsearch.css@8/themes/satellite-min.css"
15
15
  />
16
16
  <title>{{name}}</title>
17
17
  </head>