Skip to content

Commit e524ebc

Browse files
authored
Update package.json change peerdependencies
1 parent 1a81ece commit e524ebc

1 file changed

Lines changed: 2 additions & 2 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"

0 commit comments

Comments
 (0)