Skip to content

Commit

Permalink
Merge pull request #553 from adopted-ember-addons/add-dependency-on-e…
Browse files Browse the repository at this point in the history
…mber-auto-import

Fix @ember/string resolution issues by depending on ember-auto-import
  • Loading branch information
jelhan authored Dec 21, 2024
2 parents cb4ec4f + d9fbf60 commit de3f340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
},
"dependencies": {
"broccoli-funnel": "^3.0.2",
"ember-auto-import": "^2.6.3",
"ember-cli-babel": "^7.26.11",
"ember-cli-typescript": "^5.1.1"
},
Expand Down Expand Up @@ -86,7 +87,6 @@
"@typescript-eslint/parser": "^5.57.1",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.0.1",
"ember-auto-import": "^2.6.3",
"ember-cli": "~4.12.3",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-htmlbars": "^6.2.0",
Expand Down

0 comments on commit de3f340

Please sign in to comment.