From 625e51c9dbf689a1cec7a2b228c17725366d6503 Mon Sep 17 00:00:00 2001 From: Jonas Heinle Date: Fri, 13 Dec 2024 16:31:42 +0100 Subject: [PATCH] pumping up versions --- .github/workflows/dart.yml | 10 +++++----- external/jotrockenmitlockenrepo | 2 +- pubspec.yaml | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index b8bfdc3..a433e97 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -19,9 +19,9 @@ jobs: runs-on: ubuntu-latest steps: - name: 🚚 Get latest code - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 - name: Set up Python 3.11 - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: "3.11" # You can test your matrix by printing the current Python version @@ -63,10 +63,10 @@ jobs: # ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER" - name: Setup Flutter SDK - uses: flutter-actions/setup-flutter@v3.6 + uses: flutter-actions/setup-flutter@v4.0 with: channel: stable - version: 3.24.5 + version: 3.27.0 # Note: This workflow uses the latest stable version of the Dart SDK. # You can specify other versions if desired, see documentation here: @@ -106,7 +106,7 @@ jobs: - name: "Build Web App" if: github.ref == 'refs/heads/main' run: | - flutter build web --release --wasm + flutter build web --release --web-renderer canvaskit - name: "Build Web App (WASM)" if: github.ref == 'refs/heads/dev' diff --git a/external/jotrockenmitlockenrepo b/external/jotrockenmitlockenrepo index 5b76797..141607f 160000 --- a/external/jotrockenmitlockenrepo +++ b/external/jotrockenmitlockenrepo @@ -1 +1 @@ -Subproject commit 5b767975fa591a34536300eca197ef275ccb0626 +Subproject commit 141607fc1b173402e0a444578c1450b9671c0947 diff --git a/pubspec.yaml b/pubspec.yaml index dac0ea3..1a2ac22 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,8 +8,8 @@ publish_to: "none" version: 1.3.5 environment: - sdk: ">=3.4.4 <4.0.0" - flutter: ">=3.24.5" + sdk: ">=3.6.0 <4.0.0" + flutter: ">=3.27.0" dependencies: flutter: @@ -22,7 +22,7 @@ dependencies: sdk: flutter intl: ^0.19.0 - go_router: 14.6.0 + go_router: ^14.6.2 font_awesome_flutter: any dev_dependencies: mockito: ^5.4.4 @@ -30,7 +30,7 @@ dev_dependencies: sdk: flutter integration_test: sdk: flutter - flutter_launcher_icons: ^0.14.1 + flutter_launcher_icons: ^0.14.2 flutter_lints: ^5.0.0 flutter_launcher_icons: