EasyPost / easypost-node

EasyPost Shipping API Client Library for Node
https://easypost.com/docs/api
MIT License
139 stars 54 forks source link

chore: modernize eslint and babel #385

Closed Justintime50 closed 1 year ago

Justintime50 commented 1 year ago

Description

Modernizes the eslint and babel deps now that we have removed the old EasyPost style dependency which required these ancient versions of the tools. I ran them all locally and corrected any changes made due to jumping a few major versions. This means we no longer have to force installs of dependencies that could not resolve which is much safer for our builds.

I also checked the output built assets to ensure those did not differ and the output distribution files remain the same after these updates so there will not be user impact.

Testing

Ran everything locally

Pull Request Type

Please select the option(s) that are relevant to this PR.