diff options
author | Stan Hu <stanhu@gmail.com> | 2018-03-25 22:42:07 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-03-25 22:42:07 -0700 |
commit | 6b23620fc9b526d05153c303c96054eff0332993 (patch) | |
tree | a3af701c23d1e7cbdc2eb8767869a06251dda715 /yarn.lock | |
parent | ec2aa7063496a3a5ead3ab93e5b8d65ba5fad2be (diff) | |
download | gitlab-ce-6b23620fc9b526d05153c303c96054eff0332993.tar.gz |
Revert "Add fsevents as a dev dependency to avoid Webpack killing the CPU"
This reverts commit ec2aa7063496a3a5ead3ab93e5b8d65ba5fad2be.
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 c32b66e0669..36683a2a480 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.1.3: +fsevents@^1.0.0: version "1.1.3" resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.1.3.tgz#11f82318f5fe7bb2cd22965a108e9306208216d8" dependencies: |