We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2027975 commit 0a6b20aCopy full SHA for 0a6b20a
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strapi-plugin-tagsinput",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "Tagsinput plugin for your strapi project",
5
"strapi": {
6
"name": "tagsinput",
@@ -29,14 +29,14 @@
29
"react": "^18.2.0",
30
"react-dom": "^18.2.0",
31
"react-router-dom": "^5.3.4",
32
- "styled-components": "^5.3.11"
+ "styled-components": "5.3.3"
33
},
34
"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
+ "@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",
40
41
"author": "Canopas",
42
"maintainers": [
0 commit comments