Skip to content

Commit

Permalink
fix: dependencies conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cyp3rius committed Apr 25, 2022
1 parent 743b998 commit c2c7e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"url": "https://github.com/VirtusLab-Open-Source/strapi-plugin-comments"
},
"dependencies": {
"@strapi/utils": "^4.1.8",
"@strapi/plugin-graphql": "^4.1.8",
"bad-words": "^3.0.4"
},
"devDependencies": {
Expand All @@ -49,7 +47,9 @@
"typescript": "^4.6.3"
},
"peerDependencies": {
"@strapi/strapi": "4.x"
"@strapi/strapi": "4.x",
"@strapi/utils": "4.x",
"@strapi/plugin-graphql": "4.x"
},
"nodemonConfig": {
"ignore": [
Expand Down

0 comments on commit c2c7e17

Please sign in to comment.