Skip to content

Commit

Permalink
feat(component): make Angular 8.0.0 a supported peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DethAriel committed Jun 4, 2019
1 parent c50d26c commit f003ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"@types/grecaptcha": "^2.0.33"
},
"peerDependencies": {
"@angular/core": "^6.0.0 || ^7.0.0"
"@angular/core": "^6.0.0 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@angular/common": "^6.0.0",
Expand Down

1 comment on commit f003ff2

@Zryru
Copy link

@Zryru Zryru commented on f003ff2 Aug 5, 2020

Choose a reason for hiding this comment

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

I would like to Suggest a >= 6, to support angular 9 and 10

Please sign in to comment.