Skip to content

Commit

Permalink
bugfix: Installed ember-resolver@v11 in ember-lts-4.4 and ember-lts-4…
Browse files Browse the repository at this point in the history
….8 scenarios (see ember-resolver#973)
  • Loading branch information
ijlee2 committed Jun 12, 2024
1 parent 5d838ed commit 03dbf9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/my-v1-addon/tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = async function () {
devDependencies: {
'@types/ember__application': '^4.0.10',
'@types/ember__routing': '^4.0.18',
'ember-resolver': '11.0.1',
'ember-source': '~4.4.0',
},
},
Expand Down
1 change: 1 addition & 0 deletions tests/embroider-css-modules/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = async function () {
name: 'ember-lts-4.4',
npm: {
devDependencies: {
'ember-resolver': '11.0.1',
'ember-source': '~4.4.0',
},
},
Expand Down
1 change: 1 addition & 0 deletions tests/my-v2-addon/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = async function () {
name: 'ember-lts-4.4',
npm: {
devDependencies: {
'ember-resolver': '11.0.1',
'ember-source': '~4.4.0',
},
},
Expand Down

0 comments on commit 03dbf9d

Please sign in to comment.