Skip to content

Commit

Permalink
Expand ember-source peerDep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Apr 10, 2024
1 parent 15320e9 commit ac2ecc8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -60,6 +60,7 @@ jobs:
- ember-lts-3.28
- ember-lts-4.4
- ember-lts-4.8
- ember-lts-5.4
- ember-release
- ember-beta
- ember-canary
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ember-this-fallback",
"version": "0.4.0",
"version": "0.4.1",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -108,7 +108,7 @@
},
"peerDependencies": {
"ember-cli-htmlbars": "^6.2.0",
"ember-source": "^3.28.11 || ^4.0.0"
"ember-source": "^3.28.11 || ^4.0.0 || ^5.0.0"
},
"engines": {
"node": "16.* || >= 18"
Expand Down
8 changes: 8 additions & 0 deletions tests/dummy/config/ember-try.js
Expand Up @@ -57,6 +57,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-5.4',
npm: {
devDependencies: {
'ember-source': '~5.4.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit ac2ecc8

Please sign in to comment.