Skip to content

Commit

Permalink
chore(deps): update dependency custom_lint to ^0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 73c6008 commit 5da2cdd
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/neon_framework/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
vector_graphics: any

dev_dependencies:
custom_lint: ^0.6.4
custom_lint: ^0.6.5
neon_lints:
git:
url: https://github.com/nextcloud/neon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.11
custom_lint: ^0.6.4
custom_lint: ^0.6.5
flutter_test:
sdk: flutter
go_router_builder: ^2.7.1
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.4.11
custom_lint: ^0.6.4
custom_lint: ^0.6.5
go_router_builder: ^2.7.1
neon_lints:
git:
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.4.11
custom_lint: ^0.6.4
custom_lint: ^0.6.5
go_router_builder: ^2.7.1
neon_lints:
git:
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.4.11
custom_lint: ^0.6.4
custom_lint: ^0.6.5
go_router_builder: ^2.7.1
neon_lints:
git:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.11
custom_lint: ^0.6.4
custom_lint: ^0.6.5
flutter_test:
sdk: flutter
go_router_builder: ^2.7.1
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 @@ -31,7 +31,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.11
custom_lint: ^0.6.4
custom_lint: ^0.6.5
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 @@ -77,7 +77,7 @@ dev_dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/cookie_store_conformance_tests
custom_lint: ^0.6.4
custom_lint: ^0.6.5
flutter_test:
sdk: flutter
go_router_builder: ^2.7.1
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 @@ -11,7 +11,7 @@ dependencies:
nextcloud: ^7.0.0

dev_dependencies:
custom_lint: ^0.6.4
custom_lint: ^0.6.5
flutter_test:
sdk: flutter
meta: ^1.11.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dev_dependencies:
fvm: ^3.2.1
husky: ^0.1.7
melos: ^6.0.0
custom_lint: ^0.6.4
custom_lint: ^0.6.5
coverage: ^1.9.2

0 comments on commit 5da2cdd

Please sign in to comment.