pgAdmin 4 commit: Remove the direct dependency on fsevents as we don't

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Remove the direct dependency on fsevents as we don't
Date: 2019-03-14 15:28:50
Message-ID: E1h4SHq-000676-LD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Remove the direct dependency on fsevents as we don't use it ourselves and it errors on Linux and Windows.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=145ca618aeb0cab1bf734d9ea02945f0766dd4e0

Modified Files
--------------
libraries.txt | 206 +++++++++++++++++++++++++++----------------------------
web/package.json | 1 -
2 files changed, 103 insertions(+), 104 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-14 15:48:26 pgAdmin 4 commit: Append the file suffix to filenames when needed in th
Previous Message Dave Page 2019-03-14 15:16:06 Packagers: Python and JS dependency updates