Skip to content

Commit

Permalink
Merge pull request #823 from qonto/dependabot/npm_and_yarn/embroider/…
Browse files Browse the repository at this point in the history
…addon-dev-5.0.0

chore(deps-dev): bump @embroider/addon-dev from 4.1.1 to 5.0.0
  • Loading branch information
uanjoze authored Sep 17, 2024
2 parents 39aea71 + c593ce5 commit f4e5032
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 85 deletions.
2 changes: 1 addition & 1 deletion ember-amount-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-syntax-decorators": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@embroider/addon-dev": "^4.1.1",
"@embroider/addon-dev": "^5.0.0",
"@glimmer/component": "^1.1.2",
"@glint/core": "^1.3.0",
"@glint/environment-ember-loose": "^1.4.0",
Expand Down
127 changes: 49 additions & 78 deletions pnpm-lock.yaml

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

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 f4e5032

Please sign in to comment.