Skip to content

Commit

Permalink
fix(deps): update dependency ember-auto-import to ^1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 24, 2021
1 parent b28a61b commit 639229e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@ember-decorators/utils": "^6.1.1",
"@glimmer/tracking": "^1.0.4",
"ember-auto-import": "^1.10.1",
"ember-auto-import": "^1.11.0",
"ember-cli-babel": "^7.26.2",
"ember-cli-htmlbars": "^5.7.1",
"ember-cli-typescript": "^4.1.0",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7880,10 +7880,10 @@ ember-assign-polyfill@^2.6.0:
ember-cli-babel "^6.16.0"
ember-cli-version-checker "^2.0.0"

ember-auto-import@^1.10.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-1.10.1.tgz#6c93a875e494aa0a58b759867d3f20adfd514ae3"
integrity sha512-7bOWzPELlVwdWDOkB+phDIjg8BNW+/2RiLLQ+Xa/eIvCLT4ABYhHV5wqW5gs5BnXTDVLfE4ddKZdllnGuPGGDQ==
ember-auto-import@^1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-1.11.0.tgz#ab499f91de4e7155b0f96b519ec186a2852c0ce5"
integrity sha512-XCnj5OOWIrkepR2EWWv3LPmyjHbHW0q8ZspSuziE4Qp19tBi9ER/klTbSpkad/i/WTeMEuA22MdN8mbPlv/sCw==
dependencies:
"@babel/core" "^7.1.6"
"@babel/preset-env" "^7.10.2"
Expand All @@ -7897,6 +7897,7 @@ ember-auto-import@^1.10.1:
broccoli-debug "^0.6.4"
broccoli-node-api "^1.7.0"
broccoli-plugin "^4.0.0"
broccoli-source "^3.0.0"
debug "^3.1.0"
ember-cli-babel "^7.0.0"
enhanced-resolve "^4.0.0"
Expand Down

0 comments on commit 639229e

Please sign in to comment.