Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/interceptor_http_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dev_dependencies:
url: https://github.com/dart-lang/http
path: pkgs/http_client_conformance_tests
ref: 907782f5a792e7a5b0ed92f118c0ad91f3ecde51
mocktail: ^1.0.4
mocktail: ^1.0.5
neon_lints:
path: ../neon_lints
test: ^1.25.15
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ dev_dependencies:
sdk: flutter
flutter_test:
sdk: flutter
mocktail: ^1.0.4
mocktail: ^1.0.5
neon_lints:
path: ../../../neon_lints
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dev_dependencies:
sdk: flutter
go_router_builder: ^3.0.0
http: ^1.6.0
mocktail: ^1.0.4
mocktail: ^1.0.5
neon_lints:
path: ../../../neon_lints
provider: ^6.1.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dev_dependencies:
url: https://github.com/dart-lang/http
path: pkgs/http_client_conformance_tests
ref: 907782f5a792e7a5b0ed92f118c0ad91f3ecde51
mocktail: ^1.0.4
mocktail: ^1.0.5
neon_lints:
path: ../../../neon_lints
test: ^1.25.15
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dev_dependencies:
custom_lint: ^0.7.6
flutter_test:
sdk: flutter
mocktail: ^1.0.4
mocktail: ^1.0.5
neon_lints:
path: ../../../neon_lints
provider: ^6.1.5
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/neon_storage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
dev_dependencies:
cookie_store_conformance_tests:
path: ../../../cookie_store/packages/cookie_store_conformance_tests
mocktail: ^1.0.4
mocktail: ^1.0.5
neon_lints:
path: ../../../neon_lints
test: ^1.25.15
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dev_dependencies:
sdk: flutter
go_router_builder: ^3.0.0
http: ^1.6.0
mocktail: ^1.0.4
mocktail: ^1.0.5
neon_lints:
path: ../../../neon_lints
provider: ^6.1.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dev_dependencies:
sdk: flutter
flutter_test:
sdk: flutter
mocktail: ^1.0.4
mocktail: ^1.0.5
neon_lints:
path: ../../../neon_lints
plugin_platform_interface: ^2.1.8
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/talk_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dev_dependencies:
sdk: flutter
go_router_builder: ^3.0.0
http: ^1.6.0
mocktail: ^1.0.4
mocktail: ^1.0.5
neon_lints:
path: ../../../neon_lints
provider: ^6.1.5
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
go_router_builder: ^3.0.0
mocktail: ^1.0.4
mocktail: ^1.0.5
neon_lints:
path: ../neon_lints
package_info_plus_platform_interface: ^3.2.1
Expand Down
Loading