Update mdarea

This is included because it fixes a bug where the last character isn't included, introduced by the shift in core's editor implementation + the way mdarea used to handle state
This commit is contained in:
Alexander Skvortsov 2021-02-14 02:10:21 -05:00 committed by Alexander Skvortsov
parent 3bdfbf9349
commit 690f4619f8
2 changed files with 4 additions and 4 deletions

View File

@ -2946,9 +2946,9 @@
}
},
"mdarea": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/mdarea/-/mdarea-1.0.1.tgz",
"integrity": "sha512-VjOG/TTPhEJqy60OAE8VGGQvFAAPHJqwmczJK6E5KlgjhqQy/7KsKYbGZfHtzoH4A9h5XFduIPwGk0RgCnIIYA=="
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/mdarea/-/mdarea-2.0.9.tgz",
"integrity": "sha512-fTOxk/LTksqz4DgSl0G3e2qgw0+mdjmNXgOpgPP4IauCuu5UmOE2oLvY9V0xTWhmd2V65ltezE8u7+O0UbWiqA=="
},
"memory-fs": {
"version": "0.4.1",

View File

@ -3,7 +3,7 @@
"name": "@flarum/markdown",
"dependencies": {
"flarum-webpack-config": "0.1.0-beta.10",
"mdarea": "^1.0.1",
"mdarea": "^2.0.9",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},