Skip to content

Commit

Permalink
feat(ember): Update ember dependencies
Browse files Browse the repository at this point in the history
This updates the versions of some dependencies for the Ember SDK:

* `ember-auto-import` is bumped to `^2.4.3`
* `ember-cli-babel` is bumped to `^8.2.0`
* `ember-cli-typescript` is bumped to `^5.3.0`
  • Loading branch information
mydea committed Apr 23, 2024
1 parent bee0677 commit add93d6
Show file tree
Hide file tree
Showing 2 changed files with 871 additions and 50 deletions.
9 changes: 5 additions & 4 deletions packages/ember/package.json
Expand Up @@ -25,21 +25,22 @@
"lint:ts": "tsc",
"fix": "eslint . --format stylish --fix",
"start": "ember serve",
"test": "ember b --prod && ember test",
"test": "ember b --prod && yarn ember test",
"test:all": "ember try:each",
"prepack": "ember ts:precompile",
"postpack": "ember ts:clean"
},
"dependencies": {
"@babel/core": "^7.24.4",
"@embroider/macros": "^1.9.0",
"@sentry/browser": "8.0.0-beta.3",
"@sentry/core": "8.0.0-beta.3",
"@sentry/types": "8.0.0-beta.3",
"@sentry/utils": "8.0.0-beta.3",
"ember-auto-import": "^1.12.1 || ^2.4.3",
"ember-cli-babel": "^7.26.11",
"ember-auto-import": "^2.4.3",
"ember-cli-babel": "^8.2.0",
"ember-cli-htmlbars": "^6.1.1",
"ember-cli-typescript": "^5.1.1"
"ember-cli-typescript": "^5.3.0"
},
"devDependencies": {
"@ember/optional-features": "~1.3.0",
Expand Down

0 comments on commit add93d6

Please sign in to comment.