Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit d2527a2

Browse files
authored
fix(deps): pin webdriver and zone.js
When angular/protractor#3848 is ready it should fix the webdriver types issues, and the pinning can be reverted. The zone.js problem is being tracked on angular/zone.js#554. Fix #325
1 parent d765934 commit d2527a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"core-js": "^2.4.1",
3232
"reflect-metadata": "^0.1.8",
3333
"rxjs": "5.0.0-rc.4",
34-
"zone.js": "^0.7.2"
34+
"zone.js": "0.7.2"
3535
},
3636
"devDependencies": {
3737
"concurrently": "^3.1.0",
@@ -53,7 +53,7 @@
5353

5454
"@types/node": "^6.0.46",
5555
"@types/jasmine": "^2.5.36",
56-
"@types/selenium-webdriver": "^2.53.33"
56+
"@types/selenium-webdriver": "2.53.33"
5757
},
5858
"repository": {}
5959
}

0 commit comments

Comments
 (0)