1
0
mirror of https://github.com/flarum/core.git synced 2025-07-16 06:16:23 +02:00

chore: fully remove mdarea references; bump dependencies

This commit is contained in:
David Wheatley
2021-12-29 13:05:04 +01:00
parent d840205161
commit 28e636b5b0
3 changed files with 602 additions and 445 deletions

View File

@ -25,6 +25,4 @@ return [
}),
new Extend\Locales(__DIR__.'/locale'),
(new Extend\Settings)->serializeToForum('flarum-markdown.mdarea', 'flarum-markdown.mdarea', 'boolval', true)
];

File diff suppressed because it is too large Load Diff

View File

@ -2,10 +2,9 @@
"private": true,
"name": "@flarum/markdown",
"dependencies": {
"flarum-webpack-config": "0.1.0-beta.16.2",
"mdarea": "^2.0.12",
"flarum-webpack-config": "^1.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.0"
"webpack-cli": "^4.9.1"
},
"scripts": {
"dev": "webpack --mode development --watch",