Skip to content

Commit

Permalink
fix(deps): user mainline ember-auto-import
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Nov 30, 2018
1 parent 69bb93d commit 7ac0486
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@ember-decorators/utils": "^3.1.3",
"ember-auto-import": "npm:@buschtoens/ember-auto-import@1.2.17-beta.1",
"ember-auto-import": "^1.2.17",
"ember-cli-babel": "^7.1.3",
"ember-cli-typescript": "^2.0.0-beta.3",
"patch-method": "^0.3.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4274,10 +4274,10 @@ ember-assign-polyfill@^2.5.0:
ember-cli-babel "^6.6.0"
ember-cli-version-checker "^2.0.0"

"ember-auto-import@npm:@buschtoens/ember-auto-import@1.2.17-beta.1":
version "1.2.17-beta.1"
resolved "https://registry.yarnpkg.com/@buschtoens/ember-auto-import/-/ember-auto-import-1.2.17-beta.1.tgz#9925756c0450637a1982969df0ccdbbd1015abdb"
integrity sha512-Qa/hmC65flK91bLZe2phBbfI6lawSbjWwLzW1Y+pvXaiWRE6P1vmcWaJaTaaqF5b862KavD6Ep45gCu/2jqRuQ==
ember-auto-import@^1.2.17:
version "1.2.17"
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-1.2.17.tgz#38e4025fb53bc95a8adaf9877c2e7c82e3e06670"
integrity sha512-odeFZyAmj1Ko3keV769wI7JZV6WjOuAZX86knbSd9Itlf1JF36hvTzfg7L5VuoaWhnhcelnOcKqwuflr44sLwQ==
dependencies:
"@babel/core" "^7.1.6"
babel-core "^6.26.3"
Expand Down

0 comments on commit 7ac0486

Please sign in to comment.