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

Commit 82fe43e

Browse files
committed
v1.1.2
1 parent 07dbd53 commit 82fe43e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
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": "1.1.0",
4+
"version": "1.1.2",
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",
@@ -31,6 +31,7 @@
3131
"devDependencies": {
3232
"@babel/cli": "7.20.7",
3333
"@babel/core": "7.20.12",
34+
"@staticcms/app": "^1.2.3",
3435
"babel-preset-gatsby-package": "3.5.0",
3536
"cross-env": "7.0.3",
3637
"react": "18.2.0",
@@ -39,7 +40,7 @@
3940
"homepage": "https://github.com/StaticJsCMS/gatsby-plugin-static-cms",
4041
"main": "index.js",
4142
"peerDependencies": {
42-
"@staticcms/core": "^1.0.0",
43+
"@staticcms/app": "^1.2.3",
4344
"gatsby": "^5.0.0",
4445
"react": "^18.2.0",
4546
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)