Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev_dependencies:
custom_lint: ^0.7.6
flutter_test:
sdk: flutter
go_router_builder: ^3.0.0
go_router_builder: 3.3.1
http: ^1.5.0
mocktail: ^1.0.4
neon_lints:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/files_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.5.4
custom_lint: ^0.7.6
go_router_builder: ^3.0.0
go_router_builder: 3.3.1
neon_lints:
path: ../../../neon_lints
vector_graphics_compiler: ^1.1.19
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/news_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.5.4
custom_lint: ^0.7.6
go_router_builder: ^3.0.0
go_router_builder: 3.3.1
neon_lints:
path: ../../../neon_lints
vector_graphics_compiler: ^1.1.19
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/notes_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.5.4
custom_lint: ^0.7.6
go_router_builder: ^3.0.0
go_router_builder: 3.3.1
neon_lints:
path: ../../../neon_lints
vector_graphics_compiler: ^1.1.19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dev_dependencies:
custom_lint: ^0.7.6
flutter_test:
sdk: flutter
go_router_builder: ^3.0.0
go_router_builder: 3.3.1
http: ^1.5.0
mocktail: ^1.0.4
neon_lints:
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 @@ -36,7 +36,7 @@ dev_dependencies:
flutter_keyboard_visibility: ^6.0.0
flutter_test:
sdk: flutter
go_router_builder: ^3.0.0
go_router_builder: 3.3.1
http: ^1.5.0
mocktail: ^1.0.4
neon_lints:
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 @@ -85,7 +85,7 @@ dev_dependencies:
dart_style: ^3.1.0
flutter_test:
sdk: flutter
go_router_builder: ^3.0.0
go_router_builder: 3.3.1
mocktail: ^1.0.4
neon_lints:
path: ../neon_lints
Expand Down
Loading