fission-codes / auth-lobby

The authentication service that Fission services run.
https://auth.fission.codes
GNU Affero General Public License v3.0
12 stars 1 forks source link

Upgrade esbuild to 0.12.26 #89

Closed bgins closed 3 years ago

bgins commented 3 years ago

This PR upgrades esbuild to the most recent version, which supports the Apple M1 chip.

Support was added in v0.8.47 (https://github.com/evanw/esbuild/releases/tag/v0.8.47). I looked through the breaking changes and it seemed safe to upgrade to latest esbuild version.