We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a39c85 commit 515282cCopy full SHA for 515282c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strapi-plugin-wysiwyg-react-md-editor",
3
- "version": "4.3.0",
+ "version": "4.4.0",
4
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
5
"strapi": {
6
"name": "wysiwyg-react-md-editor",
@@ -48,6 +48,11 @@
48
},
49
"homepage": "https://github.com/kwinyyyc/strapi-plugin-wysiwyg-react-md-editor#readme",
50
"peerDependencies": {
51
- "@strapi/strapi": "^4.1.5"
+ "@strapi/plugin-graphql": "4.9.2",
52
+ "@strapi/strapi": "4.9.2"
53
+ },
54
+ "devDependencies": {
55
56
57
}
58
0 commit comments