Skip to content

Commit e2c85e1

Browse files
committed
Update dependency ember-auto-import to v2.2.0
1 parent a307905 commit e2c85e1

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"broccoli-asset-rev": "3.0.0",
6565
"ember-a11y-testing": "4.2.0",
6666
"ember-api-actions": "0.2.9",
67-
"ember-auto-import": "2.1.0",
67+
"ember-auto-import": "2.2.0",
6868
"ember-cli": "3.28.0",
6969
"ember-cli-app-version": "5.0.0",
7070
"ember-cli-babel": "7.26.6",

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6229,25 +6229,24 @@ ember-api-actions@0.2.9:
62296229
ember-compatibility-helpers "^1.1.2"
62306230
ember-destroyable-polyfill "^2.0.2"
62316231

6232-
ember-auto-import@2.1.0:
6233-
version "2.1.0"
6234-
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.1.0.tgz#bed04d6551bc1b5e9b072a193e8a26e2c63b96c0"
6235-
integrity sha512-82iTXahaiswdOpMrosUzIvblpxCVd6jC1tvqKVd/wrUVVMj9tP3s5jqsVF7wKvf4im8ZjGkkuR8rMFU0CiqJNQ==
6232+
ember-auto-import@2.2.0:
6233+
version "2.2.0"
6234+
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.2.0.tgz#6206be37e676fb490f03dd20afab973d5abe9da9"
6235+
integrity sha512-ngluzmtV31mTY+1ceOnWfGUIgGyZt850xFncMX/14Dfx0OhXaUKBpFjKjIor/Cen4WEF+OrdgNJAjH3sM07o6w==
62366236
dependencies:
62376237
"@babel/core" "^7.1.6"
62386238
"@babel/plugin-proposal-class-properties" "^7.13.0"
62396239
"@babel/plugin-proposal-decorators" "^7.13.5"
62406240
"@babel/preset-env" "^7.10.2"
62416241
"@babel/traverse" "^7.1.6"
6242-
"@babel/types" "^7.1.6"
62436242
"@embroider/shared-internals" "^0.40.0"
62446243
babel-loader "^8.0.6"
62456244
babel-plugin-ember-modules-api-polyfill "^3.5.0"
62466245
babel-plugin-htmlbars-inline-precompile "^5.2.1"
62476246
babel-plugin-syntax-dynamic-import "^6.18.0"
62486247
broccoli-debug "^0.6.4"
6248+
broccoli-funnel "^3.0.8"
62496249
broccoli-merge-trees "^4.2.0"
6250-
broccoli-node-api "^1.7.0"
62516250
broccoli-plugin "^4.0.0"
62526251
broccoli-source "^3.0.0"
62536252
css-loader "^5.2.0"
@@ -6265,7 +6264,6 @@ ember-auto-import@2.1.0:
62656264
rimraf "^2.6.2"
62666265
semver "^7.3.4"
62676266
style-loader "^2.0.0"
6268-
symlink-or-copy "^1.2.0"
62696267
typescript-memoize "^1.0.0-alpha.3"
62706268
walk-sync "^0.3.3"
62716269

0 commit comments

Comments
 (0)