Skip to content

Commit

Permalink
chore(deps): update dependency lints to v4 (#3083)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent f8bf090 commit f79d843
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ environment:
dependencies:
dio: ^5.2.1
dev_dependencies:
lints: ^3.0.0
lints: ^4.0.0
test: ^1.24.3
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.4
json_serializable: ^6.7.0
lints: ^3.0.0
lints: ^4.0.0
logging: ^1.2.0
test: ^1.24.3
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dev_dependencies:
lints: ^3.0.0
lints: ^4.0.0
melos: ^6.0.0
2 changes: 1 addition & 1 deletion playground/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
dotenv: ^4.1.0

dev_dependencies:
lints: ^3.0.0
lints: ^4.0.0
2 changes: 1 addition & 1 deletion snippets/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
dotenv: ^4.1.0

dev_dependencies:
lints: ^3.0.0
lints: ^4.0.0
2 changes: 1 addition & 1 deletion templates/dart/pubspec.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.4
json_serializable: ^6.7.0
lints: ^3.0.0
lints: ^4.0.0
logging: ^1.2.0
test: ^1.24.3

0 comments on commit f79d843

Please sign in to comment.