Skip to content

Commit

Permalink
Increase react peer dependency 16.3.0 required by React.createRef
Browse files Browse the repository at this point in the history
  • Loading branch information
DSergiu committed Feb 2, 2021
1 parent 796babe commit ca72a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hcaptcha/react-hcaptcha",
"version": "0.3.1",
"version": "0.3.2",
"description": "A React library for hCaptcha",
"main": "dist/index.js",
"scripts": {
Expand All @@ -11,8 +11,8 @@
"prepublishOnly": "npm run transpile"
},
"peerDependencies": {
"react": ">= 16",
"react-dom": ">= 16"
"react": ">= 16.3.0",
"react-dom": ">= 16.3.0"
},
"keywords": [
"hcaptcha",
Expand Down

3 comments on commit ca72a45

@ozcan757575
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Türkiye 🇹🇷

@ozcan757575
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+90

@ozcan757575
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Diş

Please sign in to comment.