Skip to content

Commit 0fcb3cb

Browse files
authored
refactor(examples): update dependencies (#1812)
1 parent edcab04 commit 0fcb3cb

24 files changed

+25
-17
lines changed

examples/basic_authentication/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.5.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.yaml
22
analyzer:
33
exclude:
44
- build/**

examples/basic_authentication/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dependencies:
1616
dev_dependencies:
1717
mocktail: ^1.0.0
1818
test: ^1.19.2
19-
very_good_analysis: ^5.1.0
19+
very_good_analysis: ^9.0.0

examples/basic_authentication/test/lib/user_repository_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignoring for testing purposes
12
// ignore_for_file: prefer_const_constructors
23

34
import 'package:basic_authentication/user_repository.dart';

examples/basic_authentication/test/routes/users/[id]_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignoring for testing purposes
12
// ignore_for_file: prefer_const_constructors
23

34
import 'dart:io';

examples/basic_authentication/test/routes/users/index_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignoring for testing purposes
12
// ignore_for_file: prefer_const_constructors
23

34
import 'dart:io';

examples/bearer_authentication/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:very_good_analysis/analysis_options.5.1.0.yaml
1+
include: package:very_good_analysis/analysis_options.yaml
22
analyzer:
33
exclude:
44
- build/**

examples/bearer_authentication/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ dependencies:
1616
dev_dependencies:
1717
mocktail: ^1.0.0
1818
test: ^1.19.2
19-
very_good_analysis: ^5.1.0
19+
very_good_analysis: ^9.0.0

examples/bearer_authentication/test/lib/session_repository_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignoring for testing purposes
12
// ignore_for_file: prefer_const_constructors
23

34
import 'package:bearer_authentication/hash_extension.dart';

examples/bearer_authentication/test/lib/user_repository_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignoring for testing purposes
12
// ignore_for_file: prefer_const_constructors
23

34
import 'package:bearer_authentication/user_repository.dart';

examples/bearer_authentication/test/routes/auth/index_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// ignoring for testing purposes
12
// ignore_for_file: prefer_const_constructors
23

34
import 'dart:io';

0 commit comments

Comments
 (0)