Skip to content

Commit

Permalink
fix: update package.json deps (#2099)
Browse files Browse the repository at this point in the history
replace ^14.0.0 with <15.0.0
  • Loading branch information
kek-Sec committed Jun 27, 2022
1 parent 79eeaf3 commit 8802333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/ng-option-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"repository": "ng-select/ng-select",
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0"
"@angular/common": "<15.0.0",
"@angular/core": "<15.0.0"
}
}
6 changes: 3 additions & 3 deletions src/ng-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
}
},
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0"
"@angular/common": "<15.0.0",
"@angular/core": "<15.0.0",
"@angular/forms": "<15.0.0"
},
"dependencies": {
"tslib": "^2.3.1"
Expand Down

0 comments on commit 8802333

Please sign in to comment.