Skip to content

Commit e963a09

Browse files
authored
Merge pull request #101 from mdgspace/ci
chor: bump dependencies
2 parents 3ad324d + 0562371 commit e963a09

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
java-version: '12.x'
1818
- uses: subosito/flutter-action@v1
1919
with:
20-
flutter-version: "2.10.0"
2120
channel: "stable"
2221

2322
# Prepare Flutter
@@ -42,7 +41,6 @@ jobs:
4241
java-version: '12.x'
4342
- uses: subosito/flutter-action@v1
4443
with:
45-
flutter-version: "2.10.0"
4644
channel: "stable"
4745

4846
# Prepare Flutter
@@ -65,7 +63,6 @@ jobs:
6563
java-version: '12.x'
6664
- uses: subosito/flutter-action@v1
6765
with:
68-
flutter-version: "2.10.0"
6966
channel: "stable"
7067

7168
# Prepare Flutter

pubspec.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ packages:
4949
name: bloc
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "8.0.3"
52+
version: "8.1.0"
5353
bloc_test:
5454
dependency: "direct dev"
5555
description:
5656
name: bloc_test
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "9.0.3"
59+
version: "9.1.0"
6060
boolean_selector:
6161
dependency: transitive
6262
description:
@@ -91,14 +91,14 @@ packages:
9191
name: build_resolvers
9292
url: "https://pub.dartlang.org"
9393
source: hosted
94-
version: "2.0.9"
94+
version: "2.0.10"
9595
build_runner:
9696
dependency: "direct dev"
9797
description:
9898
name: build_runner
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "2.2.0"
101+
version: "2.2.1"
102102
build_runner_core:
103103
dependency: transitive
104104
description:
@@ -259,7 +259,7 @@ packages:
259259
name: dart_style
260260
url: "https://pub.dartlang.org"
261261
source: hosted
262-
version: "2.2.3"
262+
version: "2.2.4"
263263
dbus:
264264
dependency: transitive
265265
description:
@@ -411,7 +411,7 @@ packages:
411411
name: flutter_bloc
412412
url: "https://pub.dartlang.org"
413413
source: hosted
414-
version: "8.0.1"
414+
version: "8.1.1"
415415
flutter_blurhash:
416416
dependency: transitive
417417
description:
@@ -729,14 +729,14 @@ packages:
729729
name: json_annotation
730730
url: "https://pub.dartlang.org"
731731
source: hosted
732-
version: "4.6.0"
732+
version: "4.7.0"
733733
json_serializable:
734734
dependency: "direct dev"
735735
description:
736736
name: json_serializable
737737
url: "https://pub.dartlang.org"
738738
source: hosted
739-
version: "6.3.1"
739+
version: "6.4.1"
740740
lints:
741741
dependency: transitive
742742
description:
@@ -1049,14 +1049,14 @@ packages:
10491049
name: source_gen
10501050
url: "https://pub.dartlang.org"
10511051
source: hosted
1052-
version: "1.2.2"
1052+
version: "1.2.5"
10531053
source_helper:
10541054
dependency: transitive
10551055
description:
10561056
name: source_helper
10571057
url: "https://pub.dartlang.org"
10581058
source: hosted
1059-
version: "1.3.2"
1059+
version: "1.3.3"
10601060
source_map_stack_trace:
10611061
dependency: transitive
10621062
description:

0 commit comments

Comments
 (0)