Skip to content

Commit 31e2946

Browse files
authored
Merge pull request #25 from spautz/update-peerdeps
Update peerDependencies to indicate support for React 17 and 18
2 parents 9cbb62f + e63eb2c commit 31e2946

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)