This commit is contained in:
Adam Velebil 2022-11-02 08:49:02 +01:00
commit a055a6480c
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
6 changed files with 10 additions and 10 deletions

View File

@ -17,7 +17,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.3.4'
flutter-version: '3.3.6'
- run: |
flutter config
flutter --version

View File

@ -33,7 +33,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.3.4'
flutter-version: '3.3.6'
- run: flutter config --enable-linux-desktop
- run: flutter --version

View File

@ -31,7 +31,7 @@ jobs:
with:
channel: 'stable'
architecture: 'x64'
flutter-version: '3.3.4'
flutter-version: '3.3.6'
- run: flutter config --enable-macos-desktop
- run: flutter --version

View File

@ -29,7 +29,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.3.4'
flutter-version: '3.3.6'
- run: flutter config --enable-windows-desktop
- run: flutter --version

View File

@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "48.0.0"
version: "50.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.0"
version: "5.2.0"
archive:
dependency: transitive
description:
@ -242,7 +242,7 @@ packages:
name: freezed
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "2.2.1"
freezed_annotation:
dependency: "direct main"
description:
@ -329,7 +329,7 @@ packages:
name: json_serializable
url: "https://pub.dartlang.org"
source: hosted
version: "6.5.3"
version: "6.5.4"
lints:
dependency: transitive
description:

View File

@ -68,8 +68,8 @@ dev_dependencies:
flutter_lints: ^2.0.1
build_runner: ^2.3.2
freezed: ^2.2.0
json_serializable: ^6.5.3
freezed: ^2.2.1
json_serializable: ^6.5.4
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec