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 ember-try for >= 5.x releases #508

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

fivetanley
Copy link
Contributor

@fivetanley fivetanley commented Jun 8, 2023

  • add @ember/string to devDependencies for ember-resolver and other dependencies, as these dependencies now depend upon it as a peerDependency instead of a normal dependency
  • Update ember-resolver
  • Remove ember-export-application-global as we don't need it and it causes other build issues

fixes #504

- add `@ember/string` to `devDependencies` for ember-resolver and other
dependencies
- Update `ember-resolver`
- Remove `ember-export-application-global` as we don't need it and it
causes other build issues
@MelSumner MelSumner merged commit 1f9fcb8 into ember-a11y:master Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make fixes for v.5.0 related issues
2 participants