Skip to content

Commit

Permalink
fix: upgrade dependencies for angular v18 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder authored Aug 5, 2024
2 parents e3dd975 + fbec484 commit a592570
Show file tree
Hide file tree
Showing 5 changed files with 7,362 additions and 4,427 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@

/.nx/cache
.angular

/.nx/workspace-data
6 changes: 2 additions & 4 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": "nx/presets/core.json",
"affected": {
"defaultBase": "origin/main"
},
"generators": {
"@nrwl/angular:application": {
"style": "scss",
Expand Down Expand Up @@ -58,5 +55,6 @@
"lint": {
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"]
}
}
},
"defaultBase": "origin/main"
}
Loading

0 comments on commit a592570

Please sign in to comment.