Skip to content

Commit d86bfab

Browse files
Merge pull request #17 from RobotlegsJS/greenkeeper/sinon-4.0.0
Update sinon to the latest version 🚀
2 parents 09bb90d + 68f4e06 commit d86bfab

File tree

2 files changed

+126
-103
lines changed

2 files changed

+126
-103
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
},
5858
"homepage": "https://github.com/RobotlegsJS/SignalsJS#readme",
5959
"devDependencies": {
60-
"@types/bluebird": "^3.5.11",
60+
"@types/bluebird": "^3.5.12",
6161
"@types/chai": "^4.0.4",
6262
"@types/mocha": "^2.2.43",
63-
"@types/sinon": "^2.3.4",
63+
"@types/sinon": "^2.3.5",
6464
"bluebird": "^3.5.0",
6565
"browserify-versionify": "^1.0.6",
6666
"chai": "^4.1.2",
@@ -92,15 +92,15 @@
9292
"reflect-metadata": "^0.1.10",
9393
"remap-istanbul": "^0.9.5",
9494
"rimraf": "^2.6.2",
95-
"sinon": "^3.2.1",
95+
"sinon": "^4.0.0",
9696
"sinon-chai": "^2.13.0",
9797
"source-map-support": "^0.4.18",
9898
"ts-loader": "^2.3.7",
9999
"ts-node": "^3.3.0",
100100
"tslint": "^5.7.0",
101101
"tslint-config-prettier": "^1.5.0",
102102
"typescript": "^2.5.2",
103-
"webpack": "^3.5.6",
103+
"webpack": "^3.6.0",
104104
"webpack-dev-server": "^2.8.2"
105105
}
106106
}

0 commit comments

Comments
 (0)