Commit d8c3cba7 authored by Filipe Silva's avatar Filipe Silva Committed by GitHub

fix(deps): pin webdriver and zone.js (#330)

When https://github.com/angular/protractor/pull/3848 is ready it should fix the webdriver types issues, and the pinning can be reverted.

The zone.js problem is being tracked on https://github.com/angular/zone.js/issues/554.

Fix https://github.com/angular/quickstart/issues/325
parent d765934b
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"core-js": "^2.4.1", "core-js": "^2.4.1",
"reflect-metadata": "^0.1.8", "reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-rc.4", "rxjs": "5.0.0-rc.4",
"zone.js": "^0.7.2" "zone.js": "0.7.2"
}, },
"devDependencies": { "devDependencies": {
"concurrently": "^3.1.0", "concurrently": "^3.1.0",
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
"@types/node": "^6.0.46", "@types/node": "^6.0.46",
"@types/jasmine": "^2.5.36", "@types/jasmine": "^2.5.36",
"@types/selenium-webdriver": "^2.53.33" "@types/selenium-webdriver": "2.53.33"
}, },
"repository": {} "repository": {}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment