From 0455adfe49a000382f88b40316c82f01d85870fb Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Thu, 22 Dec 2016 01:44:16 +0000 Subject: [PATCH] fix(deps): remove selenium-webdriver typings (#3018) The new protractor version solves issues we were having with typings. Follow up to https://github.com/angular/angular.io/pull/3010, based on https://github.com/angular/quickstart/pull/332 --- public/docs/_examples/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json index 3beaca90e2..11efcd3ce9 100644 --- a/public/docs/_examples/package.json +++ b/public/docs/_examples/package.json @@ -41,7 +41,6 @@ "@types/angular-sanitize": "^1.3.3", "@types/jasmine": "~2.5.36", "@types/node": "^6.0.45", - "@types/selenium-webdriver": "2.53.32", "angular2-template-loader": "^0.4.0", "awesome-typescript-loader": "^2.2.4", "babel-cli": "^6.16.0", @@ -69,7 +68,7 @@ "lodash": "^4.16.2", "null-loader": "^0.1.1", "phantomjs-prebuilt": "^2.1.7", - "protractor": "~4.0.13", + "protractor": "~4.0.14", "raw-loader": "^0.5.1", "rimraf": "^2.5.4", "rollup": "^0.36.0",