Skip to content

Commit 99846f2

Browse files
committed
fix: strapi fixed version
1 parent a787608 commit 99846f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 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.5.2",
3+
"version": "4.5.3",
44
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
55
"strapi": {
66
"name": "wysiwyg-react-md-editor",
@@ -33,7 +33,7 @@
3333
"typescript": "5.0.4"
3434
},
3535
"peerDependencies": {
36-
"@strapi/strapi": "4.9.2",
36+
"@strapi/strapi": "^4.9.2",
3737
"react": "^17.0.0 || ^18.0.0",
3838
"react-dom": "^17.0.0 || ^18.0.0",
3939
"react-router-dom": "^5.2.0",

0 commit comments

Comments
 (0)