diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index bfe1d344d..5db2bd7fb 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -3,13 +3,13 @@ "buildCommand": false, "^": "buildCommand is false because `yarn prepare` is going to build packages anyway.", "sandboxes": [ - "/examples/js", - "/examples/react-renderer", - "/examples/query-suggestions-with-rich-hits", - "/examples/query-suggestions", - "/examples/query-suggestions-with-recent-searches", + "/examples/playground", "/examples/query-suggestions-with-categories", + "/examples/query-suggestions-with-hits", "/examples/query-suggestions-with-inline-categories", + "/examples/query-suggestions-with-recent-searches", + "/examples/query-suggestions", + "/examples/react-renderer", "/examples/recently-viewed-items" ], "node": "14" diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 6118502bb..7dacaf23f 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -11,7 +11,7 @@ about: Help us improve Autocomplete. -[**Preview →**](https://codesandbox.io/s/github/algolia/autocomplete/tree/next/examples/js?file=/app.tsx) +[**Preview →**](https://codesandbox.io/s/github/algolia/autocomplete/tree/next/examples/playground?file=/app.tsx) **Steps** diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e3f17da9..f1d76a521 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Opening an issue is very effective way to contribute because many users might al Before reporting an issue, first check that there is not an already open issue for the same topic using the [issues page](https://github.com/algolia/autocomplete/issues). Don't hesitate to thumb up an issue that corresponds to the problem you have. -Another element that will help us go faster at solving the issue is to provide a reproducible test case. We recommend to [use this CodeSandbox template](https://codesandbox.io/s/github/algolia/autocomplete/tree/next/examples/js?file=/app.tsx). +Another element that will help us go faster at solving the issue is to provide a reproducible test case. We recommend to [use this CodeSandbox template](https://codesandbox.io/s/github/algolia/autocomplete/tree/next/examples/playground?file=/app.tsx). ## Code contribution diff --git a/README.md b/README.md index aee0b5d85..8ed88d2ba 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The data that populates the autocomplete results are called [sources](https://au By configuring just those two required parameters ([`container`](https://autocomplete.algolia.com/docs/autocomplete-js/#container) and [`getSources`](https://autocomplete.algolia.com/docs/autocomplete-js/#getsources)) you can have an interactive autocomplete experience. **The library creates an input and provides the interactivity and accessibility attributes, but you're in full control of the DOM elements to output**.

- + Screenshot
@@ -32,7 +32,7 @@ By configuring just those two required parameters ([`container`](https://autocom DocumentationAPI • - Playground + Playground

@@ -86,7 +86,7 @@ The [documentation](https://autocomplete.algolia.com) offers a few ways to learn - Read the [**Core Concepts**](https://autocomplete.algolia.com/docs/basic-options) to learn more about underlying principles, like [**Sources**](https://autocomplete.algolia.com/docs/sources) and [**State**](https://autocomplete.algolia.com/docs/state). - Follow the [**Guides**](https://autocomplete.algolia.com/docs/adding-suggested-searches) to understand how to build common UX patterns. - Refer to [**API reference**](https://autocomplete.algolia.com/docs/api) for a comprehensive list of parameters and options. -- Try out the [**Playground**](https://codesandbox.io/s/github/algolia/autocomplete/tree/next/examples/js?file=/app.tsx) where you can fork a basic implementation and play around. +- Try out the [**Playground**](https://codesandbox.io/s/github/algolia/autocomplete/tree/next/examples/playground?file=/app.tsx) where you can fork a basic implementation and play around. You can find more on the [documentation](https://autocomplete.algolia.com). @@ -122,7 +122,7 @@ Check out sandboxes using Autocomplete: - + E-commerce @@ -137,7 +137,7 @@ Check out sandboxes using Autocomplete: - + E-commerce diff --git a/cypress/test-apps/js/package.json b/cypress/test-apps/js/package.json index cbda60787..94b4082c9 100644 --- a/cypress/test-apps/js/package.json +++ b/cypress/test-apps/js/package.json @@ -16,10 +16,10 @@ "@algolia/autocomplete-plugin-recent-searches": "1.0.0-alpha.44", "@algolia/autocomplete-preset-algolia": "1.0.0-alpha.44", "@algolia/autocomplete-theme-classic": "1.0.0-alpha.44", - "@algolia/client-search": "4.8.3", - "algoliasearch": "4.8.3", - "preact": "10.5.7", - "search-insights": "1.6.3" + "@algolia/client-search": "4.8.6", + "algoliasearch": "4.8.6", + "preact": "10.5.13", + "search-insights": "1.7.1" }, "devDependencies": { "parcel-bundler": "1.12.4" diff --git a/examples/js/README.md b/examples/playground/README.md similarity index 100% rename from examples/js/README.md rename to examples/playground/README.md diff --git a/examples/js/app.tsx b/examples/playground/app.tsx similarity index 100% rename from examples/js/app.tsx rename to examples/playground/app.tsx diff --git a/examples/js/categoriesPlugin.tsx b/examples/playground/categoriesPlugin.tsx similarity index 100% rename from examples/js/categoriesPlugin.tsx rename to examples/playground/categoriesPlugin.tsx diff --git a/examples/js/darkMode.ts b/examples/playground/darkMode.ts similarity index 100% rename from examples/js/darkMode.ts rename to examples/playground/darkMode.ts diff --git a/examples/js/env.ts b/examples/playground/env.ts similarity index 100% rename from examples/js/env.ts rename to examples/playground/env.ts diff --git a/examples/js/favicon.png b/examples/playground/favicon.png similarity index 100% rename from examples/js/favicon.png rename to examples/playground/favicon.png diff --git a/examples/js/index.html b/examples/playground/index.html similarity index 96% rename from examples/js/index.html rename to examples/playground/index.html index ebefe52cf..5a6f6e727 100644 --- a/examples/js/index.html +++ b/examples/playground/index.html @@ -6,7 +6,7 @@ - Autocomplete JavaScript Playground + Playground | Autocomplete diff --git a/examples/js/package.json b/examples/playground/package.json similarity index 76% rename from examples/js/package.json rename to examples/playground/package.json index 0c0c9ec1b..252372267 100644 --- a/examples/js/package.json +++ b/examples/playground/package.json @@ -1,6 +1,6 @@ { - "name": "@algolia/js-example", - "description": "Autocomplete JavaScript Sandbox", + "name": "@algolia/autocomplete-example-playground", + "description": "Autocomplete playground", "version": "1.0.0-alpha.44", "private": true, "license": "MIT", @@ -16,10 +16,10 @@ "@algolia/autocomplete-plugin-recent-searches": "1.0.0-alpha.44", "@algolia/autocomplete-preset-algolia": "1.0.0-alpha.44", "@algolia/autocomplete-theme-classic": "1.0.0-alpha.44", - "@algolia/client-search": "4.8.3", - "algoliasearch": "4.8.3", - "preact": "10.5.7", - "search-insights": "1.6.3" + "@algolia/client-search": "4.8.6", + "algoliasearch": "4.8.6", + "preact": "10.5.13", + "search-insights": "1.7.1" }, "devDependencies": { "parcel-bundler": "1.12.4" diff --git a/examples/js/shortcutsPlugin.tsx b/examples/playground/shortcutsPlugin.tsx similarity index 100% rename from examples/js/shortcutsPlugin.tsx rename to examples/playground/shortcutsPlugin.tsx diff --git a/examples/js/style.css b/examples/playground/style.css similarity index 100% rename from examples/js/style.css rename to examples/playground/style.css diff --git a/examples/js/types/Highlighted.tsx b/examples/playground/types/Highlighted.tsx similarity index 100% rename from examples/js/types/Highlighted.tsx rename to examples/playground/types/Highlighted.tsx diff --git a/examples/js/types/ProductHit.tsx b/examples/playground/types/ProductHit.tsx similarity index 100% rename from examples/js/types/ProductHit.tsx rename to examples/playground/types/ProductHit.tsx diff --git a/examples/js/types/index.tsx b/examples/playground/types/index.tsx similarity index 100% rename from examples/js/types/index.tsx rename to examples/playground/types/index.tsx diff --git a/examples/query-suggestions-with-categories/index.html b/examples/query-suggestions-with-categories/index.html index 91ede84f9..2de48cfc4 100644 --- a/examples/query-suggestions-with-categories/index.html +++ b/examples/query-suggestions-with-categories/index.html @@ -6,7 +6,7 @@ - Autocomplete Query Suggestions with categories + Query Suggestions with categories | Autocomplete diff --git a/examples/query-suggestions-with-categories/package.json b/examples/query-suggestions-with-categories/package.json index b3ef76b65..6cc71e60d 100644 --- a/examples/query-suggestions-with-categories/package.json +++ b/examples/query-suggestions-with-categories/package.json @@ -1,6 +1,6 @@ { - "name": "@algolia/query-suggestion-with-categories", - "description": "Autocomplete Query Suggestions with categories", + "name": "@algolia/autocomplete-example-query-suggestion-with-categories", + "description": "Autocomplete example with Query Suggestions with categories", "version": "1.0.0-alpha.44", "private": true, "license": "MIT", @@ -13,8 +13,8 @@ "@algolia/autocomplete-js": "1.0.0-alpha.44", "@algolia/autocomplete-plugin-query-suggestions": "1.0.0-alpha.44", "@algolia/autocomplete-theme-classic": "1.0.0-alpha.44", - "algoliasearch": "4.8.3", - "preact": "10.5.7" + "algoliasearch": "4.8.6", + "preact": "10.5.13" }, "devDependencies": { "parcel-bundler": "1.12.4" diff --git a/examples/query-suggestions-with-rich-hits/README.md b/examples/query-suggestions-with-hits/README.md similarity index 100% rename from examples/query-suggestions-with-rich-hits/README.md rename to examples/query-suggestions-with-hits/README.md diff --git a/examples/query-suggestions-with-rich-hits/app.tsx b/examples/query-suggestions-with-hits/app.tsx similarity index 100% rename from examples/query-suggestions-with-rich-hits/app.tsx rename to examples/query-suggestions-with-hits/app.tsx diff --git a/examples/query-suggestions-with-rich-hits/env.ts b/examples/query-suggestions-with-hits/env.ts similarity index 100% rename from examples/query-suggestions-with-rich-hits/env.ts rename to examples/query-suggestions-with-hits/env.ts diff --git a/examples/query-suggestions-with-rich-hits/favicon.png b/examples/query-suggestions-with-hits/favicon.png similarity index 100% rename from examples/query-suggestions-with-rich-hits/favicon.png rename to examples/query-suggestions-with-hits/favicon.png diff --git a/examples/query-suggestions-with-rich-hits/index.html b/examples/query-suggestions-with-hits/index.html similarity index 87% rename from examples/query-suggestions-with-rich-hits/index.html rename to examples/query-suggestions-with-hits/index.html index 54e91b45f..2d5589ab1 100644 --- a/examples/query-suggestions-with-rich-hits/index.html +++ b/examples/query-suggestions-with-hits/index.html @@ -6,7 +6,7 @@ - Query Suggestions with Rich Hits Sandbox + Query Suggestions with hits | Autocomplete diff --git a/examples/query-suggestions-with-rich-hits/package.json b/examples/query-suggestions-with-hits/package.json similarity index 66% rename from examples/query-suggestions-with-rich-hits/package.json rename to examples/query-suggestions-with-hits/package.json index 8ddea1ebf..e9856cf60 100644 --- a/examples/query-suggestions-with-rich-hits/package.json +++ b/examples/query-suggestions-with-hits/package.json @@ -1,6 +1,6 @@ { - "name": "@algolia/query-suggestions-with-rich-hits-example", - "description": "Autocomplete Query Suggestions With Rich Hits Sandbox", + "name": "@algolia/autocomplete-example-query-suggestions-with-hits", + "description": "Autocomplete example with Query Suggestions and hits", "version": "1.0.0-alpha.44", "private": true, "license": "MIT", @@ -11,15 +11,15 @@ }, "dependencies": { "@algolia/autocomplete-js": "1.0.0-alpha.44", - "@algolia/autocomplete-plugin-algolia-insights": "^1.0.0-alpha.44", + "@algolia/autocomplete-plugin-algolia-insights": "1.0.0-alpha.44", "@algolia/autocomplete-plugin-query-suggestions": "1.0.0-alpha.44", "@algolia/autocomplete-plugin-recent-searches": "1.0.0-alpha.44", "@algolia/autocomplete-preset-algolia": "1.0.0-alpha.44", "@algolia/autocomplete-theme-classic": "1.0.0-alpha.44", - "@algolia/client-search": "4.8.3", - "algoliasearch": "4.8.3", - "preact": "10.5.7", - "search-insights": "1.6.3" + "@algolia/client-search": "4.8.6", + "algoliasearch": "4.8.6", + "preact": "10.5.13", + "search-insights": "1.7.1" }, "devDependencies": { "parcel-bundler": "1.12.4" diff --git a/examples/query-suggestions-with-rich-hits/style.css b/examples/query-suggestions-with-hits/style.css similarity index 100% rename from examples/query-suggestions-with-rich-hits/style.css rename to examples/query-suggestions-with-hits/style.css diff --git a/examples/query-suggestions-with-inline-categories/index.html b/examples/query-suggestions-with-inline-categories/index.html index bf0baa94d..277c90402 100644 --- a/examples/query-suggestions-with-inline-categories/index.html +++ b/examples/query-suggestions-with-inline-categories/index.html @@ -6,7 +6,7 @@ - Autocomplete Query Suggestions with Categories inlined + Query Suggestions with inline categories | Autocomplete diff --git a/examples/query-suggestions-with-inline-categories/package.json b/examples/query-suggestions-with-inline-categories/package.json index 1f7095d97..1c66e4291 100644 --- a/examples/query-suggestions-with-inline-categories/package.json +++ b/examples/query-suggestions-with-inline-categories/package.json @@ -1,6 +1,6 @@ { - "name": "@algolia/qs-with-inline-categories-example", - "description": "Autocomplete Query Suggestions with inline categories", + "name": "@algolia/autocomplete-example-query-suggestions-with-inline-categories", + "description": "Autocomplete example with Query Suggestions with inline categories", "version": "1.0.0-alpha.44", "private": true, "license": "MIT", @@ -13,8 +13,8 @@ "@algolia/autocomplete-js": "1.0.0-alpha.44", "@algolia/autocomplete-plugin-query-suggestions": "1.0.0-alpha.44", "@algolia/autocomplete-theme-classic": "1.0.0-alpha.44", - "algoliasearch": "4.8.3", - "preact": "10.5.7" + "algoliasearch": "4.8.6", + "preact": "10.5.13" }, "devDependencies": { "parcel-bundler": "1.12.4" diff --git a/examples/query-suggestions-with-recent-searches/index.html b/examples/query-suggestions-with-recent-searches/index.html index 79f7a160e..c817cfa91 100644 --- a/examples/query-suggestions-with-recent-searches/index.html +++ b/examples/query-suggestions-with-recent-searches/index.html @@ -6,7 +6,7 @@ - Query Suggestions with Recent Searches Sandbox + Query Suggestions with Recent Searches | Autocomplete diff --git a/examples/query-suggestions-with-recent-searches/package.json b/examples/query-suggestions-with-recent-searches/package.json index 6208cc476..1836eb247 100644 --- a/examples/query-suggestions-with-recent-searches/package.json +++ b/examples/query-suggestions-with-recent-searches/package.json @@ -1,6 +1,6 @@ { - "name": "@algolia/qs-with-rs-example", - "description": "Autocomplete Query Suggestions with Recent Searches Sandbox", + "name": "@algolia/autocomplete-example-query-suggestions-with-recent-searches", + "description": "Autocomplete example with Query Suggestions and Recent Searches", "version": "1.0.0-alpha.44", "private": true, "license": "MIT", @@ -14,8 +14,8 @@ "@algolia/autocomplete-plugin-query-suggestions": "1.0.0-alpha.44", "@algolia/autocomplete-plugin-recent-searches": "1.0.0-alpha.44", "@algolia/autocomplete-theme-classic": "1.0.0-alpha.44", - "algoliasearch": "4.8.3", - "preact": "10.5.7" + "algoliasearch": "4.8.6", + "preact": "10.5.13" }, "devDependencies": { "parcel-bundler": "1.12.4" diff --git a/examples/query-suggestions/index.html b/examples/query-suggestions/index.html index 9ba1c23df..3c64f144d 100644 --- a/examples/query-suggestions/index.html +++ b/examples/query-suggestions/index.html @@ -6,7 +6,7 @@ - Query Suggestions Examples + Query Suggestions | Autocomplete diff --git a/examples/query-suggestions/package.json b/examples/query-suggestions/package.json index ea56db8b9..f34b966a7 100644 --- a/examples/query-suggestions/package.json +++ b/examples/query-suggestions/package.json @@ -1,6 +1,6 @@ { - "name": "@algolia/query-suggestions-example", - "description": "Autocomplete Query Suggestions Sandbox", + "name": "@algolia/autocomplete-example-query-suggestions", + "description": "Autocomplete example with Query Suggestions", "version": "1.0.0-alpha.44", "private": true, "license": "MIT", @@ -13,8 +13,8 @@ "@algolia/autocomplete-js": "1.0.0-alpha.44", "@algolia/autocomplete-plugin-query-suggestions": "1.0.0-alpha.44", "@algolia/autocomplete-theme-classic": "1.0.0-alpha.44", - "algoliasearch": "4.8.3", - "preact": "10.5.7" + "algoliasearch": "4.8.6", + "preact": "10.5.13" }, "devDependencies": { "parcel-bundler": "1.12.4" diff --git a/examples/react-renderer/package.json b/examples/react-renderer/package.json index df6b34f77..6ca8777b1 100644 --- a/examples/react-renderer/package.json +++ b/examples/react-renderer/package.json @@ -1,6 +1,6 @@ { - "name": "@algolia/react-renderer-example", - "description": "Autocomplete React Renderer example", + "name": "@algolia/autocomplete-example-react-renderer", + "description": "Autocomplete example with React Renderer", "version": "1.0.0-alpha.44", "private": true, "dependencies": { diff --git a/examples/react-renderer/public/index.html b/examples/react-renderer/public/index.html index 03f166f4a..803dda02a 100644 --- a/examples/react-renderer/public/index.html +++ b/examples/react-renderer/public/index.html @@ -8,10 +8,12 @@ name="description" content="Web site created using create-react-app" /> + - Autocomplete React Renderer + + React Renderer | Autocomplete diff --git a/examples/recently-viewed-items/index.html b/examples/recently-viewed-items/index.html index 7f41f71ba..571b6865b 100644 --- a/examples/recently-viewed-items/index.html +++ b/examples/recently-viewed-items/index.html @@ -6,7 +6,7 @@ - Recently Viewed Items Sandbox + Recently Viewed Items | Autocomplete diff --git a/examples/recently-viewed-items/package.json b/examples/recently-viewed-items/package.json index dc1bcf9f6..ce787d448 100644 --- a/examples/recently-viewed-items/package.json +++ b/examples/recently-viewed-items/package.json @@ -1,6 +1,6 @@ { - "name": "@algolia/recently-viewed-items-example", - "description": "Autocomplete Recently Viewed Items Sandbox", + "name": "@algolia/autocomplete-example-recently-viewed-items", + "description": "Autocomplete example with Recently Viewed Items", "version": "1.0.0-alpha.44", "private": true, "license": "MIT", @@ -13,9 +13,9 @@ "@algolia/autocomplete-js": "1.0.0-alpha.44", "@algolia/autocomplete-plugin-recent-searches": "1.0.0-alpha.44", "@algolia/autocomplete-theme-classic": "1.0.0-alpha.44", - "@algolia/client-search": "4.8.3", - "algoliasearch": "4.8.3", - "preact": "10.5.7" + "@algolia/client-search": "4.8.6", + "algoliasearch": "4.8.6", + "preact": "10.5.13" }, "devDependencies": { "parcel-bundler": "1.12.4" diff --git a/package.json b/package.json index b21b32ea3..7eb0dc399 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "format": "prettier --write .", "lint:css": "stylelint packages/*/src/**/*.scss", "lint": "eslint --ext .js,.ts,.tsx .", - "playground:start": "yarn workspace @algolia/js-example start", + "playground:start": "yarn workspace @algolia/autocomplete-example-playground start", "prepare": "lerna run prepare --no-private", "release": "shipjs prepare", "start": "yarn run watch", @@ -55,7 +55,7 @@ "@types/react-dom": "^17.0.0", "@typescript-eslint/eslint-plugin": "2.19.0", "@typescript-eslint/parser": "2.19.0", - "algoliasearch": "4.8.3", + "algoliasearch": "4.8.6", "autoprefixer": "10.0.4", "babel-eslint": "10.1.0", "babel-loader": "8.2.2", diff --git a/packages/autocomplete-plugin-query-suggestions/package.json b/packages/autocomplete-plugin-query-suggestions/package.json index 58c2346fe..09ec7f076 100644 --- a/packages/autocomplete-plugin-query-suggestions/package.json +++ b/packages/autocomplete-plugin-query-suggestions/package.json @@ -37,7 +37,7 @@ "@algolia/autocomplete-shared": "1.0.0-alpha.44" }, "devDependencies": { - "@algolia/client-search": "4.8.3", + "@algolia/client-search": "4.8.6", "algoliasearch": "4.8.3" }, "peerDependencies": { diff --git a/packages/autocomplete-preset-algolia/package.json b/packages/autocomplete-preset-algolia/package.json index 44062af38..78bd19d42 100644 --- a/packages/autocomplete-preset-algolia/package.json +++ b/packages/autocomplete-preset-algolia/package.json @@ -34,7 +34,7 @@ "@algolia/autocomplete-shared": "1.0.0-alpha.44" }, "devDependencies": { - "@algolia/client-search": "4.8.3", + "@algolia/client-search": "4.8.6", "algoliasearch": "4.8.3" }, "peerDependencies": { diff --git a/packages/website/docs/getting-started.mdx b/packages/website/docs/getting-started.mdx index 4062d3b9c..aeed816cc 100644 --- a/packages/website/docs/getting-started.mdx +++ b/packages/website/docs/getting-started.mdx @@ -22,7 +22,7 @@ This documentation offers a few ways to learn about the Autocomplete library: - Read the [**Core Concepts**](basic-options) to learn more about underlying principles, like [**Sources**](sources) and [**State**](state). - Follow the [**Guides**](adding-suggested-searches) to understand how to build common UX patterns. - Refer to [**API reference**](api) for a comprehensive list of parameters and options. -- Try out the [**Playground**](https://codesandbox.io/s/github/algolia/autocomplete.js/tree/next/examples/js?file=/app.tsx) where you can fork a basic implementation and play around. +- Try out the [**Playground**](https://codesandbox.io/s/github/algolia/autocomplete.js/tree/next/examples/playground?file=/app.tsx) where you can fork a basic implementation and play around. Keep reading to see how to install Autocomplete and build a basic implementation with Algolia. diff --git a/packages/website/docusaurus.config.js b/packages/website/docusaurus.config.js index cea8c3c01..2657149e7 100644 --- a/packages/website/docusaurus.config.js +++ b/packages/website/docusaurus.config.js @@ -23,7 +23,7 @@ module.exports = { { label: 'Playground', to: - 'https://codesandbox.io/s/github/algolia/autocomplete/tree/next/examples/js?file=/app.tsx', + 'https://codesandbox.io/s/github/algolia/autocomplete/tree/next/examples/playground?file=/app.tsx', position: 'right', }, { diff --git a/yarn.lock b/yarn.lock index a2319970f..34238c73d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,13 +2,6 @@ # yarn lockfile v1 -"@algolia/cache-browser-local-storage@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.8.1.tgz#1c0230f6f174a37bb22549ec502cad2dc6973c35" - integrity sha512-qqudBJE2BzpiO11CbWDbxLual75qiP6lEjHW1zlG2P6jO/NkCnVMsOhPgu2eiJx7lTJ3vhkn981g87qZre8KSg== - dependencies: - "@algolia/cache-common" "4.8.1" - "@algolia/cache-browser-local-storage@4.8.3": version "4.8.3" resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.8.3.tgz#79cc502892c83f378b8f1a87f78020268806f5c3" @@ -23,10 +16,12 @@ dependencies: "@algolia/cache-common" "4.8.4" -"@algolia/cache-common@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.8.1.tgz#19c76300d0e75550c4dd88fa1d12b06a75cc290f" - integrity sha512-5bJ3KX0trQfNXFzEgDx7IHUcLdrjIvs/6g5fxGMRr0eWJj6x1tSmbIJBff4pdQw7oWZvO1kueWrWD1v0dV9b/Q== +"@algolia/cache-browser-local-storage@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.8.6.tgz#6be9644b68efbbc231ac3f0a4cfa985ef31eade9" + integrity sha512-Bam7otzjIEgrRXWmk0Amm1+B3ROI5dQnUfJEBjIy0YPM0kMahEoJXCw6160tGKxJLl1g6icoC953nGshQKO7cA== + dependencies: + "@algolia/cache-common" "4.8.6" "@algolia/cache-common@4.8.3": version "4.8.3" @@ -38,12 +33,10 @@ resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.8.4.tgz#b105bdfe3fa0ba15db936177c4db420befed2ab7" integrity sha512-5+dLmj6qFy4WOtnNQuFRfWTIIDdpUigv+dXaKMFplNPBvZHGFy3hcRjWqYzGcqaeLqcXbN8cU5r75mvrlJIxcw== -"@algolia/cache-in-memory@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.8.1.tgz#c84a72e75cf614dc75c2ccf0a993c382d3153862" - integrity sha512-4EEUi+DHsMKfZ38AYovXVS09oLTLSQlssw1PTswJEx7wuKCAzctWSBfB116+b1eAw8mp6EmiTJw8D2qFhr70oQ== - dependencies: - "@algolia/cache-common" "4.8.1" +"@algolia/cache-common@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.8.6.tgz#dff1697a0fe3d7856630071559661ec5ad90f31c" + integrity sha512-eGQlsXU5G7n4RvV/K6qe6lRAeL6EKAYPT3yZDBjCW4pAh7JWta+77a7BwUQkTqXN1MEQWZXjex3E4z/vFpzNrg== "@algolia/cache-in-memory@4.8.3": version "4.8.3" @@ -59,14 +52,12 @@ dependencies: "@algolia/cache-common" "4.8.4" -"@algolia/client-account@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.8.1.tgz#7c75a5151860a592abfe720610babd0652b5d822" - integrity sha512-zfQSb9EYzZrOsUqsekKJYuizpQVLiq1D0B81KC8V0PjhjtQc13UrAJx68XP3fkNBe7V9K6H3dIRPOaK5XVHYOg== +"@algolia/cache-in-memory@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.8.6.tgz#9a100a1be05e700a253ef4bdabd3bd45df2f67d4" + integrity sha512-kbJrvCFANxL/l5Pq1NFyHLRphKDwmqcD/OJga0IbNKEulRGDPkt1+pC7/q8d2ikP12adBjLLg2CVias9RJpIaw== dependencies: - "@algolia/client-common" "4.8.1" - "@algolia/client-search" "4.8.1" - "@algolia/transporter" "4.8.1" + "@algolia/cache-common" "4.8.6" "@algolia/client-account@4.8.3": version "4.8.3" @@ -86,15 +77,14 @@ "@algolia/client-search" "4.8.4" "@algolia/transporter" "4.8.4" -"@algolia/client-analytics@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.8.1.tgz#330c2e001f758fe750820366092ea6f407d6ca9f" - integrity sha512-QF6I7MCV9jI8dawi8W/tA/R5EyE+4uKc74tqLTrm6WoUdlwExaTuKgSjsqZtSjRileIDw5TuuJhSGCpgBktDOg== +"@algolia/client-account@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.8.6.tgz#050cfd6a6d3e06a5a8e1029f24d6d50524d186c6" + integrity sha512-FQVJE/BgCb78jtG7V0r30sMl9P5JKsrsOacGtGF2YebqI0YF25y8Z1nO39lbdjahxUS3QkDw2d0P2EVMj65g2Q== dependencies: - "@algolia/client-common" "4.8.1" - "@algolia/client-search" "4.8.1" - "@algolia/requester-common" "4.8.1" - "@algolia/transporter" "4.8.1" + "@algolia/client-common" "4.8.6" + "@algolia/client-search" "4.8.6" + "@algolia/transporter" "4.8.6" "@algolia/client-analytics@4.8.3": version "4.8.3" @@ -116,13 +106,15 @@ "@algolia/requester-common" "4.8.4" "@algolia/transporter" "4.8.4" -"@algolia/client-common@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.8.1.tgz#a0527d8ac76b41605f3fd6370d9cf1390ea98e10" - integrity sha512-iAVBzNUFyUYqX6yyWN3AsxB+sF2g+lWguXmdMaSDAym4XMRAT6cvd3xUKBloHafzm2zWR69XHm/qxUuqJbFnxQ== +"@algolia/client-analytics@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.8.6.tgz#ac644cfc9d87a085b9e53c71a42ef6e90d828501" + integrity sha512-ZBYFUlzNaWDFtt0rYHI7xbfVX0lPWU9lcEEXI/BlnkRgEkm247H503tNatPQFA1YGkob52EU18sV1eJ+OFRBLA== dependencies: - "@algolia/requester-common" "4.8.1" - "@algolia/transporter" "4.8.1" + "@algolia/client-common" "4.8.6" + "@algolia/client-search" "4.8.6" + "@algolia/requester-common" "4.8.6" + "@algolia/transporter" "4.8.6" "@algolia/client-common@4.8.3": version "4.8.3" @@ -140,14 +132,13 @@ "@algolia/requester-common" "4.8.4" "@algolia/transporter" "4.8.4" -"@algolia/client-recommendation@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.8.1.tgz#ce0577f53eaa0877a40e4f14789714a32d199a50" - integrity sha512-WiI86PtQKjU+pmIqlzyJ5skOqfZy6PTc7s6XPgPmVd+XfQxRweXxiejbBG0aQlVcZbN2eetNMmI2vawf1cTDWg== +"@algolia/client-common@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.8.6.tgz#c8b81af250ed8beb741a0e5cfdd3236bb4292c94" + integrity sha512-8dI+K3Nvbes2YRZm2LY7bdCUD05e60BhacrMLxFuKxnBGuNehME1wbxq/QxcG1iNFJlxLIze5TxIcNN3+pn76g== dependencies: - "@algolia/client-common" "4.8.1" - "@algolia/requester-common" "4.8.1" - "@algolia/transporter" "4.8.1" + "@algolia/requester-common" "4.8.6" + "@algolia/transporter" "4.8.6" "@algolia/client-recommendation@4.8.3": version "4.8.3" @@ -167,14 +158,14 @@ "@algolia/requester-common" "4.8.4" "@algolia/transporter" "4.8.4" -"@algolia/client-search@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.8.1.tgz#62326038d9d128f8bc87857c514ce7dea91f73b1" - integrity sha512-EAeTq5iqpoEPQmi25La1zM5hxvE04hnZzutlUq+5flhrmjwV75z6xNjqNBlDVhPwH545Xg2jcccXQjjNzLHj7A== +"@algolia/client-recommendation@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.8.6.tgz#2518a09bfbeaec78b0d7a4213107f0899f80f9ac" + integrity sha512-Kg8DpjwvaWWujNx6sAUrSL+NTHxFe/UNaliCcSKaMhd3+FiPXN+CrSkO0KWR7I+oK2qGBTG/2Y0BhFOJ5/B/RA== dependencies: - "@algolia/client-common" "4.8.1" - "@algolia/requester-common" "4.8.1" - "@algolia/transporter" "4.8.1" + "@algolia/client-common" "4.8.6" + "@algolia/requester-common" "4.8.6" + "@algolia/transporter" "4.8.6" "@algolia/client-search@4.8.3": version "4.8.3" @@ -194,10 +185,14 @@ "@algolia/requester-common" "4.8.4" "@algolia/transporter" "4.8.4" -"@algolia/logger-common@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.8.1.tgz#46accd128bc5179385c437085a02e0d9c5e721ae" - integrity sha512-ENX/9LuroGxLCjPbvuO6yKPoFNkSXFO0LhWHeR/JQY0gdTHhHgj2A2nXT4Qt0PxFGE9XNhXlJ3YYVxtWEG8rww== +"@algolia/client-search@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.8.6.tgz#1ca3f28c04ef4120b0563a293b30fcfe1b3fd1d0" + integrity sha512-vXLS6umL/9G3bwqc6pkrS9K5/s8coq55mpfRARL+bs0NsToOf77WSTdwzlxv/KdbVF7dHjXgUpBvJ6RyR4ZdAw== + dependencies: + "@algolia/client-common" "4.8.6" + "@algolia/requester-common" "4.8.6" + "@algolia/transporter" "4.8.6" "@algolia/logger-common@4.8.3": version "4.8.3" @@ -209,12 +204,10 @@ resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.8.4.tgz#42ecab3c92388a0d81b8532cefb47670da46cdd3" integrity sha512-6hOaFG75Onmant9adcaeCZgvPYfnif7n0H1ycbixm6/WH3SmxqPMG+CMiW8mTNTRrrAEceQVrq6tDHD8jdnOOw== -"@algolia/logger-console@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.8.1.tgz#a0b42f0cab7a33e5cd09ff8a0e6da1d197c2a7aa" - integrity sha512-pFxNb9aOvUsyS+RxHJgMvnTCzt6ewqi0nsICDCCXQ/Lz1VrRFbrfmXcfxD46nQ0W8o8/7esXzaVdjGUKmEmq0Q== - dependencies: - "@algolia/logger-common" "4.8.1" +"@algolia/logger-common@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.8.6.tgz#8c44a4f550e12418b0ec8d76a068e4f1c64206d1" + integrity sha512-FMRxZGdDxSzd0/Mv0R1021FvUt0CcbsQLYeyckvSWX8w+Uk4o0lcV6UtZdERVR5XZsGOqoXLMIYDbR2vkbGbVw== "@algolia/logger-console@4.8.3": version "4.8.3" @@ -230,12 +223,12 @@ dependencies: "@algolia/logger-common" "4.8.4" -"@algolia/requester-browser-xhr@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.8.1.tgz#02ceb6548957d347c73a6eb8c8292750136bb88a" - integrity sha512-N0+0UONv1FYMTaZR/a6wl43MUrGFYpAvsqlVgCN8/CFhuG4LFBUXhZQudL8wq9GfMoUENJ6P9spCUk2EcE5mKQ== +"@algolia/logger-console@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.8.6.tgz#77176570fa6532fa846c7cfa2c6280935b1a3a06" + integrity sha512-TYw9lwUCjvApC6Z0zn36T6gkCl7hbfJmnU+Z/D8pFJ3Yp7lz06S3oWGjbdrULrYP1w1VOhjd0X7/yGNsMhzutQ== dependencies: - "@algolia/requester-common" "4.8.1" + "@algolia/logger-common" "4.8.6" "@algolia/requester-browser-xhr@4.8.3": version "4.8.3" @@ -251,10 +244,12 @@ dependencies: "@algolia/requester-common" "4.8.4" -"@algolia/requester-common@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.8.1.tgz#8d0990aed68d785433e40cd389c8a87701543f43" - integrity sha512-ZtG4g4pxPbN2qI8E7ChOthuntZGIauQegzXyqYfRAAlIZ+lkTTc8KPmUDREFhkT9znCKoPD43w0j8YogSVo/4A== +"@algolia/requester-browser-xhr@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.8.6.tgz#dbcb5906d10c619d7f08fced2f68fa09abffe5fd" + integrity sha512-omh6uJ3CJXOmcrU9M3/KfGg8XkUuGJGIMkqEbkFvIebpBJxfs6TVs0ziNeMFAcAfhi8/CGgpLbDSgJtWdGQa6w== + dependencies: + "@algolia/requester-common" "4.8.6" "@algolia/requester-common@4.8.3": version "4.8.3" @@ -266,12 +261,10 @@ resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.8.4.tgz#670f5e43e4d09ff9a3b9bfda7ac0c03476a9e4b1" integrity sha512-br3LXb6srfAy7F04axwExmrkPOlXCDckgTFoLFv/RT9Oo28SpoyvHqktyBovQLdzdTs+Laglf+LtOHr0iUrZJg== -"@algolia/requester-node-http@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.8.1.tgz#23702832093e769a7837107bf96200fba9d77be3" - integrity sha512-OyryP9UBcIqD9B9C6TfkjeNbd8G/MCxuaBaK3QfbjP/J7EUVeMBFPs0jo52jTKlm8l4cgRIHCDxa1ctgfhE1Xg== - dependencies: - "@algolia/requester-common" "4.8.1" +"@algolia/requester-common@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.8.6.tgz#37ea1f9ecc1afcd91532b9f9c952c62fdef42bca" + integrity sha512-r5xJqq/D9KACkI5DgRbrysVL5DUUagikpciH0k0zjBbm+cXiYfpmdflo/h6JnY6kmvWgjr/4DoeTjKYb/0deAQ== "@algolia/requester-node-http@4.8.3": version "4.8.3" @@ -287,14 +280,12 @@ dependencies: "@algolia/requester-common" "4.8.4" -"@algolia/transporter@4.8.1": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.8.1.tgz#a80d41ae4f4b0e9f2606f4c20cef9aa4183cb59b" - integrity sha512-JNO0Bs9vmQmrM54daORAFdmA05QFV7IQNoLS7ucbtEKexJAwmxb/mOB+sAH6Ju3V8vGPPvvn9jcgu9fwIkyX3Q== +"@algolia/requester-node-http@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.8.6.tgz#e966293224f3bd1ba32ce4f9bc0fdada5d8e69ec" + integrity sha512-TB36OqTVOKyHCOtdxhn/IJyI/NXi/BWy8IEbsiWwwZWlL79NWHbetj49jXWFolEYEuu8PgDjjZGpRhypSuO9XQ== dependencies: - "@algolia/cache-common" "4.8.1" - "@algolia/logger-common" "4.8.1" - "@algolia/requester-common" "4.8.1" + "@algolia/requester-common" "4.8.6" "@algolia/transporter@4.8.3": version "4.8.3" @@ -314,6 +305,15 @@ "@algolia/logger-common" "4.8.4" "@algolia/requester-common" "4.8.4" +"@algolia/transporter@4.8.6": + version "4.8.6" + resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.8.6.tgz#b605dcd971aed374bdd95dd8938b93b9df650109" + integrity sha512-NRb31J0TP7EPoVMpXZ4yAtr61d26R8KGaf6qdULknvq5sOVHuuH4PwmF08386ERfIsgnM/OBhl+uzwACdCIjSg== + dependencies: + "@algolia/cache-common" "4.8.6" + "@algolia/logger-common" "4.8.6" + "@algolia/requester-common" "4.8.6" + "@babel/cli@7.12.8": version "7.12.8" resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.8.tgz#3b24ed2fd5da353ee6f19e8935ff8c93b5fe8430" @@ -425,14 +425,7 @@ jsesc "^2.5.1" source-map "^0.5.0" -"@babel/helper-annotate-as-pure@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" - integrity sha512-XQlqKQP4vXFB7BN8fEEerrmYvHp3fK/rBkRFz9jaJbzK0B1DSfej9Kc7ZzE8Z/OnId1jpJdNAZ3BFQjWG68rcA== - dependencies: - "@babel/types" "^7.10.4" - -"@babel/helper-annotate-as-pure@^7.12.10": +"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.10": version "7.12.10" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d" integrity sha512-XplmVbC1n+KY6jL8/fgLVXXUauDIB+lD5+GsQEh6F6GBF1dq1qy4DP4yXWzDKcoqXB3X58t61e85Fitoww4JVQ== @@ -456,14 +449,6 @@ "@babel/helper-module-imports" "^7.12.1" "@babel/types" "^7.12.1" -"@babel/helper-builder-react-jsx@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.4.tgz#8095cddbff858e6fa9c326daee54a2f2732c1d5d" - integrity sha512-5nPcIZ7+KKDxT1427oBivl9V9YTal7qk0diccnh7RrcgrT/pGFOjgGw1dgryyx1GvHEpXVfoDF6Ak3rTiWh8Rg== - dependencies: - "@babel/helper-annotate-as-pure" "^7.10.4" - "@babel/types" "^7.10.4" - "@babel/helper-compilation-targets@^7.12.1", "@babel/helper-compilation-targets@^7.12.5": version "7.12.5" resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.5.tgz#cb470c76198db6a24e9dbc8987275631e5d29831" @@ -613,12 +598,7 @@ dependencies: "@babel/types" "^7.11.0" -"@babel/helper-validator-identifier@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" - integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== - -"@babel/helper-validator-identifier@^7.12.11": +"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11": version "7.12.11" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== @@ -1165,17 +1145,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.12.1", "@babel/plugin-transform-react-jsx@^7.12.7": - version "7.12.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.7.tgz#8b14d45f6eccd41b7f924bcb65c021e9f0a06f7f" - integrity sha512-YFlTi6MEsclFAPIDNZYiCRbneg1MFGao9pPG9uD5htwE0vDbPaMUMeYd6itWjw7K4kro4UbdQf3ljmFl9y48dQ== - dependencies: - "@babel/helper-builder-react-jsx" "^7.10.4" - "@babel/helper-builder-react-jsx-experimental" "^7.12.4" - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-syntax-jsx" "^7.12.1" - -"@babel/plugin-transform-react-jsx@^7.12.10": +"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.12.1", "@babel/plugin-transform-react-jsx@^7.12.10": version "7.12.12" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.12.tgz#b0da51ffe5f34b9a900e9f1f5fb814f9e512d25e" integrity sha512-JDWGuzGNWscYcq8oJVCtSE61a5+XAOos+V0HrxnDieUus4UMnBEosDnY1VJqU5iZ4pA04QY7l0+JvHL1hZEfsw== @@ -1446,7 +1416,7 @@ "@babel/plugin-transform-react-jsx-source" "^7.12.1" "@babel/plugin-transform-react-pure-annotations" "^7.12.1" -"@babel/preset-react@7.12.10": +"@babel/preset-react@7.12.10", "@babel/preset-react@^7.12.5", "@babel/preset-react@^7.9.4": version "7.12.10" resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.10.tgz#4fed65f296cbb0f5fb09de6be8cddc85cc909be9" integrity sha512-vtQNjaHRl4DUpp+t+g4wvTHsLQuye+n0H/wsXIZRn69oz/fvNC7gQ4IK73zGJBaxvHoxElDvnYCthMcT7uzFoQ== @@ -1457,19 +1427,6 @@ "@babel/plugin-transform-react-jsx-development" "^7.12.7" "@babel/plugin-transform-react-pure-annotations" "^7.12.1" -"@babel/preset-react@^7.12.5", "@babel/preset-react@^7.9.4": - version "7.12.7" - resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.12.7.tgz#36d61d83223b07b6ac4ec55cf016abb0f70be83b" - integrity sha512-wKeTdnGUP5AEYCYQIMeXMMwU7j+2opxrG0WzuZfxuuW9nhKvvALBjl67653CWamZJVefuJGI219G591RSldrqQ== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - "@babel/plugin-transform-react-display-name" "^7.12.1" - "@babel/plugin-transform-react-jsx" "^7.12.7" - "@babel/plugin-transform-react-jsx-development" "^7.12.7" - "@babel/plugin-transform-react-jsx-self" "^7.12.1" - "@babel/plugin-transform-react-jsx-source" "^7.12.1" - "@babel/plugin-transform-react-pure-annotations" "^7.12.1" - "@babel/preset-typescript@7.12.1": version "7.12.1" resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.12.1.tgz#86480b483bb97f75036e8864fe404cc782cc311b" @@ -1533,16 +1490,7 @@ globals "^11.1.0" lodash "^4.17.19" -"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": - version "7.12.7" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13" - integrity sha512-MNyI92qZq6jrQkXvtIiykvl4WtoRrVV9MPn+ZfsoEENjiWcBQ3ZSHrkxnJWgWtLX3XXqX5hrSQ+X69wkmesXuQ== - dependencies: - "@babel/helper-validator-identifier" "^7.10.4" - lodash "^4.17.19" - to-fast-properties "^2.0.0" - -"@babel/types@^7.12.10", "@babel/types@^7.12.12": +"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.12", "@babel/types@^7.12.5", "@babel/types@^7.12.6", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0": version "7.12.12" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299" integrity sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ== @@ -3948,15 +3896,7 @@ dependencies: jest-diff "*" -"@types/jest@*": - version "26.0.15" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.15.tgz#12e02c0372ad0548e07b9f4e19132b834cb1effe" - integrity sha512-s2VMReFXRg9XXxV+CW9e5Nz8fH2K1aEhwgjUqPPbQd7g95T0laAcvLv032EhFHIa5GHsZ8W7iJEQVaJq6k3Gog== - dependencies: - jest-diff "^26.0.0" - pretty-format "^26.0.0" - -"@types/jest@^26.0.16": +"@types/jest@*", "@types/jest@^26.0.16": version "26.0.16" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.16.tgz#b47abd50f6ed0503f589db8e126fc8eb470cf87c" integrity sha512-Gp12+7tmKCgv9JjtltxUXokohCAEZfpJaEW5tn871SGRp8I+bRWBonQO7vW5NHwnAHe5dd50+Q4zyKuN35i09g== @@ -4680,25 +4620,25 @@ algoliasearch@4.8.4: "@algolia/requester-node-http" "4.8.4" "@algolia/transporter" "4.8.4" -algoliasearch@^4.0.0: - version "4.8.1" - resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.8.1.tgz#ccaa1674459f2266cdc565a041bc59bd41218638" - integrity sha512-rK0VQiOC/9DFD6cwAZIl1dq8SrmtSLVmrz9rk2IQ0/jpTKVAE7xstOaml3nvxjBZWcFQsS4+P2qtzsg6NaLaWw== - dependencies: - "@algolia/cache-browser-local-storage" "4.8.1" - "@algolia/cache-common" "4.8.1" - "@algolia/cache-in-memory" "4.8.1" - "@algolia/client-account" "4.8.1" - "@algolia/client-analytics" "4.8.1" - "@algolia/client-common" "4.8.1" - "@algolia/client-recommendation" "4.8.1" - "@algolia/client-search" "4.8.1" - "@algolia/logger-common" "4.8.1" - "@algolia/logger-console" "4.8.1" - "@algolia/requester-browser-xhr" "4.8.1" - "@algolia/requester-common" "4.8.1" - "@algolia/requester-node-http" "4.8.1" - "@algolia/transporter" "4.8.1" +algoliasearch@4.8.6, algoliasearch@^4.0.0: + version "4.8.6" + resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.8.6.tgz#8d6d7d2315bb052705a8ef5c8dbf57a19d357c2b" + integrity sha512-G8IA3lcgaQB4r9HuQ4G+uSFjjz0Wv2OgEPiQ8emA+G2UUlroOfMl064j1bq/G+QTW0LmTQp9JwrFDRWxFM9J7w== + dependencies: + "@algolia/cache-browser-local-storage" "4.8.6" + "@algolia/cache-common" "4.8.6" + "@algolia/cache-in-memory" "4.8.6" + "@algolia/client-account" "4.8.6" + "@algolia/client-analytics" "4.8.6" + "@algolia/client-common" "4.8.6" + "@algolia/client-recommendation" "4.8.6" + "@algolia/client-search" "4.8.6" + "@algolia/logger-common" "4.8.6" + "@algolia/logger-console" "4.8.6" + "@algolia/requester-browser-xhr" "4.8.6" + "@algolia/requester-common" "4.8.6" + "@algolia/requester-node-http" "4.8.6" + "@algolia/transporter" "4.8.6" alphanum-sort@^1.0.0: version "1.0.2" @@ -5136,7 +5076,7 @@ axios@0.19.0: follow-redirects "1.5.10" is-buffer "^2.0.2" -axios@^0.19.0, axios@^0.19.2: +axios@^0.19.0: version "0.19.2" resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27" integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA== @@ -5208,7 +5148,7 @@ babel-loader@8.1.0: pify "^4.0.1" schema-utils "^2.6.5" -babel-loader@8.2.2: +babel-loader@8.2.2, babel-loader@^8.2.1: version "8.2.2" resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81" integrity sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g== @@ -5218,17 +5158,6 @@ babel-loader@8.2.2: make-dir "^3.1.0" schema-utils "^2.6.5" -babel-loader@^8.2.1: - version "8.2.1" - resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.1.tgz#e53313254677e86f27536f5071d807e01d24ec00" - integrity sha512-dMF8sb2KQ8kJl21GUjkW1HWmcsL39GOV5vnzjqrCzEPNY0S0UfMLnumidiwIajDSBmKhYf5iRW+HXaM4cvCKBw== - dependencies: - find-cache-dir "^2.1.0" - loader-utils "^1.4.0" - make-dir "^2.1.0" - pify "^4.0.1" - schema-utils "^2.6.5" - babel-plugin-apply-mdx-type-prop@1.6.21: version "1.6.21" resolved "https://registry.yarnpkg.com/babel-plugin-apply-mdx-type-prop/-/babel-plugin-apply-mdx-type-prop-1.6.21.tgz#0c8600c965ca4203e3c026ed971ed5b7e810aeba" @@ -6059,12 +5988,7 @@ caniuse-api@^3.0.0: lodash.memoize "^4.1.2" lodash.uniq "^4.5.0" -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001157: - version "1.0.30001161" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001161.tgz#64f7ffe79ee780b8c92843ff34feb36cea4651e0" - integrity sha512-JharrCDxOqPLBULF9/SPa6yMcBRTjZARJ6sc3cuKrPfyIk64JN6kuMINWqA99Xc8uElMFcROliwtz0n9pYej+g== - -caniuse-lite@^1.0.30001161: +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001035, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001157, caniuse-lite@^1.0.30001161: version "1.0.30001165" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001165.tgz#32955490d2f60290bb186bb754f2981917fa744f" integrity sha512-8cEsSMwXfx7lWSUMA2s08z9dIgsnR5NAqjXP23stdsU3AUWkCr/rr4s4OFtHXn5XXr6+7kam3QFVoYyXNPdJPA== @@ -9124,19 +9048,7 @@ fast-glob@^2.0.2, fast-glob@^2.2.2, fast-glob@^2.2.6: merge2 "^1.2.3" micromatch "^3.1.10" -fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.4: - version "3.2.4" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3" - integrity sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== - dependencies: - "@nodelib/fs.stat" "^2.0.2" - "@nodelib/fs.walk" "^1.2.3" - glob-parent "^5.1.0" - merge2 "^1.3.0" - micromatch "^4.0.2" - picomatch "^2.2.1" - -fast-glob@^3.2.5: +fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.4, fast-glob@^3.2.5: version "3.2.5" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661" integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg== @@ -9482,12 +9394,7 @@ follow-redirects@1.5.10: dependencies: debug "=3.1.0" -follow-redirects@^1.0.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db" - integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== - -follow-redirects@^1.10.0: +follow-redirects@^1.0.0, follow-redirects@^1.10.0: version "1.13.2" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147" integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA== @@ -9955,7 +9862,7 @@ globals@^12.1.0: dependencies: type-fest "^0.8.1" -globby@11.0.1, globby@^11.0.1: +globby@11.0.1: version "11.0.1" resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357" integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ== @@ -9994,7 +9901,7 @@ globby@^10.0.1: merge2 "^1.2.3" slash "^3.0.0" -globby@^11.0.2: +globby@^11.0.1, globby@^11.0.2: version "11.0.2" resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83" integrity sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og== @@ -12029,7 +11936,7 @@ jest@26.6.3: import-local "^3.0.2" jest-cli "^26.6.3" -joi@^17.1.1, joi@^17.2.1, joi@^17.3.0: +joi@^17.2.1, joi@^17.3.0: version "17.3.0" resolved "https://registry.yarnpkg.com/joi/-/joi-17.3.0.tgz#f1be4a6ce29bc1716665819ac361dfa139fff5d2" integrity sha512-Qh5gdU6niuYbUIUV5ejbsMiiFmBdw8Kcp8Buj2JntszCkCfxJ9Cz76OtHxOZMPXrt5810iDIXs+n1nNVoquHgg== @@ -13607,16 +13514,11 @@ nan@^2.12.1, nan@^2.13.2, nan@^2.14.0: resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19" integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== -nanoid@^3.1.16: +nanoid@^3.1.16, nanoid@^3.1.18: version "3.1.20" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788" integrity sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw== -nanoid@^3.1.18: - version "3.1.18" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.18.tgz#0680db22ab01c372e89209f5d18283d98de3e96d" - integrity sha512-rndlDjbbHbcV3xi+R2fpJ+PbGMdfBxz5v1fATIQFq0DP64FsicQdwnKLy47K4kZHdRpmQXtz24eGsxQqamzYTA== - nanomatch@^1.2.9: version "1.2.13" resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" @@ -15931,10 +15833,10 @@ posthtml@^0.13.4: posthtml-parser "^0.5.0" posthtml-render "^1.2.3" -preact@10.5.7, preact@^10.0.0: - version "10.5.7" - resolved "https://registry.yarnpkg.com/preact/-/preact-10.5.7.tgz#f1d84725539e18f7ccbea937cf3db5895661dbd3" - integrity sha512-4oEpz75t/0UNcwmcsjk+BIcDdk68oao+7kxcpc1hQPNs2Oo3ZL9xFz8UBf350mxk/VEdD41L5b4l2dE3Ug3RYg== +preact@10.5.13, preact@^10.0.0: + version "10.5.13" + resolved "https://registry.yarnpkg.com/preact/-/preact-10.5.13.tgz#85f6c9197ecd736ce8e3bec044d08fd1330fa019" + integrity sha512-q/vlKIGNwzTLu+jCcvywgGrt+H/1P/oIRSD6mV4ln3hmlC+Aa34C7yfPI4+5bzW8pONyVXYS7SvXosy2dKKtWQ== prebuild-install@^5.3.3: version "5.3.6" @@ -15984,22 +15886,12 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.2.1: +prettier@2.2.1, prettier@^2.0.0: version "2.2.1" resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q== -prettier@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.0.tgz#8a03c7777883b29b37fb2c4348c66a78e980418b" - integrity sha512-yYerpkvseM4iKD/BXLYUkQV5aKt4tQPqaGW6EsZjzyu0r7sVZZNPJW4Y8MyKmicp6t42XUPcBVA+H6sB3gqndw== - -pretty-bytes@^5.3.0: - version "5.4.1" - resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.4.1.tgz#cd89f79bbcef21e3d21eb0da68ffe93f803e884b" - integrity sha512-s1Iam6Gwz3JI5Hweaz4GoCD1WUNUIyzePFy5+Js2hjwGVt2Z79wNN+ZKOZ2vB6C+Xs6njyB84Z1IthQg8d9LxA== - -pretty-bytes@^5.4.1: +pretty-bytes@^5.3.0, pretty-bytes@^5.4.1: version "5.5.0" resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.5.0.tgz#0cecda50a74a941589498011cf23275aa82b339e" integrity sha512-p+T744ZyjjiaFlMUZZv6YPC5JrkNj8maRmPaQCWFJFplUAzpIUTRaTcS+7wmZtUoFXHtESJb23ISliaWyz3SHA== @@ -17532,7 +17424,7 @@ run-queue@^1.0.0, run-queue@^1.0.3: dependencies: aproba "^1.1.1" -rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.5.2, rxjs@^6.5.3, rxjs@^6.5.5, rxjs@^6.6.0, rxjs@^6.6.3: +rxjs@^6.3.3, rxjs@^6.4.0, rxjs@^6.5.2, rxjs@^6.5.3, rxjs@^6.6.0, rxjs@^6.6.3: version "6.6.3" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.3.tgz#8ca84635c4daa900c0d3967a6ee7ac60271ee552" integrity sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ== @@ -17664,10 +17556,10 @@ scss-tokenizer@^0.2.3: js-base64 "^2.1.8" source-map "^0.4.2" -search-insights@1.6.3: - version "1.6.3" - resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-1.6.3.tgz#0a9467615c4929dee42d0a599eb38961c2f6aaad" - integrity sha512-Tvqm+M5A7Udw4MgVMYsy1zRbO1f1wb92ZpexADVu01WLX9yCLHek71EpjPsLDSqkbDwlXI3KFjM+1Y+JFQHpsQ== +search-insights@1.7.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-1.7.1.tgz#eddfa56910e28cbbb0df80aec2ab8acf0a86cb6b" + integrity sha512-CSuSKIJp+WcSwYrD9GgIt1e3xmI85uyAefC4/KYGgtvNEm6rt4kBGilhVRmTJXxRE2W1JknvP598Q7SMhm7qKA== section-matter@^1.0.0: version "1.0.0" @@ -20164,7 +20056,7 @@ w3c-xmlserializer@^2.0.0: dependencies: xml-name-validator "^3.0.0" -wait-on@5.2.1: +wait-on@5.2.1, wait-on@^5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-5.2.1.tgz#05b66fcb4d7f5da01537f03e7cf96e8836422996" integrity sha512-H2F986kNWMU9hKlI9l/ppO6tN8ZSJd35yBljMLa1/vjzWP++Qh6aXyt77/u7ySJFZQqBtQxnvm/xgG48AObXcw== @@ -20175,17 +20067,6 @@ wait-on@5.2.1: minimist "^1.2.5" rxjs "^6.6.3" -wait-on@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/wait-on/-/wait-on-5.2.0.tgz#6711e74422523279714a36d52cf49fb47c9d9597" - integrity sha512-U1D9PBgGw2XFc6iZqn45VBubw02VsLwnZWteQ1au4hUVHasTZuFSKRzlTB2dqgLhji16YVI8fgpEpwUdCr8B6g== - dependencies: - axios "^0.19.2" - joi "^17.1.1" - lodash "^4.17.19" - minimist "^1.2.5" - rxjs "^6.5.5" - walk@^2.3.14: version "2.3.14" resolved "https://registry.yarnpkg.com/walk/-/walk-2.3.14.tgz#60ec8631cfd23276ae1e7363ce11d626452e1ef3"