mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 12:43:52 +08:00
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:
parent
3bdfbf9349
commit
690f4619f8
6
extensions/markdown/js/package-lock.json
generated
6
extensions/markdown/js/package-lock.json
generated
|
@ -2946,9 +2946,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mdarea": {
|
"mdarea": {
|
||||||
"version": "1.0.1",
|
"version": "2.0.9",
|
||||||
"resolved": "https://registry.npmjs.org/mdarea/-/mdarea-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/mdarea/-/mdarea-2.0.9.tgz",
|
||||||
"integrity": "sha512-VjOG/TTPhEJqy60OAE8VGGQvFAAPHJqwmczJK6E5KlgjhqQy/7KsKYbGZfHtzoH4A9h5XFduIPwGk0RgCnIIYA=="
|
"integrity": "sha512-fTOxk/LTksqz4DgSl0G3e2qgw0+mdjmNXgOpgPP4IauCuu5UmOE2oLvY9V0xTWhmd2V65ltezE8u7+O0UbWiqA=="
|
||||||
},
|
},
|
||||||
"memory-fs": {
|
"memory-fs": {
|
||||||
"version": "0.4.1",
|
"version": "0.4.1",
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "@flarum/markdown",
|
"name": "@flarum/markdown",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"flarum-webpack-config": "0.1.0-beta.10",
|
"flarum-webpack-config": "0.1.0-beta.10",
|
||||||
"mdarea": "^1.0.1",
|
"mdarea": "^2.0.9",
|
||||||
"webpack": "^4.44.1",
|
"webpack": "^4.44.1",
|
||||||
"webpack-cli": "^3.3.12"
|
"webpack-cli": "^3.3.12"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user