diff --git a/examples/using-emotion-prismjs/package.json b/examples/using-emotion-prismjs/package.json index 178032a2cb631..d6c625c7a9f8a 100644 --- a/examples/using-emotion-prismjs/package.json +++ b/examples/using-emotion-prismjs/package.json @@ -9,15 +9,15 @@ "dependencies": { "emotion": "^8.0.2-8", "emotion-server": "^8.0.2-8", - "gatsby": "^1.0.11", + "gatsby": "^2.0.0", "gatsby-link": "^1.0.9", "gatsby-plugin-emotion": "latest", "gatsby-plugin-google-analytics": "^1.0.1", "gatsby-plugin-offline": "^1.0.1", "gatsby-plugin-typography": "^1.7.10", "gatsby-remark-prismjs": "^1.2.8", - "gatsby-source-filesystem": "^1.5.5", - "gatsby-transformer-remark": "^1.7.17", + "gatsby-source-filesystem": "^2.0.22", + "gatsby-transformer-remark": "^2.1.1", "lodash": "^4.17.4", "prop-types": "^15.6.0", "react-emotion": "^8.0.2-8",