Skip to content

Commit

Permalink
chore: updated ngx-bootstrap root min angular version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-cheishvili committed Nov 26, 2023
1 parent a9cd55b commit adecf71
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"license": "MIT",
"schematics": "./schematics/collection.json",
"peerDependencies": {
"@angular/animations": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/forms": "^16.0.0",
"rxjs": "^6.5.3 || ^7.6.0"
"@angular/animations": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/forms": "^17.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit adecf71

Please sign in to comment.