Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: move @ember/test-helpers to dependencies #420

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

aklkv
Copy link
Contributor

@aklkv aklkv commented Oct 15, 2024

fixes: #416

@aklkv aklkv force-pushed the fix/test-helpers branch 3 times, most recently from 753ff2e to fc05112 Compare October 15, 2024 10:51
Copy link
Owner

@jkusa jkusa left a comment

Choose a reason for hiding this comment

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

Thanks @aklkv for picking up #420 🙏 Just the one question around ember 3.

package.json Outdated
@@ -80,6 +80,9 @@
"ember-modifier": "^3.2.7 || ^4.1.0",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"@ember/test-helpers": ">= 3.0.0"
Copy link
Owner

Choose a reason for hiding this comment

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

Do we need to allow ^2.9.3 for ember 3?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have corrected version constrains

@aklkv
Copy link
Contributor Author

aklkv commented Oct 22, 2024

@jkusa do you think we can merge this one?

@jkusa jkusa merged commit 7f63845 into jkusa:main Oct 23, 2024
12 checks passed
@aklkv aklkv deleted the fix/test-helpers branch October 23, 2024 05:59
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.

@ember/test-helpers in devDependencies
2 participants