Skip to content

fix(deps): update dependency @softwareventures/ordered to v2 (main) #4

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Oct 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"dependencies": {
"@softwareventures/nullable": "^2.0.0",
"@softwareventures/ordered": "^1.1.0",
"@softwareventures/ordered": "^1.1.0 || ^2.0.0",
"tslib": "2.4.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ __metadata:
"@commitlint/cz-commitlint": 17.1.2
"@softwareventures/eslint-config": 7.0.0
"@softwareventures/nullable": ^2.0.0
"@softwareventures/ordered": ^1.1.0
"@softwareventures/ordered": ^1.1.0 || ^2.0.0
"@softwareventures/precise-commits": 2.0.22
"@softwareventures/prettier-config": 3.0.0
"@softwareventures/semantic-release-config": 2.0.2
Expand Down Expand Up @@ -903,12 +903,12 @@ __metadata:
languageName: node
linkType: hard

"@softwareventures/ordered@npm:^1.1.0":
version: 1.1.0
resolution: "@softwareventures/ordered@npm:1.1.0"
"@softwareventures/ordered@npm:^1.1.0 || ^2.0.0":
version: 2.0.0
resolution: "@softwareventures/ordered@npm:2.0.0"
dependencies:
tslib: ^1.9.3 || ^2.0.0 || ^2.1.0
checksum: a68d969b9992125f338153f0070beeb60d25e3e91735f8229da900f9a5f20fc07ef7387476b87acb95f955172826006f1154d39fa5c9974089a6edba7b6e29bd
checksum: b6f87b980eaaf498efce7642a17e13ba52c5c36fabc42fdca14d2d64dcda1a1424c4c67b4263bf51eab0654c6eae6782f2d4427c51eda4e7431214625e0c9fef
languageName: node
linkType: hard

Expand Down