Skip to content

Commit

Permalink
chore: update ember-try dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uanjoze committed Sep 17, 2024
1 parent e809afe commit c593ce5
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 @@ -93,18 +93,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 c593ce5

Please sign in to comment.