This commit is contained in:
Daniel Lautzenheiser 2024-01-04 11:02:43 -05:00
parent 610e5db4c1
commit 3666382161
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ {
"$schema": "node_modules/lerna/schemas/lerna-schema.json", "$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "4.0.0" "version": "4.0.1"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@staticcms/app", "name": "@staticcms/app",
"version": "4.0.0", "version": "4.0.1",
"license": "MIT", "license": "MIT",
"description": "Static CMS application.", "description": "Static CMS application.",
"repository": "https://github.com/StaticJsCMS/static-cms", "repository": "https://github.com/StaticJsCMS/static-cms",
@ -39,7 +39,7 @@
"dependencies": { "dependencies": {
"@babel/eslint-parser": "7.23.3", "@babel/eslint-parser": "7.23.3",
"@babel/runtime": "7.23.7", "@babel/runtime": "7.23.7",
"@staticcms/core": "^4.0.0", "@staticcms/core": "^4.0.1",
"buffer": "6.0.3", "buffer": "6.0.3",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@staticcms/core", "name": "@staticcms/core",
"version": "4.0.0", "version": "4.0.1",
"license": "MIT", "license": "MIT",
"description": "Static CMS core application.", "description": "Static CMS core application.",
"repository": "https://github.com/StaticJsCMS/static-cms", "repository": "https://github.com/StaticJsCMS/static-cms",