Skip to content

Commit 17a6dd4

Browse files
authoredMar 26, 2024··
fix(deps): update dependency @softwareventures/array to v7 (#98)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7bc6c9e commit 17a6dd4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"node": "^18 || >=20"
2929
},
3030
"dependencies": {
31-
"@softwareventures/array": "6.1.0",
31+
"@softwareventures/array": "7.0.0",
3232
"@softwareventures/nullable": "3.2.0",
3333
"execa": "5.1.1",
3434
"find-up": "5.0.0",

‎yarn.lock

+12-1
Original file line numberDiff line numberDiff line change
@@ -1588,6 +1588,17 @@ __metadata:
15881588
languageName: node
15891589
linkType: hard
15901590

1591+
"@softwareventures/array@npm:7.0.0":
1592+
version: 7.0.0
1593+
resolution: "@softwareventures/array@npm:7.0.0"
1594+
dependencies:
1595+
"@softwareventures/nullable": "npm:^1.0.0 || ^2.0.0 || ^3.0.0"
1596+
"@softwareventures/ordered": "npm:^1.1.0 || ^2.0.0"
1597+
tslib: "npm:^2.0.0"
1598+
checksum: 10c0/302ef50d8f2e46e606ae44260902a4d5c6755ec674e714d7b6b3b46ad24c874e41d640a1a66f67d01093cf6f3f359267333d3aa22369c49973dcc0eb73d6534d
1599+
languageName: node
1600+
linkType: hard
1601+
15911602
"@softwareventures/eslint-config@npm:7.4.0":
15921603
version: 7.4.0
15931604
resolution: "@softwareventures/eslint-config@npm:7.4.0"
@@ -1655,7 +1666,7 @@ __metadata:
16551666
"@commitlint/cli": "npm:19.2.1"
16561667
"@commitlint/config-conventional": "npm:19.1.0"
16571668
"@commitlint/cz-commitlint": "npm:19.2.0"
1658-
"@softwareventures/array": "npm:6.1.0"
1669+
"@softwareventures/array": "npm:7.0.0"
16591670
"@softwareventures/eslint-config": "npm:7.4.0"
16601671
"@softwareventures/nullable": "npm:3.2.0"
16611672
"@softwareventures/precise-commits": "npm:4.0.2"

0 commit comments

Comments
 (0)
Please sign in to comment.