diff --git a/examples/using-remark-copy-linked-files/package.json b/examples/using-remark-copy-linked-files/package.json index e34258f7b61b3..98919a4597608 100644 --- a/examples/using-remark-copy-linked-files/package.json +++ b/examples/using-remark-copy-linked-files/package.json @@ -4,20 +4,20 @@ "description": "Gatsby example site on gatsby-remark-copy-linked-files", "author": "Florian Kissling ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.22.0", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-react-helmet": "^3.3.11", - "gatsby-plugin-sharp": "^2.6.36", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-plugin-typography": "^2.5.11", "gatsby-remark-copy-linked-files": "^2.3.15", - "gatsby-remark-images": "^3.3.30", + "gatsby-remark-images": "^5.12.0", "gatsby-remark-prismjs": "^3.5.13", "gatsby-remark-responsive-iframe": "^2.4.14", "gatsby-remark-smartypants": "^2.3.11", "gatsby-source-filesystem": "^2.3.30", - "gatsby-transformer-remark": "^2.8.35", - "gatsby-transformer-sharp": "^2.5.15", + "gatsby-transformer-remark": "^4.0.0", + "gatsby-transformer-sharp": "^3.15.0", "lodash": "^4.17.20", "prismjs": "^1.21.0", "react": "^16.8.6",