Skip to content

Commit

Permalink
chore(test): bump Protractor version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Mar 19, 2015
1 parent 4142847 commit c7ebce6
Show file tree
Hide file tree
Showing 3 changed files with 533 additions and 322 deletions.
98 changes: 91 additions & 7 deletions npm-shrinkwrap.clean.json
Original file line number Diff line number Diff line change
Expand Up @@ -6369,7 +6369,7 @@
}
},
"protractor": {
"version": "1.7.0",
"version": "2.0.0",
"dependencies": {
"request": {
"version": "2.36.0",
Expand All @@ -6387,7 +6387,7 @@
"version": "0.5.2"
},
"node-uuid": {
"version": "1.4.2"
"version": "1.4.3"
},
"tough-cookie": {
"version": "0.12.1",
Expand Down Expand Up @@ -6456,22 +6456,100 @@
}
},
"selenium-webdriver": {
"version": "2.44.0",
"version": "2.45.1",
"dependencies": {
"rimraf": {
"version": "2.3.2",
"dependencies": {
"glob": {
"version": "4.5.3",
"dependencies": {
"inflight": {
"version": "1.0.4",
"dependencies": {
"wrappy": {
"version": "1.0.1"
}
}
},
"inherits": {
"version": "2.0.1"
},
"minimatch": {
"version": "2.0.4",
"dependencies": {
"brace-expansion": {
"version": "1.1.0",
"dependencies": {
"balanced-match": {
"version": "0.2.0"
},
"concat-map": {
"version": "0.0.1"
}
}
}
}
},
"once": {
"version": "1.3.1",
"dependencies": {
"wrappy": {
"version": "1.0.1"
}
}
}
}
}
}
},
"tmp": {
"version": "0.0.24"
},
"ws": {
"version": "0.7.1",
"dependencies": {
"options": {
"version": "0.0.6"
},
"ultron": {
"version": "1.0.1"
},
"bufferutil": {
"version": "1.0.1",
"dependencies": {
"bindings": {
"version": "1.2.1"
},
"nan": {
"version": "1.6.2"
}
}
},
"utf-8-validate": {
"version": "1.0.1",
"dependencies": {
"bindings": {
"version": "1.2.1"
},
"nan": {
"version": "1.6.2"
}
}
}
}
},
"xml2js": {
"version": "0.4.4",
"dependencies": {
"sax": {
"version": "0.6.1"
},
"xmlbuilder": {
"version": "2.6.1",
"version": "2.6.2",
"dependencies": {
"lodash": {
"version": "3.3.0"
"version": "3.5.0"
}
}
}
Expand All @@ -6486,7 +6564,7 @@
"version": "1.1.0"
},
"jasminewd2": {
"version": "0.0.2"
"version": "0.0.3"
},
"jasmine": {
"version": "2.1.1",
Expand Down Expand Up @@ -6536,7 +6614,7 @@
"version": "1.0.0"
},
"source-map-support": {
"version": "0.2.9",
"version": "0.2.10",
"dependencies": {
"source-map": {
"version": "0.1.32",
Expand All @@ -6547,6 +6625,12 @@
}
}
}
},
"html-entities": {
"version": "1.1.2"
},
"accessibility-developer-tools": {
"version": "2.6.0"
}
}
},
Expand Down
Loading

0 comments on commit c7ebce6

Please sign in to comment.