Feature/toast UI editor (#45)

This commit is contained in:
Daniel Lautzenheiser
2022-10-20 18:41:46 -04:00
committed by GitHub
parent e60e1fa755
commit 3674ee5bd8
17 changed files with 205 additions and 101 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@staticcms/core",
"version": "0.3.7",
"version": "1.0.0-alpha1",
"license": "MIT",
"description": "Static CMS core application.",
"repository": "https://github.com/StaticJsCMS/static-cms",
@ -93,7 +93,6 @@
"lodash": "4.17.21",
"mdast-util-definitions": "1.2.5",
"mdast-util-to-string": "1.1.0",
"mime-types": "^2.1.35",
"minimatch": "3.0.4",
"moment": "2.29.4",
"node-polyglot": "2.4.2",
@ -170,7 +169,6 @@
"@types/js-yaml": "4.0.5",
"@types/jwt-decode": "2.2.1",
"@types/lodash": "4.14.185",
"@types/mime-types": "^2.1.1",
"@types/minimatch": "5.1.2",
"@types/node-fetch": "2.6.2",
"@types/react": "18.0.21",