unstorage icon indicating copy to clipboard operation
unstorage copied to clipboard

@netlify/blobs@8 is compatible but is reported as a peer dependency error

Open serhalp opened this issue 1 year ago β€’ 0 comments

Environment

$ node -v
v20.8.0
$ pnpm -v
9.6.0

Reproduction

  1. create a site, e.g. pnpm create solid
  2. add unstorage: pnpm add @unjs/unstorage@latest
  3. add @netlify/blobs: pnpm add @netlify/blobs@latest
    • this reports a peer dependency error (some other package managers might bail here)
  4. use the Netlify unstorage driver
  5. it works :)

Describe the bug

That's about it. PR coming in a minute.

Additional context

No response

Logs

 WARN  Issues with peer dependencies found
.
└─┬ vinxi 0.4.3
  └─┬ unstorage 1.10.2
    └── βœ• unmet peer @netlify/blobs@"^6.5.0 || ^7.0.0": found 8.0.1

serhalp avatar Sep 15 '24 21:09 serhalp