Skip to content

Commit 35d9549

Browse files
Add back React 16.3 to peerDependencies
It's compatible alright. The API is the same, so this version should be there. Other dependencies in some projects prevent the upgrade and maybe don't want to force people to use `--force` or `--legacy-peer-deps`.
1 parent 6d46d26 commit 35d9549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/t49tran/react-google-recaptcha-v3"
2121
},
2222
"peerDependencies": {
23-
"react": "^17.0 || ^18.0",
23+
"react": "^16.3 || ^17.0 || ^18.0",
2424
"react-dom": "^17.0 || ^18.0"
2525
},
2626
"dependencies": {

0 commit comments

Comments
 (0)