Skip to content

Commit

Permalink
chore: update ember-try versions to match packages
Browse files Browse the repository at this point in the history
  • Loading branch information
uanjoze committed Sep 18, 2024
1 parent f154b0f commit 6d69791
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,18 @@ module.exports = async function () {
embroiderSafe({
npm: {
devDependencies: {
'@embroider/compat': '^3.2.1',
'@embroider/core': '^3.2.1',
'@embroider/webpack': '^3.1.5',
'@embroider/compat': '^3.3.0',
'@embroider/core': '^3.4.0',
'@embroider/webpack': '^3.2.1',
},
},
}),
embroiderOptimized({
npm: {
devDependencies: {
'@embroider/compat': '^3.2.1',
'@embroider/core': '^3.2.1',
'@embroider/webpack': '^3.1.5',
'@embroider/compat': '^3.3.0',
'@embroider/core': '^3.4.0',
'@embroider/webpack': '^3.2.1',
},
},
}),
Expand Down

0 comments on commit 6d69791

Please sign in to comment.