Corrected necessary dependencies to match only minor versions #27537

This commit is contained in:
Michel Kaporin 2017-06-13 12:44:50 +02:00
parent da15e5b6a4
commit b9204f6eef

View file

@ -11,10 +11,10 @@
"@types/mocha": "^2.2.41",
"@types/node": "^6.0.70",
"@types/webdriverio": "^4.6.1",
"@types/electron": "^1.4.37",
"@types/electron": "~1.4.37",
"@types/rimraf": "^0.0.28",
"mocha": "^3.2.0",
"spectron": "^3.6.4",
"spectron": "~3.6.4",
"typescript": "^2.2.2",
"rimraf": "^2.6.1",
"commander": "^2.9.0",