nashvillefcc / nashvillefccwebsite

Contains code related to Nashville FCC website
https://www.nashvillefcc.com
MIT License
9 stars 12 forks source link

Dependency Upgrades - Migrate from gatsby-image to gatsby-plugin-image #112

Open Hellrungj opened 3 years ago

Hellrungj commented 3 years ago

Description

The package gatsby-image is now deprecated and the lastest version is gatsby-plugin-image. We need gatsby-image to removed and gatsby-plugin-image to added. Please follow the guide below in the reference section.

Related Features

Reference

Image-Migration Guide

wesbragagt commented 3 years ago

I will be looking into this and submitting a pr for it.

wesbragagt commented 3 years ago

Running into an issue that I haven't been able to figure out when running npm run start post npm install image regarding the current gatsby version. Looks like I have to update the gatsby package itself to use version 3 in order to support gatsby-plugin-image.

Johnsensei commented 2 years ago

I could work on this issue. There's a migration guide to follow: https://www.gatsbyjs.com/docs/reference/release-notes/image-migration-guide/

And I'm not seeing any issues with gatsby at npm install.