Skip to content

Commit

Permalink
fix(deps): bump from error-fns to helpful-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Dec 26, 2024
1 parent fe9c885 commit 93ad4e1
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 5 deletions.
105 changes: 104 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"dependencies": {
"domain-objects": "0.22.1",
"expect": "29.4.2",
"flat": "5.0.2"
"flat": "5.0.2",
"helpful-errors": "1.3.8"
},
"peerDependencies": {
"declapract": ">=0.11.5"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { UnexpectedCodePathError } from '@ehmpathy/error-fns';
import { FileCheckType, FileFixFunction } from 'declapract';
import { UnexpectedCodePathError } from 'helpful-errors';

export const check = FileCheckType.CONTAINS;

Expand Down
2 changes: 1 addition & 1 deletion src/practices/errors/best-practice/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@ehmpathy/error-fns": "@declapract{check.minVersion('1.3.7')}"
"helpful-errors": "@declapract{check.minVersion('1.3.8')}"
}
}
2 changes: 1 addition & 1 deletion src/practices/lint/best-practice/.depcheckrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ ignores:
- ts-jest
- ts-node
- test-fns
- '@ehmpathy/error-fns'
- helpful-errors
- husky
- if-env

0 comments on commit 93ad4e1

Please sign in to comment.