Skip to content

Commit

Permalink
chore(fix): fix peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed May 4, 2024
1 parent 07697b5 commit 443b309
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions projects/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
}
},
"peerDependencies": {
"@angular/cdk": ">=15.0.0",
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/forms": ">=15.0.0",
"@angular/material": ">=15.0.0",
"@ng-matero/extensions": ">=15.0.0"
"@angular/cdk": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@angular/material": ">=16.0.0",
"@ng-matero/extensions": ">=16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 443b309

Please sign in to comment.