Skip to content

Commit 80b672e

Browse files
Merge pull request #1 from alinjf/master
update peer dependencies to use in react 18
2 parents 1a81ece + 451aa8c commit 80b672e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"typescript": "^4.3.2"
3838
},
3939
"peerDependencies": {
40-
"react": "^17.0.2",
41-
"react-dom": "^17.0.2"
40+
"react": ">=17.0.2",
41+
"react-dom": ">=17.0.2"
4242
},
4343
"dependencies": {
4444
"color-interpolate": "^1.0.5"

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"noImplicitThis": true,
2020
"noImplicitAny": true,
2121
"strictNullChecks": true,
22-
"suppressImplicitAnyIndexErrors": true,
2322
"allowSyntheticDefaultImports": true,
2423
"incremental": true
2524
},

0 commit comments

Comments
 (0)