Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 0455adf

Browse files
authored
fix(deps): remove selenium-webdriver typings (#3018)
The new protractor version solves issues we were having with typings. Follow up to #3010, based on angular/quickstart#332
1 parent ac6121b commit 0455adf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/docs/_examples/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"@types/angular-sanitize": "^1.3.3",
4242
"@types/jasmine": "~2.5.36",
4343
"@types/node": "^6.0.45",
44-
"@types/selenium-webdriver": "2.53.32",
4544
"angular2-template-loader": "^0.4.0",
4645
"awesome-typescript-loader": "^2.2.4",
4746
"babel-cli": "^6.16.0",
@@ -69,7 +68,7 @@
6968
"lodash": "^4.16.2",
7069
"null-loader": "^0.1.1",
7170
"phantomjs-prebuilt": "^2.1.7",
72-
"protractor": "~4.0.13",
71+
"protractor": "~4.0.14",
7372
"raw-loader": "^0.5.1",
7473
"rimraf": "^2.5.4",
7574
"rollup": "^0.36.0",

0 commit comments

Comments
 (0)