Skip to content

Commit

Permalink
Merge pull request #171 from unexpectedjs/depfu/update/npm/sinon-12.0.1
Browse files Browse the repository at this point in the history
Upgrade sinon to version 12.0.1
  • Loading branch information
papandreou committed Nov 6, 2021
2 parents 06a44cc + 3321d02 commit 9c7247b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion karma.conf.js
Expand Up @@ -4,7 +4,8 @@ module.exports = function (config) {

files: [
'./node_modules/unexpected/unexpected.js',
'./node_modules/sinon/pkg/sinon.js',
// The latest sinon version that supported IE11:
'./node_modules/sinon9/pkg/sinon.js',
'./lib/unexpected-sinon.js',
'./test/common/browser.js',
'./test/monkeyPatchSinonStackFrames.js',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -55,7 +55,8 @@
"prettier": "^2.2.0",
"rsvp": "^4.8.2",
"serve": "*",
"sinon": "^9.0.0",
"sinon": "^12.0.1",
"sinon9": "npm:sinon@^9.2.4",
"unexpected": "^12.0.0",
"unexpected-documentation-site-generator": "^7.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion test/tests.html
Expand Up @@ -9,7 +9,7 @@
<script src="../node_modules/mocha/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script src="../node_modules/unexpected/unexpected.js"></script>
<script src="../node_modules/sinon/pkg/sinon.js"></script>
<script src="../node_modules/sinon9/pkg/sinon.js"></script>
<script src="monkeyPatchSinonStackFrames.js"></script>
<script src="../lib/unexpected-sinon.js"></script>
<script>
Expand Down

0 comments on commit 9c7247b

Please sign in to comment.