Skip to content

Commit

Permalink
chore(deps): update dependency custom_lint to ^0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2024
1 parent ed3b361 commit c313d78
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions packages/neon_framework/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,18 +241,18 @@ packages:
dependency: "direct dev"
description:
name: custom_lint
sha256: "4939d89e580c36215e48a7de8fd92f22c79dcc3eb11fda84f3402b3b45aec663"
sha256: "6e1ec47427ca968f22bce734d00028ae7084361999b41673291138945c5baca0"
url: "https://pub.dev"
source: hosted
version: "0.6.5"
version: "0.6.7"
custom_lint_builder:
dependency: transitive
description:
name: custom_lint_builder
sha256: d9e5bb63ed52c1d006f5a1828992ba6de124c27a531e8fba0a31afffa81621b3
sha256: ba2f90fff4eff71d202d097eb14b14f87087eaaef742e956208c0eb9d3a40a21
url: "https://pub.dev"
source: hosted
version: "0.6.5"
version: "0.6.7"
custom_lint_core:
dependency: transitive
description:
Expand Down
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.5
custom_lint: ^0.6.7
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.12
custom_lint: ^0.6.5
custom_lint: ^0.6.7
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.12
custom_lint: ^0.6.5
custom_lint: ^0.6.7
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.12
custom_lint: ^0.6.5
custom_lint: ^0.6.7
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.12
custom_lint: ^0.6.5
custom_lint: ^0.6.7
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.12
custom_lint: ^0.6.5
custom_lint: ^0.6.7
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.12
custom_lint: ^0.6.5
custom_lint: ^0.6.7
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.5
custom_lint: ^0.6.7
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.5
custom_lint: ^0.6.7
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.5
custom_lint: ^0.6.7
coverage: ^1.9.2

0 comments on commit c313d78

Please sign in to comment.