Skip to content

Commit

Permalink
chore(test): update protractor to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed May 21, 2015
1 parent 3a3db69 commit 3545abf
Show file tree
Hide file tree
Showing 3 changed files with 1,882 additions and 1,887 deletions.
46 changes: 22 additions & 24 deletions npm-shrinkwrap.clean.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"dependencies": {
"traceur": {
"version": "0.0.33",
"resolved": "git+https://github.com/vojtajina/traceur-compiler#d90b1e34c799bf61cd1aafdc33db0a554fa9e617",
"resolved": "git://github.com/vojtajina/traceur-compiler.git#d90b1e34c799bf61cd1aafdc33db0a554fa9e617",
"dependencies": {
"commander": {
"version": "2.7.1",
Expand Down Expand Up @@ -6499,7 +6499,7 @@
}
},
"protractor": {
"version": "2.0.0",
"version": "2.1.0",
"dependencies": {
"request": {
"version": "2.36.0",
Expand All @@ -6508,7 +6508,7 @@
"version": "0.6.6"
},
"json-stringify-safe": {
"version": "5.0.0"
"version": "5.0.1"
},
"mime": {
"version": "1.2.11"
Expand All @@ -6520,12 +6520,7 @@
"version": "1.4.3"
},
"tough-cookie": {
"version": "0.12.1",
"dependencies": {
"punycode": {
"version": "1.3.2"
}
}
"version": "1.1.0"
},
"form-data": {
"version": "0.1.4",
Expand All @@ -6539,7 +6534,7 @@
}
},
"async": {
"version": "0.9.0"
"version": "0.9.2"
}
}
},
Expand Down Expand Up @@ -6589,7 +6584,7 @@
"version": "2.45.1",
"dependencies": {
"rimraf": {
"version": "2.3.2",
"version": "2.3.4",
"dependencies": {
"glob": {
"version": "4.5.3",
Expand All @@ -6606,7 +6601,7 @@
"version": "2.0.1"
},
"minimatch": {
"version": "2.0.4",
"version": "2.0.8",
"dependencies": {
"brace-expansion": {
"version": "1.1.0",
Expand All @@ -6622,7 +6617,7 @@
}
},
"once": {
"version": "1.3.1",
"version": "1.3.2",
"dependencies": {
"wrappy": {
"version": "1.0.1"
Expand All @@ -6637,7 +6632,7 @@
"version": "0.0.24"
},
"ws": {
"version": "0.7.1",
"version": "0.7.2",
"dependencies": {
"options": {
"version": "0.0.6"
Expand All @@ -6646,24 +6641,24 @@
"version": "1.0.1"
},
"bufferutil": {
"version": "1.0.1",
"version": "1.1.0",
"dependencies": {
"bindings": {
"version": "1.2.1"
},
"nan": {
"version": "1.6.2"
"version": "1.8.4"
}
}
},
"utf-8-validate": {
"version": "1.0.1",
"version": "1.1.0",
"dependencies": {
"bindings": {
"version": "1.2.1"
},
"nan": {
"version": "1.6.2"
"version": "1.8.4"
}
}
}
Expand Down Expand Up @@ -6694,13 +6689,16 @@
"version": "1.1.0"
},
"jasminewd2": {
"version": "0.0.3"
"version": "0.0.5"
},
"jasmine": {
"version": "2.1.1",
"version": "2.3.1",
"dependencies": {
"exit": {
"version": "0.1.2"
},
"jasmine-core": {
"version": "2.1.3"
"version": "2.3.4"
}
}
},
Expand All @@ -6717,10 +6715,10 @@
"version": "0.3.0",
"dependencies": {
"lru-cache": {
"version": "2.5.0"
"version": "2.6.4"
},
"sigmund": {
"version": "1.0.0"
"version": "1.0.1"
}
}
}
Expand All @@ -6733,7 +6731,7 @@
"version": "0.6.1",
"dependencies": {
"wordwrap": {
"version": "0.0.2"
"version": "0.0.3"
},
"minimist": {
"version": "0.0.10"
Expand Down
Loading

0 comments on commit 3545abf

Please sign in to comment.