Commit 65b36f13 authored by Adam Barth's avatar Adam Barth

Remove pub package version skew (#3212)

We need to pin the version of package:analyzer we use to avoid version skew
within our project.
parent f7b1799a
...@@ -6,6 +6,5 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/cassowary ...@@ -6,6 +6,5 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/cassowary
environment: environment:
sdk: '>=1.0.0 <2.0.0' sdk: '>=1.0.0 <2.0.0'
dev_dependencies: dev_dependencies:
flutter_tools: flutter_test:
path: ../flutter_tools path: ../flutter_test
test: any # constrained by the dependency in flutter_tools
...@@ -11,8 +11,5 @@ dependencies: ...@@ -11,8 +11,5 @@ dependencies:
string_scanner: "0.1.4+1" string_scanner: "0.1.4+1"
dev_dependencies: dev_dependencies:
flutter_tools:
path: ../flutter_tools
test: any # constrained by the dependency in flutter_tools
flutter_test: flutter_test:
path: ../flutter_test path: ../flutter_test
...@@ -10,6 +10,5 @@ dependencies: ...@@ -10,6 +10,5 @@ dependencies:
path: ../flutter path: ../flutter
dev_dependencies: dev_dependencies:
flutter_tools: flutter_test:
path: ../flutter_tools path: ../flutter_test
test: any # constrained by the dependency in flutter_tools
...@@ -2,5 +2,9 @@ name: flutter_test ...@@ -2,5 +2,9 @@ name: flutter_test
dependencies: dependencies:
test: 0.12.13 test: 0.12.13
quiver: ^0.21.4 quiver: ^0.21.4
# Not needed directly but transitively included due to package:test.
analyzer: 0.27.2
flutter: flutter:
path: ../flutter path: ../flutter
...@@ -8,7 +8,6 @@ environment: ...@@ -8,7 +8,6 @@ environment:
sdk: '>=1.12.0 <2.0.0' sdk: '>=1.12.0 <2.0.0'
dependencies: dependencies:
analyzer: '>=0.26.1+17' # see note below
archive: ^1.0.20 archive: ^1.0.20
args: ^0.13.4 args: ^0.13.4
crypto: 0.9.2 crypto: 0.9.2
...@@ -20,13 +19,15 @@ dependencies: ...@@ -20,13 +19,15 @@ dependencies:
path: ^1.3.0 path: ^1.3.0
pub_semver: ^1.0.0 pub_semver: ^1.0.0
stack_trace: ^1.4.0 stack_trace: ^1.4.0
test: 0.12.13 # see note below
yaml: ^2.1.3 yaml: ^2.1.3
xml: ^2.4.1 xml: ^2.4.1
flx: flx:
path: ../flx path: ../flx
test: 0.12.13 # see note below
analyzer: '0.27.2' # see note below
# A note about 'test': # A note about 'test':
# We depend on very specific internal implementation details of the # We depend on very specific internal implementation details of the
# 'test' package, which change between versions, so here we pin it # 'test' package, which change between versions, so here we pin it
......
...@@ -13,9 +13,8 @@ environment: ...@@ -13,9 +13,8 @@ environment:
sdk: '>=1.12.0 <2.0.0' sdk: '>=1.12.0 <2.0.0'
dev_dependencies: dev_dependencies:
flutter_tools: flutter_test:
path: ../flutter_tools path: ../flutter_test
test: any # constrained by the dependency in flutter_tools
# Exclude this package from the hosted API docs. # Exclude this package from the hosted API docs.
dartdoc: dartdoc:
......
...@@ -6,6 +6,5 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/newton ...@@ -6,6 +6,5 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/newton
environment: environment:
sdk: '>=1.0.0 <2.0.0' sdk: '>=1.0.0 <2.0.0'
dev_dependencies: dev_dependencies:
flutter_tools: flutter_test:
path: ../flutter_tools path: ../flutter_test
test: any # constrained by the dependency in flutter_tools
...@@ -9,9 +9,8 @@ dependencies: ...@@ -9,9 +9,8 @@ dependencies:
path: ../flutter path: ../flutter
dev_dependencies: dev_dependencies:
flutter_tools: flutter_test:
path: ../flutter_tools path: ../flutter_test
test: any # constrained by the dependency in flutter_tools
environment: environment:
sdk: '>=1.12.0 <2.0.0' sdk: '>=1.12.0 <2.0.0'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment