`@islands/feed` pins old version of îles
dhruvkb opened this issue · 0 comments
dhruvkb commented
Problem
The @islands/feed
package pins the iles
dependency as ^0.8
.
iles/packages/feed/package.json
Line 35 in fd0244e
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/packages/icons/package.json
Line 34 in fd0244e
... and @islands/headings
.
iles/packages/headings/package.json
Line 36 in fd0244e
Based on this it seems that relaxing the requirement might fix the issue.