Skip to content

Commit

Permalink
build(deps): bump @flex-development/errnode from 1.5.0 to 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Aug 7, 2023
1 parent c48a8bf commit 08b2b30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const config = {
allowedNames: ['self']
}
],
'@typescript-eslint/no-throw-literal': 2,
'@typescript-eslint/no-throw-literal': 0,
'@typescript-eslint/no-type-alias': 0,
'@typescript-eslint/no-unnecessary-boolean-literal-compare': [
2,
Expand Down Expand Up @@ -1010,7 +1010,6 @@ const config = {
'@typescript-eslint/no-misused-promises': 0,
'@typescript-eslint/no-mixed-enums': 0,
'@typescript-eslint/no-redundant-type-constituents': 0,
'@typescript-eslint/no-throw-literal': 0,
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 0,
'@typescript-eslint/no-unnecessary-condition': 0,
'@typescript-eslint/no-unnecessary-qualifier': 0,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"typecheck:watch": "vitest typecheck"
},
"dependencies": {
"@flex-development/errnode": "1.5.0",
"@flex-development/errnode": "2.0.0",
"@flex-development/export-regex": "2.0.0",
"@flex-development/import-regex": "3.0.0",
"@flex-development/is-builtin": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ __metadata:
"@flex-development/decorator-regex": "npm:2.0.0"
"@flex-development/docast": "npm:1.0.0-alpha.13"
"@flex-development/docast-parse": "npm:1.0.0-alpha.5"
"@flex-development/errnode": "npm:1.5.0"
"@flex-development/errnode": "npm:2.0.0"
"@flex-development/esm-types": "npm:2.0.0"
"@flex-development/export-regex": "npm:2.0.0"
"@flex-development/import-regex": "npm:3.0.0"
Expand Down

0 comments on commit 08b2b30

Please sign in to comment.