Skip to content

Commit

Permalink
fix: peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lekhmanrus committed Nov 21, 2023
1 parent 1dc8ea7 commit 60fa050
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
"webpack-merge": "^5.10.0"
},
"peerDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular-devkit/build-angular": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"pug": "^3.0.2",
"typescript": "^5.0.2"
"typescript": "^5.2.2"
}
}

0 comments on commit 60fa050

Please sign in to comment.