diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index f1654575116e8..59386a9fb2f36 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -9,21 +9,20 @@ "dependencies": { "@babel/runtime": "^7.10.3", "@contentful/rich-text-react-renderer": "^14.1.1", - "@contentful/rich-text-types": "^13.4.0", "@hapi/joi": "^15.1.1", "axios": "^0.19.2", "base64-img": "^1.0.4", "bluebird": "^3.7.2", "chalk": "^2.4.2", "contentful": "^7.14.5", - "deep-map": "^1.5.0", + "contentful-resolve-response": "^1.1.4", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.3.8", - "gatsby-plugin-sharp": "^2.6.14", "gatsby-source-filesystem": "^2.3.14", "is-online": "^8.4.0", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.15", + "progress": "^2.0.3", "qs": "^6.9.4" }, "devDependencies": { @@ -40,7 +39,8 @@ ], "license": "MIT", "peerDependencies": { - "gatsby": "^2.12.1" + "gatsby": "^2.12.1", + "gatsby-plugin-sharp": "^2.6.14" }, "repository": { "type": "git", diff --git a/packages/gatsby-source-contentful/src/rich-text.js b/packages/gatsby-source-contentful/src/rich-text.js index e7192740c8fdb..8c889455ff3d6 100644 --- a/packages/gatsby-source-contentful/src/rich-text.js +++ b/packages/gatsby-source-contentful/src/rich-text.js @@ -1,4 +1,3 @@ -// import { fixId } from "./normalize" import { documentToReactComponents } from "@contentful/rich-text-react-renderer" import resolveResponse from "contentful-resolve-response"