Skip to content

Commit

Permalink
fix ember-try scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Feb 16, 2024
1 parent cf9bfbe commit 80bb19f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.0",
"@embroider/test-setup": "^3.0.2",
"@glimmer/component": "^1.1.2",
Expand Down Expand Up @@ -96,7 +97,7 @@
"webpack": "^5.89.0"
},
"peerDependencies": {
"ember-source": "~3.28.0 || >= 4.0.0",
"ember-source": "^3.20.0 || >= 4.0.0",
"liquid-fire": ">= 0.32.0"
},
"peerDependenciesMeta": {
Expand Down
12 changes: 12 additions & 0 deletions pnpm-lock.yaml

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

6 changes: 6 additions & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ module.exports = async function () {
devDependencies: {
'ember-source': '~3.20.5',
'ember-qunit': '6.0.0',
'ember-cli': '^4.12.0',
'@ember/test-helpers': '^2.4.0',
},
},
},
Expand All @@ -23,6 +25,8 @@ module.exports = async function () {
devDependencies: {
'ember-source': '~3.24.3',
'ember-qunit': '6.0.0',
'ember-cli': '^4.12.0',
'@ember/test-helpers': '^2.4.0',
},
},
},
Expand All @@ -31,6 +35,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.28.6',
'ember-cli': '^4.12.0',
},
},
},
Expand Down Expand Up @@ -104,6 +109,7 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': '~3.28.0',
'ember-cli': '^4.12.0',
},
ember: {
edition: 'classic',
Expand Down

0 comments on commit 80bb19f

Please sign in to comment.