Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Dedupe dependencies #1039

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12300,7 +12300,7 @@ __metadata:
languageName: node
linkType: hard

"globals@npm:^13.2.0":
"globals@npm:^13.2.0, globals@npm:^13.20.0, globals@npm:^13.6.0, globals@npm:^13.9.0":
version: 13.23.0
resolution: "globals@npm:13.23.0"
dependencies:
Expand All @@ -12309,15 +12309,6 @@ __metadata:
languageName: node
linkType: hard

"globals@npm:^13.20.0, globals@npm:^13.6.0, globals@npm:^13.9.0":
version: 13.22.0
resolution: "globals@npm:13.22.0"
dependencies:
type-fest: ^0.20.2
checksum: 64af5a09565341432770444085f7aa98b54331c3b69732e0de411003921fa2dd060222ae7b50bec0b98f29c4d00b4f49bf434049ba9f7c36ca4ee1773f60458c
languageName: node
linkType: hard

"globalthis@npm:^1.0.3":
version: 1.0.3
resolution: "globalthis@npm:1.0.3"
Expand Down
Loading