Skip to content

Commit

Permalink
chore: ignore nx dependency check for ora
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaul-1A committed Jan 31, 2024
1 parent f136db1 commit de30ca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ module.exports = {
}],
'@nx/dependency-checks': ['error', {
'buildTargets': ['build', 'build-builders', 'compile', 'test'],
'checkObsoleteDependencies': false
'checkObsoleteDependencies': false,
'ignoredDependencies': ['ora']
}]
}
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24636,7 +24636,7 @@ __metadata:
languageName: node
linkType: hard

"nx@npm:17.2.8, nx@npm:~17.2.0":
"nx@npm:17.2.8":
version: 17.2.8
resolution: "nx@npm:17.2.8"
dependencies:
Expand Down

0 comments on commit de30ca0

Please sign in to comment.