GitHub
12/21/2022, 2:09 AMenhanced-resolve
or jasmine-core
are used. In the main dependencies, I don't think pino-pretty
is used (if it's a peer-dep that's needed, it should be in pact-js-core). There are probably others - these are just the ones I noticed when fixing some lint issues.
As a bonus, almost all uses of lodash and ramda can be replaced with native TS code now - both those libraries are unnecessarily large and were the source of many of the vulnerability warnings in the past.
pact-foundation/pact-jsGitHub
01/19/2023, 2:22 AM