2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-23 01:44:31 -06:00

Updated codemirror to version 5.52.2 (fix:#160)

This commit is contained in:
A-312 2020-03-21 11:46:25 +01:00
parent 4a1e6de4de
commit 693db8bf17
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `watch` task for gulp (Thanks to [@A-312], [#150]. - Add `watch` task for gulp (Thanks to [@A-312], [#150].
### Fixed ### Fixed
- Issue with Marked when using IE11 and webpack (Thanks to [@felipefdl], [#169]). - Issue with Marked when using IE11 and webpack (Thanks to [@felipefdl], [#169]).
- Updated codemirror to version 5.52.2 ([#174]).
## [2.9.0] - 2020-01-13 ## [2.9.0] - 2020-01-13
### Added ### Added

View File

@ -19,7 +19,7 @@
"license": "MIT", "license": "MIT",
"author": "Jeroen Akkerman", "author": "Jeroen Akkerman",
"dependencies": { "dependencies": {
"codemirror": "^5.51.0", "codemirror": "^5.52.2",
"codemirror-spell-checker": "1.1.2", "codemirror-spell-checker": "1.1.2",
"marked": "^0.8.0" "marked": "^0.8.0"
}, },