From dfa62f3a94a742f0019652d2f43cf924e80cc55c Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Thu, 31 Aug 2023 14:25:38 -0400 Subject: [PATCH] chore; update peer dependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3a2222a..233a325 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-static-cms", "description": "A Gatsby plugin which generates the Static CMS single page app", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "repository": "https://github.com/StaticJsCMS/gatsby-plugin-static-cms.git", "bugs": "https://github.com/StaticJsCMS/gatsby-plugin-static-cms/issues", @@ -38,7 +38,7 @@ "homepage": "https://github.com/StaticJsCMS/gatsby-plugin-static-cms", "main": "index.js", "peerDependencies": { - "@staticcms/app": "^2.0.0", + "@staticcms/app": "^3.0.0", "gatsby": "^5.0.0", "react": "^18.2.0", "react-dom": "^18.2.0",