ElMassimo/iles

`@islands/feed` pins old version of îles

dhruvkb opened this issue · 0 comments

Problem

The @islands/feed package pins the iles dependency as ^0.8.

"iles": "workspace:^0.8",

This is preventing the package from being installed on installations which use an up-to-date version of îles.

Solution

This is different from other @islands/* packages, which have the iles dependency unpinned as workspace:*. For example, see the version in @islands/icons...

"iles": "workspace:*"

... and @islands/headings.

"iles": "workspace:*",

Based on this it seems that relaxing the requirement might fix the issue.