2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-02 23:54:28 -06:00

Updated CodeMirror and Marked. Fixes #5

Now using exact versions in package.json, because the dist files can not update without a commit.
This commit is contained in:
Jeroen Akkerman 2018-03-31 19:29:14 +02:00
parent 7e4c2aa019
commit c30569edb3
4 changed files with 1843 additions and 928 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2761
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,9 +16,9 @@
"url": "https://github.com/ionaru/simplemde-markdown-editor/issues" "url": "https://github.com/ionaru/simplemde-markdown-editor/issues"
}, },
"dependencies": { "dependencies": {
"codemirror": "^5.32.0", "codemirror": "5.36.0",
"codemirror-spell-checker": "^1.1.2", "codemirror-spell-checker": "1.1.2",
"marked": "^0.3.7" "marked": "0.3.19"
}, },
"devDependencies": { "devDependencies": {
"browserify": "^14.5.0", "browserify": "^14.5.0",