From 8741721a3ba6874fb5f3204ac0e61ce0345e3892 Mon Sep 17 00:00:00 2001 From: Syafiq Hanafee Date: Fri, 4 May 2018 14:55:21 -0400 Subject: [PATCH] Add netlify-cms as a dependency As noted in issue https://github.com/AustinGreen/gatsby-starter-netlify-cms/issues/73 and https://github.com/gatsbyjs/gatsby/commit/35ccf1848da20a6d1fe5ffac65d04a0fe73b7114 the `gatsby-netlify-cms-plugin` now requires `netlify-cms` as a peer-dependency --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 47e06cc..9565946 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "gatsby-source-filesystem": "^1.5.23", "gatsby-transformer-remark": "^1.7.33", "gatsby-transformer-sharp": "^1.6.21", + "netlify-cms": "^1.7.0", "lodash": "^4.17.5", "lodash-webpack-plugin": "^0.11.4", "prop-types": "^15.6.0",