Skip to content

Commit

Permalink
Update lints and ffigen packages (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko authored Jan 17, 2024
1 parent f7b2a58 commit 47e1ee7
Show file tree
Hide file tree
Showing 8 changed files with 349 additions and 187 deletions.
2 changes: 1 addition & 1 deletion common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
sane_uuid: ^1.0.0-alpha.4

dev_dependencies:
lints: ^2.0.0
lints: ^3.0.0
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ dependencies:
path: ../

dev_dependencies:
lints: ^2.0.0
lints: ^3.0.0
2 changes: 1 addition & 1 deletion ffigen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ environment:
sdk: ^3.1.0

dev_dependencies:
ffigen: ^9.0.1
ffigen: ^11.0.0
2 changes: 1 addition & 1 deletion flutter/realm_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1

flutter:
uses-material-design: true
2 changes: 1 addition & 1 deletion flutter/realm_flutter/tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dev_dependencies:
sdk: flutter
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^3.0.1
build_runner: ^2.1.2
test: any
timezone: ^0.9.0
Expand Down
2 changes: 1 addition & 1 deletion generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencies:
dev_dependencies:
build_test: ^2.1.4

lints: ^2.0.0
lints: ^3.0.0
test: ^1.14.3
path: ^1.0.0
522 changes: 342 additions & 180 deletions lib/src/native/realm_bindings.dart

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
dev_dependencies:
build_cli: ^2.2.2
json_serializable: ^6.3.1
lints: ^2.0.0
lints: ^3.0.0
test: ^1.14.3
timezone: ^0.9.0

Expand Down

0 comments on commit 47e1ee7

Please sign in to comment.