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
environment:
sdk: '>=1.0.0 <2.0.0'
dev_dependencies:
flutter_tools:
path: ../flutter_tools
test: any # constrained by the dependency in flutter_tools
flutter_test:
path: ../flutter_test
......@@ -11,8 +11,5 @@ dependencies:
string_scanner: "0.1.4+1"
dev_dependencies:
flutter_tools:
path: ../flutter_tools
test: any # constrained by the dependency in flutter_tools
flutter_test:
path: ../flutter_test
......@@ -10,6 +10,5 @@ dependencies:
path: ../flutter
dev_dependencies:
flutter_tools:
path: ../flutter_tools
test: any # constrained by the dependency in flutter_tools
flutter_test:
path: ../flutter_test
......@@ -2,5 +2,9 @@ name: flutter_test
dependencies:
test: 0.12.13
quiver: ^0.21.4
# Not needed directly but transitively included due to package:test.
analyzer: 0.27.2
flutter:
path: ../flutter
......@@ -8,7 +8,6 @@ environment:
sdk: '>=1.12.0 <2.0.0'
dependencies:
analyzer: '>=0.26.1+17' # see note below
archive: ^1.0.20
args: ^0.13.4
crypto: 0.9.2
......@@ -20,13 +19,15 @@ dependencies:
path: ^1.3.0
pub_semver: ^1.0.0
stack_trace: ^1.4.0
test: 0.12.13 # see note below
yaml: ^2.1.3
xml: ^2.4.1
flx:
path: ../flx
test: 0.12.13 # see note below
analyzer: '0.27.2' # see note below
# A note about 'test':
# We depend on very specific internal implementation details of the
# 'test' package, which change between versions, so here we pin it
......
......@@ -13,9 +13,8 @@ environment:
sdk: '>=1.12.0 <2.0.0'
dev_dependencies:
flutter_tools:
path: ../flutter_tools
test: any # constrained by the dependency in flutter_tools
flutter_test:
path: ../flutter_test
# Exclude this package from the hosted API docs.
dartdoc:
......
......@@ -6,6 +6,5 @@ homepage: https://github.com/flutter/flutter/tree/master/packages/newton
environment:
sdk: '>=1.0.0 <2.0.0'
dev_dependencies:
flutter_tools:
path: ../flutter_tools
test: any # constrained by the dependency in flutter_tools
flutter_test:
path: ../flutter_test
......@@ -9,9 +9,8 @@ dependencies:
path: ../flutter
dev_dependencies:
flutter_tools:
path: ../flutter_tools
test: any # constrained by the dependency in flutter_tools
flutter_test:
path: ../flutter_test
environment:
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