Skip to content

Commit

Permalink
fix(deps): update dependency @softwareventures/table to v1 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 7, 2021
1 parent 6f71e69 commit 2b8cf63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@softwareventures/array": "^0.31.0 || ^0.33.0 || ^3.0.0",
"@softwareventures/table": "^0.1.2",
"@softwareventures/table": "^0.1.2 || ^1.0.0",
"escape-string-regexp": "^4.0.0",
"tslib": "^1.9.3 || ^2.0.0 || ^2.1.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -437,13 +437,13 @@
dependencies:
tslib "2.3.0"

"@softwareventures/table@^0.1.2":
version "0.1.5"
resolved "https://registry.yarnpkg.com/@softwareventures/table/-/table-0.1.5.tgz#c7867b591b5854b054fa0be88c6281c5a4d5a01a"
integrity sha512-SupVivOWyqFPWP17GHhNK4lBMH99PnyJt9Py1MmegLyYRmOuEKZSLQbQHlS2N1pkQhqdXDJAH7gfaaqtbGp2dw==
"@softwareventures/table@^0.1.2 || ^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@softwareventures/table/-/table-1.0.0.tgz#533851f0a4657c69d2a19cca821e6aee668aac2d"
integrity sha512-G5Mw8aZOBLcMfjNoyqipcWvi0o2UREWgyM+mbUG5hrK/HUkq6g23L/fhcq0UzCNMYuLv9WYjjoFuSUqBGN6UHQ==
dependencies:
dictionary-types "^1.0.0"
tslib "^1.9.3 || ^2.0.0"
tslib "^1.9.3 || ^2.0.0 || ^2.1.0"

"@softwareventures/tsconfig@5.1.0":
version "5.1.0"
Expand Down

0 comments on commit 2b8cf63

Please sign in to comment.