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

Ember-Source 5 #886

Closed
hexadecy opened this issue Oct 5, 2023 · 1 comment · Fixed by #893
Closed

Ember-Source 5 #886

hexadecy opened this issue Oct 5, 2023 · 1 comment · Fixed by #893

Comments

@hexadecy
Copy link
Contributor

hexadecy commented Oct 5, 2023

When installing:

warning " > ember-sinon-qunit@7.1.4" has incorrect peer dependency "ember-source@^3.28.0 || ^4.0.0".

Suggested fix for package.json:

"peerDependencies": {
  "ember-source": "^3.28.0 || ^4.0.0 || >=5.0.0",
  "qunit": "^2.0.0",
  "sinon": "^15.0.3 || ^16.0.0"
},
@elwayman02
Copy link
Owner

Happy to accept a PR for this change! My bandwidth is pretty low right now but I'll try to get to it in the next couple months otherwise.

@SergeAstapov SergeAstapov linked a pull request Oct 12, 2023 that will close this issue
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 a pull request may close this issue.

2 participants