From 52a00232fe2c832a32d192595d506bce91944e07 Mon Sep 17 00:00:00 2001 From: Naveen M K Date: Mon, 12 Jun 2023 11:32:15 +0530 Subject: [PATCH] chore(gatsby-plugin-feed): depend on `joi` instead of `@hapi/joi` (#38205) Co-authored-by: LekoArts --- packages/gatsby-plugin-feed/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/gatsby-plugin-feed/package.json b/packages/gatsby-plugin-feed/package.json index f1b1a56620a3c..4e45fa5518987 100644 --- a/packages/gatsby-plugin-feed/package.json +++ b/packages/gatsby-plugin-feed/package.json @@ -8,7 +8,6 @@ }, "dependencies": { "@babel/runtime": "^7.20.13", - "@hapi/joi": "^15.1.1", "common-tags": "^1.8.2", "fs-extra": "^11.1.1", "gatsby-plugin-utils": "^4.11.0-next.1",