Skip to content

Commit e92ee97

Browse files
committed
chore(g3v1x): Dependency overrides
1 parent 22d3248 commit e92ee97

File tree

3 files changed

+26
-16
lines changed

3 files changed

+26
-16
lines changed

pubspec.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,43 @@ packages:
88
args:
99
description: args
1010
source: hosted
11-
version: "0.10.0+1"
11+
version: "0.11.0+1"
1212
barback:
1313
description: barback
1414
source: hosted
1515
version: "0.13.0"
1616
benchmark_harness:
1717
description: benchmark_harness
1818
source: hosted
19-
version: "1.0.4"
19+
version: "1.0.2"
2020
browser:
2121
description: browser
2222
source: hosted
23-
version: "0.10.0+2"
23+
version: "0.9.1"
2424
code_transformers:
2525
description: code_transformers
2626
source: hosted
27-
version: "0.1.3+1"
27+
version: "0.1.3"
2828
collection:
2929
description: collection
3030
source: hosted
31-
version: "0.9.2"
31+
version: "0.9.0"
3232
di:
3333
description: di
3434
source: hosted
3535
version: "0.0.40"
3636
guinness:
3737
description: guinness
3838
source: hosted
39-
version: "0.1.5"
39+
version: "0.1.3"
4040
html5lib:
4141
description: html5lib
4242
source: hosted
4343
version: "0.10.0"
4444
intl:
4545
description: intl
4646
source: hosted
47-
version: "0.9.8"
47+
version: "0.9.9"
4848
logging:
4949
description: logging
5050
source: hosted
@@ -56,27 +56,27 @@ packages:
5656
mock:
5757
description: mock
5858
source: hosted
59-
version: "0.10.0+1"
59+
version: "0.10.0"
6060
path:
6161
description: path
6262
source: hosted
63-
version: "1.2.0"
63+
version: "1.1.0"
6464
perf_api:
6565
description: perf_api
6666
source: hosted
6767
version: "0.0.8"
6868
route_hierarchical:
6969
description: route_hierarchical
7070
source: hosted
71-
version: "0.4.21"
71+
version: "0.4.20"
7272
source_maps:
7373
description: source_maps
7474
source: hosted
7575
version: "0.9.0"
7676
stack_trace:
7777
description: stack_trace
7878
source: hosted
79-
version: "0.9.3+2"
79+
version: "0.9.3+1"
8080
unittest:
8181
description: unittest
8282
source: hosted

pubspec.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
html5lib: '>=0.10.0 <0.11.0'
2424
intl: '>=0.8.7 <0.10.0'
2525
perf_api: '>=0.0.8 <0.1.0'
26-
route_hierarchical: '>=0.4.21 <0.5.0'
26+
route_hierarchical: '>=0.4.18 <0.5.0'
2727
web_components: '>=0.3.3 <0.4.0'
2828
dev_dependencies:
2929
benchmark_harness: '>=1.0.0'
@@ -32,7 +32,19 @@ dev_dependencies:
3232
guinness: '>=0.1.3 <0.2.0'
3333
dependency_overrides:
3434
analyzer: '0.13.6'
35+
args: '0.11.0+1'
36+
barback: '0.13.0'
37+
benchmark_harness: '1.0.2'
38+
browser: '0.9.1'
39+
code_transformers: '0.1.3'
40+
collection: '0.9.0'
3541
di: '0.0.40'
42+
guinness: '0.1.3'
43+
html5lib: '0.10.0'
44+
intl: '0.9.9'
45+
mock: '0.10.0'
46+
perf_api: '0.0.8'
3647
route_hierarchical: '0.4.20'
37-
args: '0.10.0+1'
38-
code_transformers: '0.1.3'
48+
unittest: '0.10.1+2'
49+
web_components: '0.3.4'
50+

test/angular_spec.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,6 @@ main() {
260260
"route.client.RouteEvent",
261261
"route.client.RouteHandle",
262262
"route.client.RouteImpl",
263-
"route.client.RoutePreLeaveEvent",
264-
"route.client.RoutePreLeaveEventHandler",
265263
"route.client.RouteLeaveEvent",
266264
"route.client.RouteLeaveEventHandler",
267265
"route.client.RoutePreEnterEvent",

0 commit comments

Comments
 (0)