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

Commit dd237fd

Browse files
committed
chore: update to static cms 4.0.0
1 parent dfa62f3 commit dd237fd

File tree

2 files changed

+1702
-2058
lines changed

2 files changed

+1702
-2058
lines changed

package.json

+3-3
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.1",
4+
"version": "4.0.0",
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",
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@babel/cli": "^7.21.0",
3131
"@babel/core": "^7.21.0",
32-
"@staticcms/app": "^3.0.0",
32+
"@staticcms/app": "^4.0.0",
3333
"babel-preset-gatsby-package": "^3.7.0",
3434
"cross-env": "^7.0.3",
3535
"react": "^18.2.0",
@@ -38,7 +38,7 @@
3838
"homepage": "https://github.com/StaticJsCMS/gatsby-plugin-static-cms",
3939
"main": "index.js",
4040
"peerDependencies": {
41-
"@staticcms/app": "^3.0.0",
41+
"@staticcms/app": "^4.0.0",
4242
"gatsby": "^5.0.0",
4343
"react": "^18.2.0",
4444
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)