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:
authorSarah German <sgerman@gitlab.com>2022-04-27 01:27:36 +0300
committerEvan Read <eread@gitlab.com>2022-04-27 01:27:36 +0300
commit7635cae5e1c8a850e7aeb397023e1480836f162c (patch)
tree17916b7581e1d15d39bb30b955e932be8bfb6cbb
parentbb8c9dca8137b058f36a20a3469f5e97b6124aba (diff)
Roll back rollup/plugin-commonjs upgrade
-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 aba46b24..c7f2c526 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"@gitlab/eslint-plugin": "^12.2.0",
"@gitlab/stylelint-config": "^4.0.0",
"@rollup/plugin-babel": "^5.3.1",
- "@rollup/plugin-commonjs": "^22.0.0",
+ "@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-inject": "^4.0.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
diff --git a/yarn.lock b/yarn.lock
index d310e25a..ae42b449 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1368,10 +1368,10 @@
"@babel/helper-module-imports" "^7.10.4"
"@rollup/pluginutils" "^3.1.0"
-"@rollup/plugin-commonjs@^22.0.0":
- version "22.0.0"
- resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.0.tgz#f4d87016e2fbf187a593ab9f46626fe05b59e8bd"
- integrity sha512-Ktvf2j+bAO+30awhbYoCaXpBcyPmJbaEUYClQns/+6SNCYFURbvBiNbWgHITEsIgDDWCDUclWRKEuf8cwZCFoQ==
+"@rollup/plugin-commonjs@21.1.0":
+ version "21.1.0"
+ resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.1.0.tgz#45576d7b47609af2db87f55a6d4b46e44fc3a553"
+ integrity sha512-6ZtHx3VHIp2ReNNDxHjuUml6ur+WcQ28N1yHgCQwsbNkQg2suhxGMDQGJOn/KuDxKtd1xuZP5xSTwBA4GQ8hbA==
dependencies:
"@rollup/pluginutils" "^3.1.0"
commondir "^1.0.1"