Skip to content

Commit 0a6b20a

Browse files
authored
Fix: peer dependecies (#12)
* Fix: peer dependecies * Update styled-components version
1 parent 2027975 commit 0a6b20a

2 files changed

Lines changed: 877 additions & 870 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-tagsinput",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Tagsinput plugin for your strapi project",
55
"strapi": {
66
"name": "tagsinput",
@@ -29,14 +29,14 @@
2929
"react": "^18.2.0",
3030
"react-dom": "^18.2.0",
3131
"react-router-dom": "^5.3.4",
32-
"styled-components": "^5.3.11"
32+
"styled-components": "5.3.3"
3333
},
3434
"peerDependencies": {
35-
"@strapi/strapi": "^4.20.2",
36-
"react": "^18.2.0",
37-
"react-dom": "^18.2.0",
38-
"react-router-dom": "^5.3.4",
39-
"styled-components": "^5.3.11"
35+
"@strapi/strapi": "^4.4.0",
36+
"react": "^17.0.0 || ^18.0.0",
37+
"react-dom": "^17.0.0 || ^18.0.0",
38+
"react-router-dom": "5.3.4",
39+
"styled-components": "5.3.3"
4040
},
4141
"author": "Canopas",
4242
"maintainers": [

0 commit comments

Comments
 (0)