Skip to content

Commit

Permalink
Upgrade sinon to be able to compare objects without prototypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cramforce committed Jul 2, 2017
1 parent 22396f2 commit 5c09558
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"karma-mocha": "0.2.2",
"karma-safari-launcher": "0.1.1",
"karma-sauce-launcher": "1.1.0",
"karma-sinon-chai": "1.2.0",
"karma-sinon-chai": "1.2.3",
"lazypipe": "1.0.1",
"lolex": "1.4.0",
"markdown-link-check": "^3.0.3",
Expand All @@ -101,7 +101,7 @@
"pretty-bytes": "2.0.1",
"request": "2.73.0",
"rimraf": "2.5.1",
"sinon": "1.17.3",
"sinon": "1.17.7",
"sinon-chai": "2.8.0",
"text-table": "0.2.0",
"through2": "2.0.0",
Expand Down
31 changes: 15 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3537,7 +3537,7 @@ gulp-uglify@2.0.1:
uglify-save-license "^0.4.1"
vinyl-sourcemaps-apply "^0.2.0"

gulp-util@3.0.7, gulp-util@^3.0.0, gulp-util@^3.0.3, gulp-util@^3.0.6, gulp-util@^3.0.7:
gulp-util@3.0.7, gulp-util@^3.0.0, gulp-util@^3.0.6:
version "3.0.7"
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.7.tgz#78925c4b8f8b49005ac01a011c557e6218941cbb"
dependencies:
Expand Down Expand Up @@ -3573,7 +3573,7 @@ gulp-util@^2.2.14, gulp-util@^2.2.19:
through2 "^0.5.0"
vinyl "^0.2.1"

gulp-util@^3.0.8:
gulp-util@^3.0.3, gulp-util@^3.0.7, gulp-util@^3.0.8:
version "3.0.8"
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f"
dependencies:
Expand Down Expand Up @@ -4291,14 +4291,7 @@ js-tokens@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.0.tgz#a2f2a969caae142fb3cd56228358c89366957bd1"

js-yaml@^3.2.6:
version "3.7.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
dependencies:
argparse "^1.0.7"
esprima "^2.6.0"

js-yaml@^3.5.1, js-yaml@^3.8.2:
js-yaml@^3.2.6, js-yaml@^3.5.1, js-yaml@^3.8.2:
version "3.8.4"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.4.tgz#520b4564f86573ba96662af85a8cafa7b4b5a6f6"
dependencies:
Expand Down Expand Up @@ -4472,9 +4465,11 @@ karma-sauce-launcher@1.1.0:
saucelabs "^1.3.0"
wd "^1.0.0"

karma-sinon-chai@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/karma-sinon-chai/-/karma-sinon-chai-1.2.0.tgz#2a3ab690ce55425a96cb96e441ab3d8633670624"
karma-sinon-chai@1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/karma-sinon-chai/-/karma-sinon-chai-1.2.3.tgz#93dfeadfdcc64dbde0b92ae069f39349851124ba"
dependencies:
lolex "^1.5.0"

karma@1.7.0:
version "1.7.0"
Expand Down Expand Up @@ -4930,6 +4925,10 @@ lolex@1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/lolex/-/lolex-1.4.0.tgz#2f2712b1bc180de9ddcc5d3a7a96ef3c0bb162ad"

lolex@^1.5.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/lolex/-/lolex-1.6.0.tgz#3a9a0283452a47d7439e72731b9e07d7386e49f6"

longest@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
Expand Down Expand Up @@ -6917,9 +6916,9 @@ sinon-chai@2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-2.8.0.tgz#432a9bbfd51a6fc00798f4d2526a829c060687ac"

sinon@1.17.3:
version "1.17.3"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-1.17.3.tgz#44d64bc748d023880046c1543cefcea34c47d17e"
sinon@1.17.7:
version "1.17.7"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-1.17.7.tgz#4542a4f49ba0c45c05eb2e9dd9d203e2b8efe0bf"
dependencies:
formatio "1.1.1"
lolex "1.3.2"
Expand Down

0 comments on commit 5c09558

Please sign in to comment.