Skip to content

Commit

Permalink
edited peerDependencies to conform with client app that has angular v…
Browse files Browse the repository at this point in the history
…ersions >= 16 (#31)
  • Loading branch information
YoussefDahi authored Jan 6, 2025
1 parent 43782a9 commit 38e8549
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/oneteme/inspect-ng-collector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oneteme/inspect-ng-collector",
"version": "0.18.22",
"version": "0.19.00",
"description": "inspect ng collector",
"homepage": "https://github.com/oneteme/inspect-ng-collector",
"bugs": "https://github.com/oneteme/inspect-ng-collector/issues",
Expand All @@ -9,9 +9,9 @@
"url": "https://github.com/oneteme/inspect-ng-collector.git"
},
"peerDependencies": {
"@angular/common": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/router": "^18.2.13"
"@angular/common": ">=16.2.8",
"@angular/core": ">=16.2.8",
"@angular/router": ">=16.2.8"
},
"dependencies": {
"tslib": "^2.8.0"
Expand Down

0 comments on commit 38e8549

Please sign in to comment.