From 138a52bbc511e9bf3edc72e9563b95b368d10c1a Mon Sep 17 00:00:00 2001 From: Benedicte Raae Date: Mon, 28 Mar 2022 12:58:21 +0200 Subject: [PATCH] fix: add gatsby-plugin-utils dependency --- plugin/package.json | 1 + yarn.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/package.json b/plugin/package.json index 16c03ad..3117ff4 100755 --- a/plugin/package.json +++ b/plugin/package.json @@ -26,6 +26,7 @@ "devDependencies": {}, "dependencies": { "axios": "0.25.0", + "gatsby-plugin-utils": "3.4.2", "gatsby-source-filesystem": "4.6.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index b5c7a3b..f6e4a44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6453,7 +6453,7 @@ gatsby-plugin-typescript@^4.12.0-next.0: "@babel/runtime" "^7.15.4" babel-plugin-remove-graphql-queries "^4.12.0-next.0" -gatsby-plugin-utils@^3.4.2: +gatsby-plugin-utils@3.4.2, gatsby-plugin-utils@^3.4.2: version "3.4.2" resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-3.4.2.tgz#bdc66fd52c052c91af443981e1facbc097429dc7" integrity sha512-HkVR8BnEdc915pmY2L9wPwFgjq303ThMH9UtT+frDOPzn+GFjPlBF5+YGJ3tZaxH0ouwpnGTn3Pu37tcRZcctA==