Skip to content

Commit

Permalink
Update package.json versions for ng-doc-portal buildable lib
Browse files Browse the repository at this point in the history
  • Loading branch information
zjkipping committed Mar 27, 2024
1 parent b0365f7 commit a0dcf60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/ng-doc-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "Documentation portal system written natively in Angular",
"version": "v1.7.1",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/router": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/router": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"tslib": "^2.3.0"
},
"dependencies": {
Expand Down

0 comments on commit a0dcf60

Please sign in to comment.