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

Commit ec892b4

Browse files
committed
Match pubspec to G3
1 parent 17351d9 commit ec892b4

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ packages:
44
analyzer:
55
description: analyzer
66
source: hosted
7-
version: "0.13.2"
7+
version: "0.11.6"
88
args:
99
description: args
1010
source: hosted
11-
version: "0.10.0+2"
11+
version: "0.10.0+1"
1212
barback:
1313
description: barback
1414
source: hosted
15-
version: "0.13.0"
15+
version: "0.11.1"
1616
benchmark_harness:
1717
description: benchmark_harness
1818
source: hosted
@@ -32,7 +32,7 @@ packages:
3232
di:
3333
description: di
3434
source: hosted
35-
version: "0.0.37"
35+
version: "0.0.34"
3636
html5lib:
3737
description: html5lib
3838
source: hosted
@@ -68,7 +68,7 @@ packages:
6868
route_hierarchical:
6969
description: route_hierarchical
7070
source: hosted
71-
version: "0.4.18"
71+
version: "0.4.13"
7272
shadow_dom:
7373
description: shadow_dom
7474
source: hosted

pubspec.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,9 @@ dev_dependencies:
2929
benchmark_harness: '>=1.0.0'
3030
unittest: '>=0.10.1 <0.12.0'
3131
mock: '>=0.10.0 <0.12.0'
32+
dependency_overrides:
33+
analyzer: '0.11.6'
34+
di: '0.0.34'
35+
route_hierarchical: '0.4.13'
36+
args: '0.10.0+1'
37+
code_transformers: '0.1.3'

0 commit comments

Comments
 (0)