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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-01-15 14:30:11 +0300
committerVincent Petry <vincent@nextcloud.com>2021-01-15 15:33:24 +0300
commit5673db93aee8b85a0344dff33454e3d7898b6f50 (patch)
tree6c7ce3d9b5f2e88474d705d2b36f88a3aa9aee14 /.github
parent4af903f68bf079828ce7e8b5a0be58da36e5827a (diff)
Update @babel/preset-env and fix commonjs loading
Update @babel/preset-env to 7.12.11 has revealed an issue with the event bus library related to the CommonJS format. The webpack config was adjusted to properly load CommonJS libraries. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 7e06bc27b..a9d1f0440 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -21,7 +21,3 @@ updates:
versions:
- ">= 4.a"
- "< 5"
- # remove after fixing https://github.com/nextcloud/spreed/issues/4818
- - dependency-name: "@babel/preset-env"
- versions:
- - ">= 7.12.11"