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:
authorDavid O'Regan <doregan@gitlab.com>2021-01-27 16:19:30 +0300
committerDavid O'Regan <doregan@gitlab.com>2021-01-27 16:19:30 +0300
commitbffb9fafc0846cd1528fbddf655f653d10b1db3d (patch)
tree426ef7397e0eaf119076ee66b82f75ead2f89421 /package.json
parentba60133b5b8afa470245761ed10970245f31dc99 (diff)
fix(search): downgrade node resolve to stop algoliasearch breaking
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3e7f556f..e8a6f040 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
"@babel/preset-env": "^7.12.11",
"@gitlab/eslint-plugin": "^7.0.0",
"@rollup/plugin-json": "^4.1.0",
- "@rollup/plugin-node-resolve": "^11.1.0",
+ "@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.3.4",
"@vue/test-utils": "^1.1.2",
"babel-core": "^7.0.0-bridge.0",