Fix redundant entry in lockfile (#14616)

The lockfile would change upon install due to a redundant entry. This
seems to have been introduced in #14612 as a result of running
`yarn-deduplicate`.
feature/default_network_editable
Mark Stacey 3 years ago committed by GitHub
parent 564ad2f81b
commit f3b7a656fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      yarn.lock

@ -15845,7 +15845,7 @@ is-primitive@^2.0.0:
resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575"
integrity sha1-IHurkWOEmcB7Kt8kCkGochADRXU=
is-promise@^2.1, is-promise@^2.1.0:
is-promise@^2.1:
version "2.1.0"
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa"
integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=

Loading…
Cancel
Save