Skip to content

Commit

Permalink
In order to have effective use of the built in types, ember-source ne…
Browse files Browse the repository at this point in the history
…eds to be around 4.12, however, that's *just for development*, and actual runtime usage can be much wider
  • Loading branch information
NullVoxPopuli committed May 24, 2023
1 parent b861474 commit 9c9a940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/__addonLocation__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepack": "rollup --config"
},
"peerDependencies": {
"ember-source": "^4.12.0 || ^5.0.0"
"ember-source": "^3.28.0 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@embroider/addon-shim": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions files/test-app-overrides/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ module.exports = async function () {
},
},
{
name: 'ember-lts-4.4',
name: 'ember-lts-4.12',
npm: {
devDependencies: {
'ember-source': '~4.4.0',
'ember-source': '~4.12.0',
},
},
},
Expand Down

0 comments on commit 9c9a940

Please sign in to comment.