Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Update ember-qunit to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Feb 11, 2018
1 parent 45dd8ec commit f854e86
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.0"
"ember-qunit": "^3.3.1"
},
"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.9":
version "0.7.13"
resolved "https://registry.yarnpkg.com/@ember/test-helpers/-/test-helpers-0.7.13.tgz#89523a101b5bd731e9dcaf7d0c57155b6386a4e3"
"@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"
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.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/ember-qunit/-/ember-qunit-3.3.0.tgz#98c0c8d9473808fa7be48808989255cbfa70e760"
ember-qunit@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/ember-qunit/-/ember-qunit-3.3.1.tgz#8d68ef30cfd6f2acbf1d0f4e368439642e726903"
dependencies:
"@ember/test-helpers" "^0.7.9"
"@ember/test-helpers" "^0.7.17"
broccoli-funnel "^2.0.1"
broccoli-merge-trees "^2.0.0"
common-tags "^1.4.0"
Expand Down

0 comments on commit f854e86

Please sign in to comment.