codesandbox-client icon indicating copy to clipboard operation
codesandbox-client copied to clipboard

Incorrect latest version of certain dependencies

Open moretti opened this issue 2 years ago • 0 comments

🐛 bug report

Preflight Checklist

  • [X] I have read the [Contributing Guidelines][contributing] for this project.
  • [X] I agree to follow the [Code of Conduct][code_of_conduct] that this project adheres to.
  • [X] I have searched the issue tracker for an issue that matches the one I want to file, without success.

Description of the problem

I'm encountering an issue while attempting to install the latest version of certain dependencies. For instance, when I try to add @faker-js/faker as a dependency, it reports that version 7.6.0 is the latest available. However, when checking on npm, it shows that version 8.1.0 is the latest release.


@faker-js/[email protected] | MIT | deps: none | versions: 57
Generate massive amounts of fake contextual data
https://github.com/faker-js/faker#readme

keywords: faker, faker.js, fakerjs, faker-js, fake data generator, fake data, fake-data, fake-generator, fake-data-generator, fake content generator, fake contextual data generator, fake contextual data

dist
.tarball: https://registry.npmjs.org/@faker-js/faker/-/faker-8.1.0.tgz
.shasum: e14896f1c57af2495e341dc4c7bf04125c8aeafd
.integrity: sha512-38DT60rumHfBYynif3lmtxMqMqmsOQIxQgEuPZxCk2yUYN0eqWpTACgxi0VpidvsJB8CRxCpvP7B3anK85FjtQ==
.unpackedSize: 10.2 MB

maintainers:
- division-by-zero <[email protected]>
- shinigami92 <[email protected]>
- prisis <[email protected]>
- damienwebdev <[email protected]>

dist-tags:
latest: 8.1.0  next: 8.1.0    old: 7.6.0     stable: 8.0.2
faker

To Reproduce

  • From any sandbox try to add @faker-js/faker as dependency

moretti avatar Sep 29 '23 11:09 moretti