Skip to content

Commit

Permalink
feat: better error aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Feb 14, 2023
1 parent 6bc8a4a commit 7a200fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"homepage": "https://sandworm.dev",
"dependencies": {
"@sandworm/utils": "1.14.0",
"@sandworm/utils": "1.15.0",
"d3-node": "3.0.0",
"ora": "6.1.2",
"semver": "^7.3.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,10 @@
resolved "https://registry.npmjs.org/@pnpm/util.lex-comparator/-/util.lex-comparator-1.0.0.tgz"
integrity sha512-3aBQPHntVgk5AweBWZn+1I/fqZ9krK/w01197aYVkAJQGftb+BVWgEepxY5GChjSW12j52XX+CmfynYZ/p0DFQ==

"@sandworm/utils@1.14.0":
version "1.14.0"
resolved "https://registry.yarnpkg.com/@sandworm/utils/-/utils-1.14.0.tgz#85f906b2f8d17fd1678ad8339b0982afc6129107"
integrity sha512-AH+WcSQsK17LvgfQ0RcJvFlTEo6JA0U9VyKaCG/8jevA13DOm27TUZpwRZOH1WslTkwM3OkMvJJr38e5uixwgQ==
"@sandworm/utils@1.15.0":
version "1.15.0"
resolved "https://registry.yarnpkg.com/@sandworm/utils/-/utils-1.15.0.tgz#2b2615c31f11fe176ac65e6b219a07118c7228f8"
integrity sha512-PZcgCkEE1qJDqxbs6DSESDQwYJ66C8Nca5lS2UDBKwWOLSr5qeW/6sxAtuEqhb6bttobObZSLBF+Fq+/ApNjXw==
dependencies:
"@pnpm/lockfile-file" "6.0.2"
"@pnpm/logger" "5.0.0"
Expand Down

0 comments on commit 7a200fd

Please sign in to comment.