IanVS / prettier-plugin-sort-imports

An opinionated but flexible prettier plugin to sort import statements
Apache License 2.0
892 stars 21 forks source link

Update Babel to 7.24 #154

Closed IanVS closed 4 months ago

IanVS commented 4 months ago

This updates babel in our dependencies to be sure that folks are getting the most up-to-date version that supports new syntax like using (closes https://github.com/IanVS/prettier-plugin-sort-imports/pull/153).

I also re-generated our yarn.lock because I was getting some type errors, and removed sourceFile in one spot because it's no longer needed and throws a TypeScript error.

IanVS commented 4 months ago

Thanks for the reviews, @fbartho!