Skip to content

Commit

Permalink
fix(deps): update dependency ember-auto-import to ^2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 11, 2021
1 parent fa4d3a7 commit 00c49bc
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 @@ -32,7 +32,7 @@
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@popperjs/core": "^2.10.2",
"ember-auto-import": "^2.2.1",
"ember-auto-import": "^2.2.2",
"ember-cli-babel": "^7.26.6",
"ember-cli-htmlbars": "^5.7.1",
"ember-cli-typescript": "^4.2.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5540,10 +5540,10 @@ ember-auto-import@^1.11.3:
walk-sync "^0.3.3"
webpack "^4.43.0"

ember-auto-import@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.2.1.tgz#5ed5477a86583770d53afc18e9aae997b22315c6"
integrity sha512-dmRs7gZcxTjQ9cRLPH5MBB14UO5yMD4ZSnZyzaNv+MZzxmkO3RyuHslraLpOnJ660NjSyWukg2AD5RZhk84x2w==
ember-auto-import@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.2.2.tgz#506078c87cb9c92fe772a91472a008948437671c"
integrity sha512-6tQzTURZ+AHlU0t/0w8IaZFO1GKaPgy/SaLUhoAo4XUAWcMQMaK0TSKqWE3P7ZYvrnSr7hBcPfaxdLCYe4naMQ==
dependencies:
"@babel/core" "^7.1.6"
"@babel/plugin-proposal-class-properties" "^7.13.0"
Expand Down

0 comments on commit 00c49bc

Please sign in to comment.