Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Dec 22, 2024
1 parent a7df443 commit a4b2829
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion general_documentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: 'flutter'
flutter_lints: '^4.0.0'
flutter_lints: '^5.0.0'
flutter:
uses-material-design: true
assets:
Expand Down
2 changes: 1 addition & 1 deletion package/general/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: 'flutter'
flutter_lints: '^4.0.0'
flutter_lints: '^5.0.0'
flutter:
uses-material-design: true
dependency_overrides:
Expand Down
2 changes: 1 addition & 1 deletion package/general/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
camera_windows: '^0.2.6+1'
image: '^4.3.0'
dev_dependencies:
lints: '^4.0.0'
lints: '^5.0.0'
test: 'any'
dependency_overrides:
pointycastle: '3.8.0'
Expand Down
2 changes: 1 addition & 1 deletion package/sms_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: 'flutter'
flutter_lints: '^4.0.0'
flutter_lints: '^5.0.0'
flutter:
uses-material-design: true
dependency_overrides:
Expand Down
2 changes: 1 addition & 1 deletion package/sms_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: 'flutter'
flutter_lints: '^4.0.0'
flutter_lints: '^5.0.0'
flutter:
plugin:
platforms:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
yaml: 'any'
yaml_writer: 'any'
dev_dependencies:
lints: '^4.0.0'
lints: '^5.0.0'
test: 'any'
platforms:
android: null
Expand Down

0 comments on commit a4b2829

Please sign in to comment.