upgrade deps

This commit is contained in:
Fabian Freund
2025-11-27 08:20:43 +01:00
parent 748005fd02
commit c064d97d77
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
- uses: subosito/flutter-action@v2 - uses: subosito/flutter-action@v2
with: with:
channel: stable channel: stable
flutter-version: 3.38.0 flutter-version: 3.38.3
cache: true cache: true
- name: Setup Flutter dependencies - name: Setup Flutter dependencies
+1 -1
View File
@@ -29,7 +29,7 @@ dependencies:
path: ../packages/flutter_mozilla_components path: ../packages/flutter_mozilla_components
flutter_reorderable_grid_view: ^5.5.2 flutter_reorderable_grid_view: ^5.5.2
flutter_slidable: ^4.0.3 flutter_slidable: ^4.0.3
flutter_svg: ^2.2.2 flutter_svg: ^2.2.3
go_router: ^17.0.0 go_router: ^17.0.0
google_fonts: ^6.3.2 google_fonts: ^6.3.2
graphview: ^1.5.1 graphview: ^1.5.1
@@ -3,7 +3,7 @@ version = "1.0-SNAPSHOT"
buildscript { buildscript {
ext.kotlin_version = "2.1.20" ext.kotlin_version = "2.1.20"
ext.mozillaComponentsVersion = '145.0' ext.mozillaComponentsVersion = '145.0.2'
repositories { repositories {
google() google()
+1 -1
View File
@@ -1,7 +1,7 @@
// AUTO GENERATED FILE, DO NOT EDIT. // AUTO GENERATED FILE, DO NOT EDIT.
// //
// Generated by `package:ffigen`. // Generated by `package:ffigen`.
// ignore_for_file: type=lint // ignore_for_file: type=lint, unused_import
import 'dart:ffi' as ffi; import 'dart:ffi' as ffi;
class NativeLibrary { class NativeLibrary {
+1 -1
View File
@@ -27,7 +27,7 @@ dependencies:
plugin_platform_interface: ^2.1.8 plugin_platform_interface: ^2.1.8
dev_dependencies: dev_dependencies:
ffigen: ^20.1.0 ffigen: ^20.1.1
flutter_test: flutter_test:
sdk: flutter sdk: flutter
lint: ^2.8.0 lint: ^2.8.0