Skip to content

Commit f2188fe

Browse files
committed
Update deps
1 parent aa950e9 commit f2188fe

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/workflows/flutter.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ jobs:
9999
flutter test --coverage --test-randomize-ordering-seed=random
100100
101101
# remove comment after https://github.com/codecov/codecov-action/issues/600
102-
# - uses: codecov/codecov-action@v2
103-
# if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
104-
# with:
105-
# name: sentry_flutter
106-
# file: ./flutter/coverage/lcov.info
102+
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # pin@v3
103+
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
104+
with:
105+
name: sentry_flutter
106+
file: ./flutter/coverage/lcov.info
107107

108108
- uses: VeryGoodOpenSource/very_good_coverage@84e5b54ab888644554e5573dca87d7f76dec9fb3 # [email protected]
109109
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'

dart/example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212
path: ../../dart
1313

1414
dev_dependencies:
15-
lints: ^1.0.1
15+
lints: ^2.0.0

dart/example_web/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
path: ../../dart
1212

1313
dev_dependencies:
14-
build_runner: ^2.1.7
14+
build_runner: ^2.1.8
1515
build_web_compilers: ^3.2.2
16-
lints: ^1.0.1
16+
lints: ^2.0.0
1717
webdev: ^2.7.6

dio/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ dev_dependencies:
1818
test: ^1.21.1
1919
coverage: ^1.3.0
2020
mockito: ^5.1.0
21-
http: ^0.13.4
21+
http: ^0.13.0

e2e_test/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
sentry:
1212
path:
1313
./../dart
14-
http: ^0.13.3
14+
http: ^0.13.0
1515

1616
dev_dependencies:
17-
lints: ^1.0.1
17+
lints: ^2.0.0

flutter/example/analysis_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include: package:pedantic/analysis_options.yaml
1+
include: package:flutter_lints/flutter.yaml
22

33
analyzer:
44
errors:

flutter/example/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ dependencies:
1515
sentry_flutter:
1616
sentry_dio:
1717
sentry_logging:
18-
universal_platform: ^1.0.0-nullsafety
18+
universal_platform: ^1.0.0
1919
feedback: ^2.0.0
2020
provider: ^6.0.0
2121
dio: ^4.0.0
22-
logging: ^1.0.2
22+
logging: ^1.0.0
2323
package_info_plus: ^3.0.0
2424

2525
dev_dependencies:
26-
pedantic: ^1.11.1
26+
flutter_lints: ^2.0.0
2727
sentry_dart_plugin: ^1.0.0-beta.1
2828
integration_test:
2929
sdk: flutter

min_version_test/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
sentry_dio:
3636
sentry_logging:
3737
dio: ^4.0.0
38-
logging: ^1.0.2
38+
logging: ^1.0.0
3939

4040
dev_dependencies:
4141
flutter_test:

0 commit comments

Comments
 (0)