Skip to content

Commit

Permalink
fix: strapi fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinyyyc committed Jun 12, 2024
1 parent a787608 commit 99846f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-wysiwyg-react-md-editor",
"version": "4.5.2",
"version": "4.5.3",
"description": "Replaces the default Strapi WYSIWYG editor with react md editor.",
"strapi": {
"name": "wysiwyg-react-md-editor",
Expand Down Expand Up @@ -33,7 +33,7 @@
"typescript": "5.0.4"
},
"peerDependencies": {
"@strapi/strapi": "4.9.2",
"@strapi/strapi": "^4.9.2",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^5.2.0",
Expand Down

0 comments on commit 99846f2

Please sign in to comment.