diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-27 12:43:50 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-03-27 12:43:50 +0000 |
commit | 7c626d2d0d9c919ed2086fdd34e1ad6137b86647 (patch) | |
tree | 3db0b0ac5b6c4c6784f613676d579ca2535e34ce /yarn.lock | |
parent | eaf4ff094d95270d7a18b71f7afc2bd60012c8b6 (diff) | |
parent | 398c298e7538988c500e990b16376b1392c7a372 (diff) | |
download | gitlab-ce-7c626d2d0d9c919ed2086fdd34e1ad6137b86647.tar.gz |
Merge branch 'sh-add-fsevents-dev-dependency' into 'master'
Add fsevents as an optional dependency to avoid Webpack killing the CPU
Closes #33886
See merge request gitlab-org/gitlab-ce!17971
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock index af7bda5d562..584951b5da0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3605,7 +3605,7 @@ fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" -fsevents@^1.0.0: +fsevents@^1.0.0, fsevents@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.1.3.tgz#11f82318f5fe7bb2cd22965a108e9306208216d8" dependencies: |