Skip to content

Commit 0e2084b

Browse files
authored
Merge pull request #148 from Silviu-Marian/patch-1
Add back React 16.3 to peerDependencies
2 parents 4d26c6f + 35d9549 commit 0e2084b

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)