Skip to content

Commit

Permalink
Update ember-qunit to v3.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Feb 16, 2018
1 parent ac4ea28 commit c3a2396
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 @@
},
"dependencies": {
"ember-cli-babel": "^6.11.0",
"ember-qunit": "^3.3.1"
"ember-qunit": "^3.3.2"
},
"devDependencies": {
"ember-cli": "~2.17.1",
Expand Down
14 changes: 7 additions & 7 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 Expand Up @@ -2142,11 +2142,11 @@ ember-load-initializers@^1.0.0:
dependencies:
ember-cli-babel "^6.0.0-beta.7"

ember-qunit@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/ember-qunit/-/ember-qunit-3.3.1.tgz#8d68ef30cfd6f2acbf1d0f4e368439642e726903"
ember-qunit@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/ember-qunit/-/ember-qunit-3.3.2.tgz#cb48e9deaffa3b4c90983f28c5cf8590894c8ea3"
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

0 comments on commit c3a2396

Please sign in to comment.