DOI-ONRR / blog-nrrd

Blog repo for NRRD site.
MIT License
3 stars 4 forks source link

Upgrade to Gatsby v4 #425

Closed greensomes closed 1 week ago

greensomes commented 1 week ago

We've successfully upgraded from Gatsby 2 to 3. Now on to 4!

Here are the current outdated packages:

Package                          Current   Wanted  Latest  Location                                      Depended by
eslint                            7.32.0   7.32.0  9.12.0  node_modules/eslint                           blog-nrrd
gatsby                            3.15.0   3.15.0  5.13.7  node_modules/gatsby                           blog-nrrd
gatsby-cli                        3.15.0   3.15.0  5.13.3  node_modules/gatsby-cli                       blog-nrrd
gatsby-plugin-feed                3.15.0   3.15.0  5.13.1  node_modules/gatsby-plugin-feed               blog-nrrd
gatsby-plugin-google-analytics    3.15.0   3.15.0  5.13.1  node_modules/gatsby-plugin-google-analytics   blog-nrrd
gatsby-plugin-google-tagmanager   3.15.0   3.15.0  5.13.1  node_modules/gatsby-plugin-google-tagmanager  blog-nrrd
gatsby-plugin-image               1.15.0   1.15.0  3.13.1  node_modules/gatsby-plugin-image              blog-nrrd
gatsby-plugin-manifest            3.15.0   3.15.0  5.13.1  node_modules/gatsby-plugin-manifest           blog-nrrd
gatsby-plugin-offline             4.15.0   4.15.0  6.13.3  node_modules/gatsby-plugin-offline            blog-nrrd
gatsby-plugin-react-helmet        4.15.0   4.15.0  6.13.1  node_modules/gatsby-plugin-react-helmet       blog-nrrd
gatsby-plugin-sharp               3.15.0   3.15.0  5.13.1  node_modules/gatsby-plugin-sharp              blog-nrrd
gatsby-plugin-typography          3.15.0   3.15.0  5.13.1  node_modules/gatsby-plugin-typography         blog-nrrd
gatsby-remark-autolink-headers    4.12.0   4.12.0  6.13.1  node_modules/gatsby-remark-autolink-headers   blog-nrrd
gatsby-remark-copy-linked-files    3.2.0    3.2.0  6.13.2  node_modules/gatsby-remark-copy-linked-files  blog-nrrd
gatsby-remark-images               4.2.0    4.2.0  7.13.2  node_modules/gatsby-remark-images             blog-nrrd
gatsby-remark-prismjs              4.2.0    4.2.0  7.13.2  node_modules/gatsby-remark-prismjs            blog-nrrd
gatsby-remark-responsive-iframe   4.12.0   4.12.0  6.13.2  node_modules/gatsby-remark-responsive-iframe  blog-nrrd
gatsby-remark-smartypants          3.2.0    3.2.0  6.13.1  node_modules/gatsby-remark-smartypants        blog-nrrd
gatsby-source-filesystem          3.15.0   3.15.0  5.13.1  node_modules/gatsby-source-filesystem         blog-nrrd
gatsby-transformer-remark          3.2.0    3.2.0  6.13.1  node_modules/gatsby-transformer-remark        blog-nrrd
gatsby-transformer-sharp          3.15.0   3.15.0  5.13.1  node_modules/gatsby-transformer-sharp         blog-nrrd
gatsby-transformer-yaml           3.15.0   3.15.0  5.13.1  node_modules/gatsby-transformer-yaml          blog-nrrd
react                            16.14.0  16.14.0  18.3.1  node_modules/react                            blog-nrrd
react-dom                        16.14.0  16.14.0  18.3.1  node_modules/react-dom                        blog-nrrd
react-helmet                       5.2.1    5.2.1   6.1.0  node_modules/react-helmet                     blog-nrrd
greensomes commented 1 week ago

Here's the official upgrade guide.