Skip to content

Commit 6050357

Browse files
authoredNov 21, 2022
fix(deps): update dependency @softwareventures/chain to v2 (#47)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e980f67 commit 6050357

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"node": "^14 || ^16 || ^18 || >=19"
2727
},
2828
"dependencies": {
29-
"@softwareventures/chain": "^0.1.2 || ^1.0.0",
29+
"@softwareventures/chain": "^0.1.2 || ^1.0.0 || ^2.0.0",
3030
"@softwareventures/iterable": "^1.1.1 || ^1.1.1 || ^2.0.0 || ^3.0.0",
3131
"@typescript-eslint/parser": "5.43.0",
3232
"tslib": "^2.0.0"

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -527,10 +527,10 @@
527527
lodash "^4.17.4"
528528
read-pkg-up "^7.0.0"
529529

530-
"@softwareventures/chain@^0.1.2 || ^1.0.0":
531-
version "1.0.1"
532-
resolved "https://registry.yarnpkg.com/@softwareventures/chain/-/chain-1.0.1.tgz#79099066f5274e1cccf447a935f0b50372c1a673"
533-
integrity sha512-1nJZ88aGuadOVQtUDf5ja1PNeSXWtstkfJ9uqwPi5Xepm4n2zss6toiTC4DLsY8bKROTrdnxlTgG+8M4nCnigg==
530+
"@softwareventures/chain@^0.1.2 || ^1.0.0 || ^2.0.0":
531+
version "2.0.2"
532+
resolved "https://registry.yarnpkg.com/@softwareventures/chain/-/chain-2.0.2.tgz#2267be08e338d543d7d08b972422ecdaa0bf18ed"
533+
integrity sha512-oE9Oo3QlO9YAWQW+chyl/IcLaU1H3vJUDydfO7fKVlKI0nW95amTPlYVjtPeIIuwE4VpWIAzrTzocQTRvqRFAA==
534534

535535
"@softwareventures/eslint-config@7.1.0":
536536
version "7.1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.