diff --git a/package.json b/package.json index 71b4c71..d058b1b 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "typescript": "^4.3.2" }, "peerDependencies": { - "react": "^17.0.2", - "react-dom": "^17.0.2" + "react": ">=17.0.2", + "react-dom": ">=17.0.2" }, "dependencies": { "color-interpolate": "^1.0.5" diff --git a/tsconfig.json b/tsconfig.json index 4aa5144..e8cf587 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,7 +19,6 @@ "noImplicitThis": true, "noImplicitAny": true, "strictNullChecks": true, - "suppressImplicitAnyIndexErrors": true, "allowSyntheticDefaultImports": true, "incremental": true },