Skip to content

Commit

Permalink
Add support for ember-source v6
Browse files Browse the repository at this point in the history
Our "release" scenario is already testing ember-source v6, and it's green so we can officially widen our peerDep range.
  • Loading branch information
Windvis committed Dec 4, 2024
1 parent ddcc0e2 commit 0deabb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"ember-power-select": "2.x || 3.x || 4.x || 5.x || 6.x || 7.x || 8.x"
},
"peerDependencies": {
"ember-source": "^4.12.0 || ^5.0.0",
"ember-source": "^4.12.0 || ^5.0.0 || ^6.0.0",
"tracked-built-ins": "^3.3.0"
},
"engines": {
Expand Down

0 comments on commit 0deabb7

Please sign in to comment.