Skip to content

Commit

Permalink
package upgrades and fixing analysis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed May 17, 2024
1 parent cd9c125 commit dcde5fa
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions flutter_mobx/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies:
provider: ^6.0.0

dev_dependencies:
build_runner: ^2.0.6
flutter_lints: ^3.0.1
build_runner: ^2.4.10
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
mocktail: ^1.0.3
6 changes: 3 additions & 3 deletions mobx/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dependencies:
collection: ^1.15.0

dev_dependencies:
build_runner: ^2.0.6
coverage: ^1.0.1
build_runner: ^2.4.10
coverage: ^1.8.0
fake_async: ^1.2.0
lints: ^3.0.0
lints: ^4.0.0
mocktail: ^1.0.3
test: ^1.17.0
2 changes: 1 addition & 1 deletion mobx_codegen/lib/src/type_names.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class LibraryScopedNameFinder {
// This is a bare type param, like "T"
type is TypeParameterType) {
// ignore: deprecated_member_use_from_same_package
return type.getDisplayString(withNullability: true);
return type.getDisplayString();
}

return _getNamedElementTypeName(typeElement!, type);
Expand Down
6 changes: 3 additions & 3 deletions mobx_codegen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ dependencies:
source_gen: ^1.2.1

dev_dependencies:
build_runner: ^2.1.7
build_runner: ^2.4.10
build_test: ^2.1.5
coverage: ^1.0.4
lints: ^2.0.0
coverage: ^1.8.0
lints: ^4.0.0
logging: ^1.0.2
mocktail: ^1.0.0
test: ^1.20.1
2 changes: 1 addition & 1 deletion mobx_lint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies:
path: ^1.8.1
mobx: ^2.2.0
dev_dependencies:
lints: ^2.0.0
lints: ^4.0.0
test: ^1.21.0

0 comments on commit dcde5fa

Please sign in to comment.