Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
415324f2
Commit
415324f2
authored
Jun 19, 2016
by
Devon Carew
Committed by
GitHub
Jun 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump our dep on the test package (#4625)
* bump out dep on the test package * add other pubspecs
parent
ba4f1e02
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
pubspec.yaml
packages/flutter_driver/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_test/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+1
-1
No files found.
packages/flutter_driver/pubspec.yaml
View file @
415324f2
...
...
@@ -20,6 +20,6 @@ dependencies:
path
:
'
../flutter_test'
dev_dependencies
:
test
:
0.12.13+
4
test
:
0.12.13+
5
mockito
:
'
^0.11.0'
quiver
:
'
^0.21.4'
packages/flutter_test/pubspec.yaml
View file @
415324f2
...
...
@@ -5,7 +5,7 @@ dependencies:
# The flutter tools depend on very specific internal implementation
# details of the 'test' package, which change between versions, so
# here we pin it precisely to avoid version skew across our packages.
test
:
0.12.13+
4
test
:
0.12.13+
5
# We don't actually depend on 'analyzer', but 'test' and 'flutter_tools' do.
# We pin the version of analyzer we depend on to avoid version skew across our
...
...
packages/flutter_tools/pubspec.yaml
View file @
415324f2
...
...
@@ -29,7 +29,7 @@ dependencies:
# We depend on very specific internal implementation details of the
# 'test' package, which change between versions, so here we pin it
# precisely.
test
:
0.12.13+
4
test
:
0.12.13+
5
# Pinned in flutter_test as well.
analyzer
:
0.27.4-alpha.9
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment