Skip to content

Commit

Permalink
Merge pull request #316 from emberjs/update-ember-test-helpers
Browse files Browse the repository at this point in the history
Update @ember/test-helpers minimum version to 0.7.18.
  • Loading branch information
rwjblue authored Feb 16, 2018
2 parents 6384b76 + da96340 commit 9032d1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "ember try:each"
},
"dependencies": {
"@ember/test-helpers": "^0.7.17",
"@ember/test-helpers": "^0.7.18",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^2.0.0",
"common-tags": "^1.4.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@ember/test-helpers@^0.7.17":
version "0.7.17"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-0.7.17.tgz#17ff5f1d005d8b6331585e99013d66626a8d8068"
"@ember/test-helpers@^0.7.18":
version "0.7.18"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-0.7.18.tgz#a0c474c3029588ec46d2e406252fc072b7f9aa3c"
dependencies:
broccoli-funnel "^2.0.1"
ember-cli-babel "^6.10.0"
Expand Down

0 comments on commit 9032d1c

Please sign in to comment.