Skip to content

Commit

Permalink
add bundled angular compiler to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed May 1, 2024
1 parent 106d49a commit 7f87c86
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
3 changes: 2 additions & 1 deletion libs/ngxtension/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"rxjs",
"@nx/devkit",
"nx",
"ts-morph"
"ts-morph",
"@angular-eslint/bundled-angular-compiler"
]
}
]
Expand Down
7 changes: 4 additions & 3 deletions libs/ngxtension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
"rxjs": "^6.0.0 || ^7.0.0"
},
"dependencies": {
"@nx/devkit": "^17.0.0",
"nx": "^17.0.0",
"ts-morph": "^21.0.1",
"@angular-eslint/bundled-angular-compiler": "^17.3.0",
"@nx/devkit": "^18.0.0",
"nx": "^18.0.0",
"ts-morph": "^22.0.0",
"tslib": "^2.3.0"
},
"sideEffects": false,
Expand Down
1 change: 1 addition & 0 deletions libs/plugin/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
{
"ignoredDependencies": [
"tslib",
"ts-morph",
"@angular-eslint/bundled-angular-compiler",
"@nx/devkit",
"@nx/dependency-checks"
Expand Down
4 changes: 0 additions & 4 deletions libs/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@
},
"ng-update": {
"migrations": "./migrations.json"
},
"dependencies": {
"@nx/devkit": "~18.3.0",
"ts-morph": "~22.0.0"
}
}

0 comments on commit 7f87c86

Please sign in to comment.