Skip to content

Commit

Permalink
feat(core): loosen version of angular peerDependencies to v12 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Oct 8, 2022
1 parent 15881ef commit ad9b4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ngx-cookieconsent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "ngx-cookieconsent",
"version": "0.0.0-development",
"peerDependencies": {
"@angular/common": "^12.0.1",
"@angular/core": "^12.0.1",
"@angular/common": ">=12.0.1",
"@angular/core": ">=12.0.1",
"cookieconsent": "^3.1.1"
},
"dependencies": {
Expand Down

0 comments on commit ad9b4a2

Please sign in to comment.