Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dalenguyen committed Jul 1, 2024
1 parent ee9f56f commit 69d3d0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@pdfun/ui",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/router": "18.0.0",
"@angular/common": "^18.1.0-next.4",
"@angular/core": "^18.1.0-next.4",
"@angular/router": "18.1.0-next.4",
"primeng": "17.18.0",
"@nx/angular": "19.1.0"
"@nx/angular": "19.3.0"
},
"sideEffects": false
}

0 comments on commit 69d3d0d

Please sign in to comment.