Skip to content

Commit

Permalink
Merge pull request #8307 from dcyriller/upgrade-ember-cli-blueprint-t…
Browse files Browse the repository at this point in the history
…est-helpers

Upgrade ember-cli-blueprint-test-helpers
  • Loading branch information
Turbo87 committed Dec 18, 2018
2 parents 443115d + b9f222b commit 121ebbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -134,7 +134,7 @@
"chai-as-promised": "^7.1.1",
"chai-files": "^1.4.0",
"co": "^4.6.0",
"ember-cli-blueprint-test-helpers": "^0.18.3",
"ember-cli-blueprint-test-helpers": "^0.19.2",
"ember-cli-internal-test-helpers": "^0.9.1",
"eslint-plugin-chai-expect": "^2.0.1",
"eslint-plugin-mocha": "^5.1.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -1658,7 +1658,7 @@ debug@2.6.9, debug@^2.1.0, debug@^2.1.1, debug@^2.1.3, debug@^2.2.0, debug@^2.3.
dependencies:
ms "2.0.0"

debug@3.1.0, debug@^3.0.0, debug@^3.1.0, debug@~3.1.0:
debug@3.1.0, debug@^3.1.0, debug@~3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
Expand Down Expand Up @@ -1827,17 +1827,17 @@ ee-first@1.1.1:
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=

ember-cli-blueprint-test-helpers@^0.18.3:
version "0.18.3"
resolved "https://registry.yarnpkg.com/ember-cli-blueprint-test-helpers/-/ember-cli-blueprint-test-helpers-0.18.3.tgz#945c606d855f0263f5e8c03522e4040a74f259cc"
integrity sha1-lFxgbYVfAmP16MA1IuQECnTyWcw=
ember-cli-blueprint-test-helpers@^0.19.2:
version "0.19.2"
resolved "https://registry.yarnpkg.com/ember-cli-blueprint-test-helpers/-/ember-cli-blueprint-test-helpers-0.19.2.tgz#9e563cd81ab39931253ced0982c5d02475895401"
integrity sha512-otCKdGcNFK0+MkQo+LLjYbRD9EerApH6Z/odvvlL1hxrN+owHMV5E+jI2rbtdvNEH0/6w5ZqjH4kS232fvtCxQ==
dependencies:
chai "^4.1.0"
chai-as-promised "^7.0.0"
chai-files "^1.0.0"
debug "^3.0.0"
debug "^4.1.0"
ember-cli-internal-test-helpers "^0.9.1"
fs-extra "^4.0.0"
fs-extra "^7.0.0"
testdouble "^3.2.6"
tmp-sync "^1.0.0"

Expand Down Expand Up @@ -2735,7 +2735,7 @@ fs-extra@^0.30.0:
path-is-absolute "^1.0.0"
rimraf "^2.2.8"

fs-extra@^4.0.0, fs-extra@^4.0.2, fs-extra@^4.0.3:
fs-extra@^4.0.2, fs-extra@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94"
integrity sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==
Expand Down

0 comments on commit 121ebbe

Please sign in to comment.