Skip to content

Commit

Permalink
Merge pull request #1781 from nextcloud/renovate/custom_lint-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Mar 16, 2024
2 parents 0bee00f + af8c2fa commit e06cfe3
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions packages/app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,26 +245,26 @@ packages:
dependency: "direct dev"
description:
name: custom_lint
sha256: "445242371d91d2e24bd7b82e3583a2c05610094ba2d0575262484ad889c8f981"
sha256: "7c0aec12df22f9082146c354692056677f1e70bc43471644d1fdb36c6fdda799"
url: "https://pub.dev"
source: hosted
version: "0.6.2"
version: "0.6.4"
custom_lint_builder:
dependency: transitive
description:
name: custom_lint_builder
sha256: "4c0aed2a3491096e91cf1281923ba1b6814993f16dde0fd60f697925225bbbd6"
sha256: d7dc41e709dde223806660268678be7993559e523eb3164e2a1425fd6f7615a9
url: "https://pub.dev"
source: hosted
version: "0.6.2"
version: "0.6.4"
custom_lint_core:
dependency: transitive
description:
name: custom_lint_core
sha256: ce5d6215f4e143f7780ce53f73dfa6fc503f39d2d30bef76c48be9ac1a09d9a6
sha256: a85e8f78f4c52f6c63cdaf8c872eb573db0231dcdf3c3a5906d493c1f8bc20e6
url: "https://pub.dev"
source: hosted
version: "0.6.2"
version: "0.6.3"
dart_style:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/app/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.2
custom_lint: ^0.6.4
neon_lints:
git:
url: https://github.com/nextcloud/neon
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_dashboard/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.8
custom_lint: ^0.6.2
custom_lint: ^0.6.4
flutter_test:
sdk: flutter
go_router_builder: ^2.4.1
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_files/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.8
custom_lint: ^0.6.2
custom_lint: ^0.6.4
go_router_builder: ^2.4.1
neon_lints:
git:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_news/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.8
custom_lint: ^0.6.2
custom_lint: ^0.6.4
go_router_builder: ^2.4.1
neon_lints:
git:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_notes/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.8
custom_lint: ^0.6.2
custom_lint: ^0.6.4
go_router_builder: ^2.4.1
neon_lints:
git:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.8
custom_lint: ^0.6.2
custom_lint: ^0.6.4
go_router_builder: ^2.4.1
neon_lints:
git:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_talk/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.8
custom_lint: ^0.6.2
custom_lint: ^0.6.4
flutter_test:
sdk: flutter
go_router_builder: ^2.4.1
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 @@ -66,7 +66,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.4.8
custom_lint: ^0.6.2
custom_lint: ^0.6.4
flutter_test:
sdk: flutter
go_router_builder: ^2.4.1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dev_dependencies:
fvm: ^3.0.14
husky: ^0.1.7
melos: ^5.1.0
custom_lint: ^0.6.2
custom_lint: ^0.6.4

0 comments on commit e06cfe3

Please sign in to comment.