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/neon_framework/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
vector_graphics: any

dev_dependencies:
custom_lint: ^0.7.6
custom_lint: ^0.8.1
neon_lints:
path: ../../neon_lints
vector_graphics_compiler: any
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.5.4
custom_lint: ^0.7.6
custom_lint: ^0.8.1
flutter_test:
sdk: flutter
go_router_builder: ^3.0.0
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 @@ -37,7 +37,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.5.4
custom_lint: ^0.7.6
custom_lint: ^0.8.1
go_router_builder: ^3.0.0
neon_lints:
path: ../../../neon_lints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
nextcloud: ^9.0.0

dev_dependencies:
custom_lint: ^0.7.6
custom_lint: ^0.8.1
flutter_test:
sdk: flutter
mocktail: ^1.0.4
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 @@ -31,7 +31,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.5.4
custom_lint: ^0.7.6
custom_lint: ^0.8.1
go_router_builder: ^3.0.0
neon_lints:
path: ../../../neon_lints
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 @@ -30,7 +30,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.5.4
custom_lint: ^0.7.6
custom_lint: ^0.8.1
go_router_builder: ^3.0.0
neon_lints:
path: ../../../neon_lints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.5.4
built_value: ^8.10.1
custom_lint: ^0.7.6
custom_lint: ^0.8.1
flutter_test:
sdk: flutter
go_router_builder: ^3.0.0
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 @@ -32,7 +32,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.5.4
built_value: ^8.10.1
custom_lint: ^0.7.6
custom_lint: ^0.8.1
flutter_keyboard_visibility: ^6.0.0
flutter_test:
sdk: flutter
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 @@ -82,7 +82,7 @@ dev_dependencies:
cookie_store_conformance_tests:
path: ../cookie_store/packages/cookie_store_conformance_tests
crypton: ^2.2.1
custom_lint: ^0.7.6
custom_lint: ^0.8.1
dart_style: ^3.1.0
flutter_test:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_lints/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
nextcloud: ^9.0.0

dev_dependencies:
custom_lint: ^0.7.6
custom_lint: ^0.8.1
flutter_test:
sdk: flutter
meta: ^1.11.0
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_lints/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
analyzer: ^7.3.0
analyzer_plugin: ^0.13.0
custom_lint_builder: ^0.7.0
custom_lint_builder: ^0.8.1

dev_dependencies:
lint_maker: ^0.3.2
Loading