Gavant / glint-template-types

MIT License
18 stars 20 forks source link

Dependency tree error for 0.3.5 #81

Closed barryofguilder closed 10 months ago

barryofguilder commented 11 months ago

I'm currently using 0.3.4 of this package. When I try to install 0.3.5, I get the following dependency tree error:

Screenshot 2023-08-17 at 3 30 31 PM

I have "~4.12.3" forember-source in my app, so I'm not sure why I get the error. If I go back and install 0.3.4, everything works.

elidupuis commented 11 months ago

I literally just hit this same issue

bertdeblock commented 10 months ago

The peer dep on ember-source isn't defined correctly. https://github.com/Gavant/glint-template-types/pull/84 should fix this.