Skip to content

Commit

Permalink
fix(deps): update dependency @softwareventures/array to v6 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent d9dd13e commit 639ca4f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"node": "^14 || ^16 || >=18"
},
"dependencies": {
"@softwareventures/array": "^0.31.0 || ^0.33.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"@softwareventures/array": "^0.31.0 || ^0.33.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"@types/imul": "^1.0.0",
"imul": "^1.0.1",
"tslib": "2.4.0"
Expand Down
25 changes: 24 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
lodash "^4.17.4"
read-pkg-up "^7.0.0"

"@softwareventures/array@5.3.0", "@softwareventures/array@^0.31.0 || ^0.33.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0":
"@softwareventures/array@5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@softwareventures/array/-/array-5.3.0.tgz#25c65761719745521c341df134c78376294ee13e"
integrity sha512-1ViQStiZ6XxuvT2UPvc1Nd2brASDsuNM3wWlJpADqEAzJbyHXVCAGaYzOr8TDm2BE9KNK2LmKTf6MnKrNPGyJA==
Expand All @@ -513,6 +513,15 @@
"@softwareventures/ordered" "^1.1.0"
tslib "^2.0.0"

"@softwareventures/array@^0.31.0 || ^0.33.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0":
version "6.0.3"
resolved "https://registry.yarnpkg.com/@softwareventures/array/-/array-6.0.3.tgz#018a4ec7a1c5e559bc9c5b4a13583a13496acf3a"
integrity sha512-RPPC4ZClS7HauBgnFVJgVC+WSehCa33sSDE+SE5nDmaMGBvQO+4l99l0+cCXNY89qkzs57Z1iX44m5/rxmyBJg==
dependencies:
"@softwareventures/nullable" "^1.0.0 || ^2.0.0 || ^3.0.0"
"@softwareventures/ordered" "^1.1.0 || ^2.0.0"
tslib "^2.0.0"

"@softwareventures/eslint-config@7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@softwareventures/eslint-config/-/eslint-config-7.1.0.tgz#bde202631081fd1cc977cf04ad5ba9734a7496f0"
Expand All @@ -527,13 +536,27 @@
dependencies:
tslib "2.3.0"

"@softwareventures/nullable@^1.0.0 || ^2.0.0 || ^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@softwareventures/nullable/-/nullable-3.0.0.tgz#979045c99e7c8a9055cb25c3c5cb5b9edfc50085"
integrity sha512-kgYOGJHzgZl0QGqMqbRe34i5VaRQUsG+X9AcblJL1lGDq+npLsCS974VSJmOBxnSqIQ5dcgah+zBxHndH8qzfg==
dependencies:
tslib "2.4.0"

"@softwareventures/ordered@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@softwareventures/ordered/-/ordered-1.1.0.tgz#5bd8929574d309738f6bcccaa017557979a4e303"
integrity sha512-XkoiEiTiLhDnDHYKmDobtoNlqYEmK/LK/FOeKzfIOB8Xfl9+Q6toDxSasB+T6coOZiJ0GA23XFsSkh0grC2Nng==
dependencies:
tslib "^1.9.3 || ^2.0.0 || ^2.1.0"

"@softwareventures/ordered@^1.1.0 || ^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@softwareventures/ordered/-/ordered-2.0.0.tgz#feaee7148f6a447f96adaa169d27fd4962b4e3d4"
integrity sha512-NSNuBWZ8yoNwN3tBD24E+rCHktLdJFnkrVoVy0S5C6OsKZ55viy9+IsMyMnHju2mPoB/iCmzQOPgFj/eu9WpQA==
dependencies:
tslib "^1.9.3 || ^2.0.0 || ^2.1.0"

"@softwareventures/precise-commits@2.0.24":
version "2.0.24"
resolved "https://registry.yarnpkg.com/@softwareventures/precise-commits/-/precise-commits-2.0.24.tgz#6cb339782b638b6519bbfb7693a2ba4bc0978a90"
Expand Down

0 comments on commit 639ca4f

Please sign in to comment.