Skip to content

Conversation

@Lukeaber
Copy link

When trying to use these tabs in an ember app with ember 6.4 Im getting the following

npm error Could not resolve dependency: npm error peer ember-source@"^5.12.0" from @puppet/[email protected] npm error node_modules/@puppet/ivy-tabs npm error dev @puppet/ivy-tabs@"puppetlabs/ivy-tabs.git#00764d95dc6db44b08f18e1b34b5a4d6cc1f56c3" from the root project

While looking at this project it seems the peerDep hasn't been updated when moving to ember 6.4.

@Lukeaber Lukeaber requested a review from a team as a code owner June 23, 2025 09:57
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

"webpack": "^5.99.7"
},
"peerDependencies": {
"ember-source": "^5.12.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want both here: "^5.12.0 || ^6.4.0"

@jonathannewman jonathannewman merged commit 5f60627 into puppetlabs:main Jun 24, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants