Skip to content

Commit

Permalink
Bump @ember/test-helpers from 1.6.1 to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Oct 24, 2019
1 parent 78b2239 commit 0ac5138
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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 @@
"test": "ember try:each"
},
"dependencies": {
"@ember/test-helpers": "^1.6.1",
"@ember/test-helpers": "^1.7.0",
"broccoli-funnel": "^2.0.2",
"broccoli-merge-trees": "^3.0.2",
"common-tags": "^1.4.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -861,17 +861,17 @@
ember-cli-babel "^6.16.0"
ember-compatibility-helpers "^1.1.1"

"@ember/test-helpers@^1.6.1":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-1.6.1.tgz#5eb0b58486524c54f1b617a83e4ab327b7c62f07"
integrity sha512-gXLXR0XdZKfyXHFP+QLpG55TlrDtvrZI6TMQVQxdZwsz589kN8idmc01rDjyy53jx430tZTEsdhJvC2LrHXPwg==
"@ember/test-helpers@^1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-1.7.0.tgz#c05af19d786e7e141aa1a1e5e9d45cf56f28ccf4"
integrity sha512-TbVILhMMA57ssR16gb0jJZnTNxQ9XFVIAwbn8wBY/x7Cb5F8s9EX4QbyzaSxs79cngNCOUklvCIoXrsMA6LEGA==
dependencies:
broccoli-debug "^0.6.5"
broccoli-funnel "^2.0.2"
ember-assign-polyfill "^2.6.0"
ember-cli-babel "^7.7.3"
ember-cli-htmlbars-inline-precompile "^2.1.0"
ember-test-waiters "^1.0.0"
ember-test-waiters "^1.1.1"

"@glimmer/di@^0.2.0":
version "0.2.1"
Expand Down Expand Up @@ -3539,10 +3539,10 @@ ember-source@~3.11.1:
jquery "^3.4.1"
resolve "^1.10.1"

ember-test-waiters@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/ember-test-waiters/-/ember-test-waiters-1.0.0.tgz#6990daed15a31e4593dc153a33a20668f76abe5c"
integrity sha512-0VP7oTTur/wm2///9EuMwg1/6KP6yRAamyP7DaiYfrY1js1vHtZU2fDPgjwuL0QL4FG1chyUiL/Gi3+dIaqQmA==
ember-test-waiters@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/ember-test-waiters/-/ember-test-waiters-1.1.1.tgz#7df6e7a47e0fdca814aa351f7f7f9a006e15fdcd"
integrity sha512-ra71ZWTGBGLeDPa308aeAg9+/nYxv2fk4OEzmXdhvbSa5Dtbei94sr5pbLXx2IiK3Re2gDAvDzxg9PVhLy9fig==
dependencies:
ember-cli-babel "^7.1.2"

Expand Down

0 comments on commit 0ac5138

Please sign in to comment.