We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a81ece + 451aa8c commit 80b672eCopy full SHA for 80b672e
2 files changed
package.json
@@ -37,8 +37,8 @@
37
"typescript": "^4.3.2"
38
},
39
"peerDependencies": {
40
- "react": "^17.0.2",
41
- "react-dom": "^17.0.2"
+ "react": ">=17.0.2",
+ "react-dom": ">=17.0.2"
42
43
"dependencies": {
44
"color-interpolate": "^1.0.5"
tsconfig.json
@@ -19,7 +19,6 @@
19
"noImplicitThis": true,
20
"noImplicitAny": true,
21
"strictNullChecks": true,
22
- "suppressImplicitAnyIndexErrors": true,
23
"allowSyntheticDefaultImports": true,
24
"incremental": true
25
0 commit comments