endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
788 stars 70 forks source link

fix(ses-ava): Fix peer dependency on ava semver range syntax #2168

Closed kriskowal closed 4 months ago

kriskowal commented 4 months ago

Description

The last release of ses-ava included an invalid peer dependency range. With yarn and legacy npm behavior, this produces a warning. This change will make the package install properly on modern npm and hopefully eliminates the peer dependency warning in yarn.