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

Commit dfa62f3

Browse files
committed
chore; update peer dependency
1 parent 2c2647b commit dfa62f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-static-cms",
33
"description": "A Gatsby plugin which generates the Static CMS single page app",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"license": "MIT",
66
"repository": "https://github.com/StaticJsCMS/gatsby-plugin-static-cms.git",
77
"bugs": "https://github.com/StaticJsCMS/gatsby-plugin-static-cms/issues",
@@ -38,7 +38,7 @@
3838
"homepage": "https://github.com/StaticJsCMS/gatsby-plugin-static-cms",
3939
"main": "index.js",
4040
"peerDependencies": {
41-
"@staticcms/app": "^2.0.0",
41+
"@staticcms/app": "^3.0.0",
4242
"gatsby": "^5.0.0",
4343
"react": "^18.2.0",
4444
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)