feat: bump editors with concern alert

This commit is contained in:
Mo
2022-01-19 13:42:17 -06:00
parent da1d4f75c8
commit 62cb70728e
30 changed files with 155 additions and 7638 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sn-minimal-markdown-editor",
"version": "1.3.7",
"version": "1.3.8",
"description": "A minimal Markdown editor for Standard Notes.",
"main": "dist/dist.js",
"author": "Standard Notes <hello@standardnotes.org>",
@@ -13,6 +13,7 @@
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@standardnotes/component-relay": "2.2.0",
"babel-cli": "^6.26.0",
"codemirror": "^5.56.0",
"grunt": "^1.2.1",
@@ -23,7 +24,6 @@
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-newer": "^1.3.0",
"sn-components-api": "1.2.8",
"sn-stylekit": "2.1.0"
}
}