Skip to content

Commit 515282c

Browse files
committed
chore: update version to 4.4.0
1 parent 3a39c85 commit 515282c

File tree

2 files changed

+10988
-1120
lines changed

2 files changed

+10988
-1120
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-wysiwyg-react-md-editor",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
55
"strapi": {
66
"name": "wysiwyg-react-md-editor",
@@ -48,6 +48,11 @@
4848
},
4949
"homepage": "https://github.com/kwinyyyc/strapi-plugin-wysiwyg-react-md-editor#readme",
5050
"peerDependencies": {
51-
"@strapi/strapi": "^4.1.5"
51+
"@strapi/plugin-graphql": "4.9.2",
52+
"@strapi/strapi": "4.9.2"
53+
},
54+
"devDependencies": {
55+
"@strapi/plugin-graphql": "4.9.2",
56+
"@strapi/strapi": "4.9.2"
5257
}
5358
}

0 commit comments

Comments
 (0)