Skip to content

Commit

Permalink
build: deduplicate lockfile
Browse files Browse the repository at this point in the history
Command executed:

```
npx yarn-deduplicate yarn.lock
```
  • Loading branch information
MrChocolatine committed May 16, 2024
1 parent f88e7bf commit bca1708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@
resolve "^1.20.0"
semver "^7.3.2"

"@embroider/[email protected]", "@embroider/shared-internals@^2.0.0":
"@embroider/[email protected]":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@embroider/shared-internals/-/shared-internals-2.5.0.tgz#4a0b5127c589718fae60fc22f81374ed558b944a"
integrity sha512-7qzrb7GVIyNqeY0umxoeIvjDC+ay1b+wb2yCVuYTUYrFfLAkLEy9FNI3iWCi3RdQ9OFjgcAxAnwsAiPIMZZ3pQ==
Expand All @@ -1178,7 +1178,7 @@
semver "^7.3.5"
typescript-memoize "^1.0.1"

"@embroider/shared-internals@^2.5.1":
"@embroider/shared-internals@^2.0.0", "@embroider/shared-internals@^2.5.1":
version "2.5.1"
resolved "https://registry.yarnpkg.com/@embroider/shared-internals/-/shared-internals-2.5.1.tgz#a4d8c057cbff293ef6eb29ee6537f263d206b444"
integrity sha512-b+TWDBisH1p6HeTbJIO8pgu1WzfTP0ZSAlZBqjXwOyrS0ZxP1qNYRrEX+IxyzIibEFjXBxeLakiejz3DJvZX5A==
Expand Down

0 comments on commit bca1708

Please sign in to comment.