Skip to content

Commit

Permalink
Fix: peer dependecies (#12)
Browse files Browse the repository at this point in the history
* Fix: peer dependecies

* Update styled-components version
  • Loading branch information
cp-sumi-k authored May 29, 2024
1 parent 2027975 commit 0a6b20a
Show file tree
Hide file tree
Showing 2 changed files with 877 additions and 870 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-tagsinput",
"version": "1.0.5",
"version": "1.0.6",
"description": "Tagsinput plugin for your strapi project",
"strapi": {
"name": "tagsinput",
Expand Down Expand Up @@ -29,14 +29,14 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.11"
"styled-components": "5.3.3"
},
"peerDependencies": {
"@strapi/strapi": "^4.20.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"styled-components": "^5.3.11"
"@strapi/strapi": "^4.4.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"author": "Canopas",
"maintainers": [
Expand Down
Loading

0 comments on commit 0a6b20a

Please sign in to comment.