Update dependencies
This commit is contained in:
@@ -2,8 +2,7 @@ import 'dart:io';
|
||||
|
||||
import 'package:drift/drift.dart';
|
||||
import 'package:drift/native.dart';
|
||||
// import 'package:hiddify/data/local/dao/dao.dart';
|
||||
import 'package:hiddify/data/local/dao/profiles_dao.dart'; // TODO https://github.com/simolus3/drift/issues/2589
|
||||
import 'package:hiddify/data/local/dao/dao.dart';
|
||||
import 'package:hiddify/data/local/tables.dart';
|
||||
import 'package:hiddify/data/local/type_converters.dart';
|
||||
import 'package:hiddify/services/files_editor_service.dart';
|
||||
|
||||
20
pubspec.lock
20
pubspec.lock
@@ -325,10 +325,10 @@ packages:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
name: drift_dev
|
||||
sha256: e6b0705b118366d2202117734442701ac1521e8deed51b9fda2e817395b1bb96
|
||||
sha256: "544f2d34635bb62887068a05348cc7a29ecc310d10aefefd4a9cf07242b4cd0a"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.11.1"
|
||||
version: "2.11.2"
|
||||
fake_async:
|
||||
dependency: transitive
|
||||
description:
|
||||
@@ -593,10 +593,10 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: hooks_riverpod
|
||||
sha256: "04a8a526db4c04139f6e5d318ef5079832daa1327a485ad391faf1b6bb203960"
|
||||
sha256: ad7b877c3687e38764633d221a1f65491bc7a540e724101e9a404a84db2a4276
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.3.10"
|
||||
version: "2.4.0"
|
||||
hotreloader:
|
||||
dependency: transitive
|
||||
description:
|
||||
@@ -993,26 +993,26 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: riverpod_annotation
|
||||
sha256: fefc51f8888839a597abe3c813c764404c85c0100a0676d242f358cc92bf5e23
|
||||
sha256: "6294fe7e7d1875f32bdf04c8fce7620e718070273703097847df8f3bf16995ea"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.1.4"
|
||||
version: "2.1.5"
|
||||
riverpod_generator:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
name: riverpod_generator
|
||||
sha256: "3cbeb22926bb70c9c250fd0ed061b3086729404b0e4e89e209f46ef5393ccba4"
|
||||
sha256: d132b1ccb476e60f99989caa6ba9b1c4d88409806c93d880d1633c60c382454d
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.3.1"
|
||||
version: "2.3.2"
|
||||
riverpod_lint:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
name: riverpod_lint
|
||||
sha256: a26fbbd4b948c1a009264418bd6f9b153be75317ac61a2c37ed3920af2e135e4
|
||||
sha256: "74123a5f0a8e809ab80078dbc02061ecf02e09647a2c3231c87b7342bcf8d399"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.0.3"
|
||||
version: "2.0.4"
|
||||
rxdart:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
||||
10
pubspec.yaml
10
pubspec.yaml
@@ -26,9 +26,9 @@ dependencies:
|
||||
json_annotation: ^4.8.1
|
||||
|
||||
# state management
|
||||
hooks_riverpod: 2.3.10
|
||||
hooks_riverpod: ^2.4.0
|
||||
flutter_hooks: ^0.20.1
|
||||
riverpod_annotation: 2.1.4
|
||||
riverpod_annotation: ^2.1.5
|
||||
rxdart: ^0.27.7
|
||||
|
||||
# persistence
|
||||
@@ -83,14 +83,14 @@ dev_dependencies:
|
||||
build_runner: ^2.4.6
|
||||
json_serializable: ^6.7.1
|
||||
freezed: ^2.4.2
|
||||
riverpod_generator: 2.3.1
|
||||
drift_dev: ^2.11.1
|
||||
riverpod_generator: ^2.3.2
|
||||
drift_dev: ^2.11.2
|
||||
ffigen: ^8.0.2
|
||||
slang_build_runner: ^3.23.0
|
||||
flutter_gen_runner: ^5.3.1
|
||||
go_router_builder: ^2.3.1
|
||||
custom_lint: ^0.5.3
|
||||
riverpod_lint: 2.0.3
|
||||
riverpod_lint: ^2.0.4
|
||||
icons_launcher: ^2.1.3
|
||||
|
||||
dependency_overrides:
|
||||
|
||||
Reference in New Issue
Block a user