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

Updated development dependencies #138

Merged
merged 6 commits into from
Dec 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@
"typescript": "^4.9.4",
"webpack": "^5.75.0"
},
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0"
},
Copy link
Owner Author

Choose a reason for hiding this comment

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

These lines were added when I ran ember-cli-update to update ember-cli and ember-source to v4.9.

I wasn't sure if the lines mean a breaking change for consuming apps below Ember 3.28, so I removed them from this pull request. (Consider adding them back after ember-container-query@v3.0.0 is released.)

More information at ember-cli/ember-cli#10024.

"engines": {
"node": "14.* || 16.* || >= 18"
},
Expand Down