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:
authorAchilleas Pipinellis <axil@gitlab.com>2023-06-02 20:38:18 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2023-06-02 21:18:00 +0300
commitb3a8cfa289e3bbfeda65457b6c327bb6680da62b (patch)
treeb0087871f2a7f2efde8758294aee81e8d0d44c4a
parent565e63126c7a9a83494231137190a08855015e89 (diff)
Downgrade @gitlab/svgs to 3.4.015.5
It seems the icon it doesn't find was removed from the library. In 89aa2e00 we upgrade to 3.41.0 to fix another similar issue, but since the MR pipelines wrongly pull master instead of the respective branch, we didn't have this problem.
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index f95a9272..fe87263e 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"dependencies": {
"@docsearch/css": "^3.2.1",
"@docsearch/js": "3",
- "@gitlab/svgs": "3.41.0",
+ "@gitlab/svgs": "3.4.0",
"@gitlab/ui": "^47.0.1",
"@popperjs/core": "^2.11.6",
"algoliasearch": "^4.14.2",
diff --git a/yarn.lock b/yarn.lock
index 730fd570..8cc47fd1 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1178,10 +1178,10 @@
stylelint-declaration-strict-value "1.8.0"
stylelint-scss "4.2.0"
-"@gitlab/svgs@3.41.0":
- version "3.41.0"
- resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-3.41.0.tgz#afa1421b9c030cd3e139df3412adf85fd7455bf7"
- integrity sha512-bw/CBeunmvKjk/2En3fXwr/SkuVAIzlcrlp4WMYek/bpAaWj6CQwXW9I5Mz1VCB1DOHWXDlBoY93rSjafn9mzw==
+"@gitlab/svgs@3.4.0":
+ version "3.4.0"
+ resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-3.4.0.tgz#cfc8319e259e5914ad0f48ee0ab6e0eec75d03da"
+ integrity sha512-myCYbjViOI2k6oHGRqL1iKaMKbYvPqWL6tYZ07QkUKziVz5kYjECWk5c0Qp6yu9NsFAMWuow5PkR3oFTGBHmbg==
"@gitlab/ui@^47.0.1":
version "47.0.1"