Skip to content

Commit

Permalink
feat: support Angular 14 (#1611)
Browse files Browse the repository at this point in the history
Closes #1410
  • Loading branch information
ahnpnl committed Jun 3, 2022
1 parent 0da70a1 commit 7c294d7
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 <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",
"@angular-devkit/build-angular": ">=0.1102.19 <15.0.0",
"@angular/compiler-cli": ">=11.2.14 <15.0.0",
"@angular/core": ">=11.2.14 <15.0.0",
"@angular/platform-browser-dynamic": ">=11.2.14 <15.0.0",
"jest": "^28.0.0",
"typescript": ">=4.3"
},
Expand Down

0 comments on commit 7c294d7

Please sign in to comment.