Skip to content

Commit

Permalink
fix: set range supported version for Angular peer deps (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime authored May 3, 2022
1 parent 979c792 commit f3e97d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"esbuild": ">=0.13.8"
},
"peerDependencies": {
"@angular-devkit/build-angular": ">=0.1102.19",
"@angular/compiler-cli": ">=11.2.14",
"@angular/core": ">=11.2.14",
"@angular/platform-browser-dynamic": ">=11.2.14",
"@angular-devkit/build-angular": ">=0.1102.19 <14.0.0",
"@angular/compiler-cli": ">=11.2.14 <14.0.0",
"@angular/core": ">=11.2.14 <14.0.0",
"@angular/platform-browser-dynamic": ">=11.2.14 <14.0.0",
"jest": "^28.0.0",
"typescript": ">=4.3"
},
Expand Down

0 comments on commit f3e97d7

Please sign in to comment.