diff --git a/plugin/package.json b/plugin/package.json index bd7eb77..3ec3cf2 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -17,5 +17,8 @@ "dependencies": { "cloudinary": "^1.30.0", "lodash": "^4.17.21" + }, + "peerDependencies": { + "gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0" } }