We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b86a26 commit 9d80436Copy full SHA for 9d80436
package.json
@@ -29,6 +29,10 @@
29
".": "./index.ts",
30
"./package.json": "./package.json"
31
},
32
+ "dependencies": {
33
+ "@emotion/is-prop-valid": "^1.1.0",
34
+ "react-polymorphic-types": "^1.0.3"
35
+ },
36
"peerDependencies": {
37
"react": "*",
38
"twind": ">=0.15.10",
@@ -50,7 +54,6 @@
50
54
"prettier": "^2.0.5",
51
55
"react": "^17.0.1",
52
56
"react-dom": "^17.0.1",
53
- "react-polymorphic-types": "^1.0.3",
57
58
"typescript": "^4.1.3",
59
"uvu": "^0.5.1",
@@ -74,8 +77,5 @@
74
77
75
78
"publishConfig": {
76
79
"access": "public"
- },
- "dependencies": {
- "@emotion/is-prop-valid": "^1.1.0"
80
}
81
0 commit comments