Merge pull request #1227 from hackmdio/feature/upgrade-codemirror

Update codemirror to 5.46.2
This commit is contained in:
Raccoon 2019-06-27 17:32:13 +08:00 committed by GitHub
commit a4fdb4f4b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"test": "npm run-script eslint && npm run-script jsonlint && mocha"
},
"dependencies": {
"@hackmd/codemirror": "~5.41.2",
"@hackmd/codemirror": "^5.46.2",
"@hackmd/diff-match-patch": "~1.1.1",
"@hackmd/idle-js": "~1.0.1",
"@hackmd/imgur": "~0.4.1",