Skip to content

Commit e63eb2c

Browse files
committed
Update peerDependencies to indicate support for React 17 and 18
1 parent 9cbb62f commit e63eb2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"typescript": "^3.5.3"
5454
},
5555
"peerDependencies": {
56-
"react": "^16.0.0",
57-
"react-dom": "^16.0.0"
56+
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
57+
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
5858
},
5959
"dependencies": {}
6060
}

0 commit comments

Comments
 (0)