-
Notifications
You must be signed in to change notification settings - Fork 119
Refresh all dependencies and move to GH workflow for CI #124
Description
@maraisr I dove into this today and thought I better let you know so we don't double efforts. I'm not doing anything WRT Changesets; I'll leave that to you, but might be best to wait until I fix this issue.
I'm updating everything the same as we did for focus-trap-react with ESLint, Prettier, Babel, Yarn, etc.
I'm also fixing the fact that main: "index.js" in package.json should be main: "dist/focus-trap.js".
With all the deps updated to latest, it should result in closing a bunch of the security-related Dependabot issues.
Once that's done, I hope we can release 5.1.1 (or maybe 6.0.0 just to be safe with all these changes, especially in light of the path change above) with the pending unreleased changes, especially for focus-trap/focus-trap-react#87