Skip to content

Commit

Permalink
fix: Downgraded the react peer dependency to v16.13.1 (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikitha-wego <[email protected]>
  • Loading branch information
Nikitha-wego authored Feb 19, 2024
1 parent a7c0fed commit aef9914
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.3] - 2024-02-19

### Changed

- React peer dependency version to v16.13.1

## [1.1.2] - 2023-09-18

### Added
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-turnstile",
"version": "1.1.2",
"version": "1.1.3",
"description": "React library for Cloudflare's Turnstile CAPTCHA alternative",
"main": "dist/index.js",
"scripts": {
Expand All @@ -19,8 +19,8 @@
"url": "https://github.com/Le0developer/react-turnstile"
},
"peerDependencies": {
"react": ">= 17.0.0",
"react-dom": ">= 17.0.0"
"react": ">= 16.13.1",
"react-dom": ">= 16.13.1"
},
"author": "Leo Developer",
"license": "MIT",
Expand Down

0 comments on commit aef9914

Please sign in to comment.