Skip to content

Commit

Permalink
Merge pull request #33 from fabscale/dependabot/npm_and_yarn/ember-au…
Browse files Browse the repository at this point in the history
…to-import-2.1.0

chore(deps): bump ember-auto-import from 2.0.2 to 2.1.0
  • Loading branch information
mydea authored Aug 20, 2021
2 parents e8444d7 + fcce291 commit 76ec259
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@ember/test-waiters": "^2.4.5",
"broccoli-graphql-filter": "^1.0.0",
"ember-auto-import": "~2.0.2",
"ember-auto-import": "~2.1.0",
"ember-cached-decorator-polyfill": "^0.1.4",
"ember-cli-babel": "^7.26.6",
"ember-cli-htmlbars": "^5.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@ember-graphql-client/client": "0.2.9",
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/utils": "^7.10.0",
"ember-auto-import": "^2.0.2",
"ember-auto-import": "^2.1.0",
"ember-cli-babel": "^7.26.6",
"graphql": "~15.5.1",
"graphql-request": "^3.5.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5074,10 +5074,10 @@ ember-auto-import@^1.10.1:
walk-sync "^0.3.3"
webpack "^4.43.0"

ember-auto-import@^2.0.2, ember-auto-import@~2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.0.2.tgz#bd25191fbce58c4c91ca1789e5514de4fc7ee9d4"
integrity sha512-mBtHZCmFQvAnq31sM1PHvHRQWkI2p/T2VZ0Y7c+HE2BGUkY/2AW0wMhw3uhpivIr3WRbRIiYwYPVNtInNL7TwA==
ember-auto-import@^2.1.0, ember-auto-import@~2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.1.0.tgz#bed04d6551bc1b5e9b072a193e8a26e2c63b96c0"
integrity sha512-82iTXahaiswdOpMrosUzIvblpxCVd6jC1tvqKVd/wrUVVMj9tP3s5jqsVF7wKvf4im8ZjGkkuR8rMFU0CiqJNQ==
dependencies:
"@babel/core" "^7.1.6"
"@babel/plugin-proposal-class-properties" "^7.13.0"
Expand Down

0 comments on commit 76ec259

Please sign in to comment.