Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency consistent-ids to v0.6.1 (#722)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 11, 2021
1 parent 787017a commit 8b53bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures/node-module-missing-optional/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"optionalDependencies": {
"consistent-ids": "0.5.0"
"consistent-ids": "0.6.1"
}
}
2 changes: 1 addition & 1 deletion tests/fixtures/node-module-peer-not-optional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"peerDependencies": {
"consistent-ids": "0.5.0"
"consistent-ids": "0.6.1"
},
"peerDependenciesMeta": {
"consistent-ids": {
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/node-module-peer-optional/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"peerDependencies": {
"consistent-ids": "0.5.0"
"consistent-ids": "0.6.1"
},
"peerDependenciesMeta": {
"consistent-ids": {
Expand Down

1 comment on commit 8b53bba

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱ Benchmark results

largeDepsEsbuild: 13.4s

largeDepsZisi: 1m 15.6s

Please sign in to comment.