Skip to content

Commit a51560c

Browse files
author
Jonas Heinle
committed
update deps
1 parent 415ed25 commit a51560c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Diff for: .github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: flutter-actions/[email protected]
6767
with:
6868
channel: stable
69-
version: 3.27.1
69+
version: 3.27.3
7070

7171
# Note: This workflow uses the latest stable version of the Dart SDK.
7272
# You can specify other versions if desired, see documentation here:

Diff for: external/jotrockenmitlockenrepo

Diff for: pubspec.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@ version: 1.3.5
99

1010
environment:
1111
sdk: ">=3.6.1 <4.0.0"
12-
flutter: ">=3.27.2"
12+
flutter: ">=3.27.3"
1313

1414
dependencies:
1515
flutter:
1616
sdk: flutter
1717
jotrockenmitlockenrepo:
1818
path: external/jotrockenmitlockenrepo
19-
provider: ^6.1.1
19+
provider: ^6.1.2
2020
cupertino_icons: ^1.0.8
2121
flutter_localizations:
2222
sdk: flutter
2323
intl: ^0.19.0
24-
2524
go_router: ^14.6.3
2625
font_awesome_flutter: any
2726
dev_dependencies:
@@ -30,7 +29,7 @@ dev_dependencies:
3029
sdk: flutter
3130
integration_test:
3231
sdk: flutter
33-
flutter_launcher_icons: ^0.14.2
32+
flutter_launcher_icons: ^0.14.3
3433
flutter_lints: ^5.0.0
3534

3635
flutter_launcher_icons:

0 commit comments

Comments
 (0)