This project took quite a bit of effort to get into Gatsby (see #2) and could use some elbow grease to resolve some of the stickier dependencies. I didn't take the time to update everything in the package.json -- but even when I was able to do so with yarn upgrade there were plenty of downstream dependencies that I needed to put as resolutions.
I simply did not take the time to do this, and do so in a way that confirms that the site still works exactly as expected.
This project took quite a bit of effort to get into Gatsby (see #2) and could use some elbow grease to resolve some of the stickier dependencies. I didn't take the time to update everything in the package.json -- but even when I was able to do so with
yarn upgrade
there were plenty of downstream dependencies that I needed to put asresolutions
.I simply did not take the time to do this, and do so in a way that confirms that the site still works exactly as expected.