From b405046108fbcaadf689448da9f6e90ab7d2b38e Mon Sep 17 00:00:00 2001 From: Martin Jagodic Date: Mon, 31 Jul 2023 11:13:03 +0200 Subject: [PATCH] fix: rename plugin package --- website/gatsby-config.js | 2 +- website/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/gatsby-config.js b/website/gatsby-config.js index bf278602496d..524b264effce 100644 --- a/website/gatsby-config.js +++ b/website/gatsby-config.js @@ -67,7 +67,7 @@ module.exports = { 'gatsby-plugin-react-helmet', 'gatsby-plugin-catch-links', { - resolve: 'gatsby-plugin-decap-cms', + resolve: 'gatsby-plugin-netlify-cms', options: { modulePath: `${__dirname}/src/cms/cms.js`, }, diff --git a/website/package.json b/website/package.json index ee38a92d626a..b9a220e62b68 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "gatsby-plugin-catch-links": "3.14.0", "gatsby-plugin-emotion": "^4.0.0", "gatsby-plugin-manifest": "3.14.0", - "gatsby-plugin-decap-cms": "5.14.0", + "gatsby-plugin-netlify-cms": "5.14.0", "gatsby-plugin-react-helmet": "4.14.0", "gatsby-remark-autolink-headers": "4.11.0", "gatsby-remark-external-links": "^0.0.4",