Skip to content

Commit

Permalink
downgrade mockito
Browse files Browse the repository at this point in the history
this fixes random flutter dependency errors until we can do proper dependency update
  • Loading branch information
matejdro committed May 21, 2021
1 parent 0dec08c commit 7f302fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.6.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -421,7 +421,7 @@ packages:
name: mockito
url: "https://pub.dartlang.org"
source: hosted
version: "4.1.4"
version: "4.1.1+1"
package_config:
dependency: transitive
description:
Expand Down Expand Up @@ -657,7 +657,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
sprintf:
dependency: transitive
description:
Expand Down Expand Up @@ -755,7 +755,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.19"
version: "0.3.0"
timezone:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dev_dependencies:
json_serializable: ^4.0.2
copy_with_extension_gen: ^2.0.0-nullsafety.1
sqflite_common_ffi: ^2.0.0
mockito: ^4.1.4
mockito: ^4.1.1
source_gen: ^0.9.10
recase: ^3.0.1

Expand Down

0 comments on commit 7f302fb

Please sign in to comment.