Skip to content

Commit

Permalink
fix: add missing jest and typescript to peer deps (#1442)
Browse files Browse the repository at this point in the history
Closes #1441
  • Loading branch information
bulldog98 authored Apr 30, 2022
1 parent 56673c4 commit 6a652af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
"@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/platform-browser-dynamic": ">=11.2.14",
"jest": "^28.0.0",
"typescript": ">=4.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.2",
Expand Down

0 comments on commit 6a652af

Please sign in to comment.