Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
chore; update peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman committed Aug 31, 2023
1 parent 2c2647b commit dfa62f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit dfa62f3

Please sign in to comment.