Skip to content

Commit

Permalink
add @ember/string as peer dep and run tests for Ember v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Nov 26, 2024
1 parent c2fa85a commit a3c70ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
ember-lts-3.20,
ember-lts-3.24,
ember-lts-4.12,
ember-lts-5.12,
# ember-release,
# ember-beta,
# ember-canary,
Expand Down
8 changes: 8 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-lts-5.12',
npm: {
devDependencies: {
'ember-source': '~5.12.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@
"typescript": "^4.4.3",
"webpack": "5"
},
"peerDependencies": {
"@ember/string": "^4.0.0"
},
"resolutions": {
"@babel/plugin-transform-modules-amd": "7.16.5",
"@ember/string": "^4.0.0"
Expand Down

0 comments on commit a3c70ec

Please sign in to comment.