Skip to content

Commit

Permalink
Merge pull request #73 from reyvaxreecded/master
Browse files Browse the repository at this point in the history
Update ng-hcaptcha package version and peer dependencies for Angular v17 support
  • Loading branch information
leNicDev committed Jan 4, 2024
2 parents 3ba5c8d + a36f0e8 commit 9343ec0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ng-hcaptcha/package.json
@@ -1,6 +1,6 @@
{
"name": "ng-hcaptcha",
"version": "2.2.0",
"version": "2.2.5",
"description": "hCaptcha Component for Angular",
"keywords": [
"hcaptcha",
Expand All @@ -20,9 +20,9 @@
},
"license": "MIT",
"peerDependencies": {
"@angular/common": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"@angular/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"@angular/forms": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
"@angular/common": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/forms": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
,
"dependencies": {
Expand Down

0 comments on commit 9343ec0

Please sign in to comment.