Skip to content

Commit

Permalink
Allow Angular versions 18 & 19 as peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-batazov-ew committed Nov 26, 2024
1 parent 29b44be commit c24b24c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extra-clarity",
"version": "0.17.8",
"version": "0.17.9",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
10 changes: 5 additions & 5 deletions projects/extra-clarity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@extrawest/extra-clarity",
"version": "0.17.8",
"version": "0.17.9",
"description": "Extrawest Angular components based on the Clarity Design System",
"author": "extrawest.com",
"repository": {
Expand All @@ -15,10 +15,10 @@
],
"license": "MIT",
"peerDependencies": {
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/animations": "^17.3.0 || 18 || 19",
"@angular/common": "^17.3.0 || 18 || 19",
"@angular/core": "^17.3.0 || 18 || 19",
"@angular/forms": "^17.3.0 || 18 || 19",
"@cds/angular": "^6.10.0",
"@cds/core": "^6.10.0",
"@clr/angular": "^17.0.0",
Expand Down

0 comments on commit c24b24c

Please sign in to comment.