Skip to content

Commit

Permalink
build: specify more relaxed peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus-Ende committed Jun 29, 2024
1 parent 7a1574c commit 68dcecd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions libs/sketch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"name": "@qupaya/sketch",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^17.3.0",
"@angular/cdk": "^17.3.3",
"@angular/forms": "~17.3.0",
"@angular/core": "^17.3.0",
"@angular/router": "~17.3.0",
"@angular/cdk": ">=18.0.0",
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0",
"@angular/forms": ">=18.0.0",
"rxjs": "~7.8.0"
},
"dependencies": {},
Expand Down

0 comments on commit 68dcecd

Please sign in to comment.