Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-02-17 04:01:55 +0300
committerDavid O'Regan <doregan@gitlab.com>2022-02-17 04:01:55 +0300
commit5ad5763a7e056d6cf722b41b1ec103c530b9fa04 (patch)
tree7deacf836b9b48a12eb9093f1b98e5e879c4efe8 /package.json
parent2de8e7421b7e23aec0f1e742a67e78296bbd9d5c (diff)
Switch away from fork of instantsearch.js
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6ba3b76f..223dda5b 100644
--- a/package.json
+++ b/package.json
@@ -40,9 +40,9 @@
"@gitlab/svgs": "^2.5.0",
"@gitlab/ui": "^36.5.1",
"@popperjs/core": "^2.11.2",
- "@tnir/instantsearch.js": "4.13.2-q.1",
"algoliasearch": "4.12.1",
- "bootstrap": "^4.6.0",
+ "bootstrap": "^4.6.1",
+ "instantsearch.js": "^4.38.1",
"pikaday": "^1.8.2",
"vue": "^2.6.14"
}