diff --git a/packages/gatsby-plugin-benchmark-reporting/package.json b/packages/gatsby-plugin-benchmark-reporting/package.json index bc37194584ad9..28dc89f9bccf9 100644 --- a/packages/gatsby-plugin-benchmark-reporting/package.json +++ b/packages/gatsby-plugin-benchmark-reporting/package.json @@ -24,6 +24,9 @@ "gatsby-core-utils": "^3.11.0-next.1", "node-fetch": "^2.6.7" }, + "peerDependencies": { + "gatsby": "^3.0.0 || ^4.0.0" + }, "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\"", "prepare": "cross-env NODE_ENV=production npm run build", @@ -32,4 +35,4 @@ "engines": { "node": ">=14.15.0" } -} +} \ No newline at end of file diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index 9daf3b98bc41b..de370d8bb376c 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -9,6 +9,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "fs-extra": "^10.0.0", + "gatsby-core-utils": "^3.11.0-next.1", "gatsby-plugin-sharp": "^4.11.0-next.3", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.4.3", @@ -49,4 +50,4 @@ "engines": { "node": ">=14.15.0" } -} +} \ No newline at end of file