Skip to content

Commit

Permalink
fix(deps): find-up no more working as it is now pure esm
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Sep 10, 2022
1 parent ad808a9 commit b9d9dd8
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 181 deletions.
227 changes: 47 additions & 180 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"eslint-plugin-rxjs-angular": "2.0.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"find-up": "^6.3.0"
"find-up": "5.0.0"
}
}

0 comments on commit b9d9dd8

Please sign in to comment.