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

Commit 0ba335d

Browse files
committed
chore(pubspec): require newer protractor to support dart 1.6.0-dev.0.0
1 parent 2f1e36d commit 0ba335d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

example/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ packages:
3434
di:
3535
description: di
3636
source: hosted
37-
version: "0.0.40"
37+
version: "1.1.0"
3838
html5lib:
3939
description: html5lib
4040
source: hosted
@@ -58,15 +58,15 @@ packages:
5858
path:
5959
description: path
6060
source: hosted
61-
version: "1.1.0"
61+
version: "1.2.1"
6262
perf_api:
6363
description: perf_api
6464
source: hosted
6565
version: "0.0.8"
6666
route_hierarchical:
6767
description: route_hierarchical
6868
source: hosted
69-
version: "0.4.20"
69+
version: "0.4.21"
7070
source_maps:
7171
description: source_maps
7272
source: hosted

pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ packages:
7272
protractor:
7373
description: protractor
7474
source: hosted
75-
version: "0.0.2"
75+
version: "0.0.3"
7676
route_hierarchical:
7777
description: route_hierarchical
7878
source: hosted

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ dev_dependencies:
2929
benchmark_harness: '>=1.0.0'
3030
guinness: '>=0.1.3 <0.2.0'
3131
mock: '>=0.10.0 <0.12.0'
32-
protractor: '0.0.2'
32+
protractor: '0.0.4'
3333
unittest: '>=0.10.1 <0.12.0'

test_e2e/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ environment:
77
sdk: '>=1.3.0'
88
dependencies:
99
js: '>=0.2.0 <0.3.0'
10-
protractor: '0.0.2'
10+
protractor: '0.0.4'

0 commit comments

Comments
 (0)