diff --git a/frontend/app_flowy/packages/flowy_infra_ui/pubspec.yaml b/frontend/app_flowy/packages/flowy_infra_ui/pubspec.yaml index e9473070a0..36a247411b 100644 --- a/frontend/app_flowy/packages/flowy_infra_ui/pubspec.yaml +++ b/frontend/app_flowy/packages/flowy_infra_ui/pubspec.yaml @@ -2,7 +2,7 @@ name: flowy_infra_ui description: A new flutter plugin project. version: 0.0.1 homepage: -publish_to: 'none' +publish_to: "none" environment: sdk: ">=2.12.0 <3.0.0" @@ -13,11 +13,11 @@ dependencies: sdk: flutter # Thirdparty packages - textstyle_extensions: '2.0.0-nullsafety' - dartz: '0.10.0-nullsafety.2' + textstyle_extensions: "2.0.0-nullsafety" + dartz: provider: ^6.0.1 - styled_widget: '^0.3.1' - equatable: '^2.0.3' + styled_widget: "^0.3.1" + equatable: "^2.0.3" animations: ^2.0.0 loading_indicator: ^3.0.1 @@ -52,4 +52,4 @@ flutter: linux: pluginClass: FlowyInfraUIPlugin web: - default_package: flowy_infra_ui_web \ No newline at end of file + default_package: flowy_infra_ui_web diff --git a/frontend/app_flowy/packages/flowy_sdk/pubspec.yaml b/frontend/app_flowy/packages/flowy_sdk/pubspec.yaml index 95ca835649..ced9b97167 100644 --- a/frontend/app_flowy/packages/flowy_sdk/pubspec.yaml +++ b/frontend/app_flowy/packages/flowy_sdk/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: ffi: ^1.0.0 isolates: ^3.0.3+8 protobuf: "2.0.0" - dartz: "0.10.0-nullsafety.2" + dartz: ^0.10.1 freezed_annotation: logger: ^1.0.0 diff --git a/frontend/app_flowy/pubspec.lock b/frontend/app_flowy/pubspec.lock index 8466696ec9..199a41baa3 100644 --- a/frontend/app_flowy/pubspec.lock +++ b/frontend/app_flowy/pubspec.lock @@ -84,7 +84,7 @@ packages: name: build_config url: "https://pub.dartlang.org" source: hosted - version: "1.0.0" + version: "1.1.0" build_daemon: dependency: transitive description: @@ -105,7 +105,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.1.11" + version: "2.2.0" build_runner_core: dependency: transitive description: @@ -268,12 +268,12 @@ packages: source: hosted version: "2.2.3" dartz: - dependency: transitive + dependency: "direct main" description: name: dartz url: "https://pub.dartlang.org" source: hosted - version: "0.10.0-nullsafety.2" + version: "0.10.1" dbus: dependency: transitive description: @@ -474,7 +474,7 @@ packages: name: flutter_lints url: "https://pub.dartlang.org" source: hosted - version: "1.0.4" + version: "2.0.1" flutter_localizations: dependency: "direct main" description: flutter @@ -526,14 +526,14 @@ packages: name: freezed url: "https://pub.dartlang.org" source: hosted - version: "2.0.3+1" + version: "2.1.0+1" freezed_annotation: dependency: "direct main" description: name: freezed_annotation url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "2.1.0" frontend_server_client: dependency: transitive description: @@ -701,7 +701,7 @@ packages: name: lints url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "2.0.0" loading_indicator: dependency: transitive description: diff --git a/frontend/app_flowy/pubspec.yaml b/frontend/app_flowy/pubspec.yaml index 77412464ff..c81b96e156 100644 --- a/frontend/app_flowy/pubspec.yaml +++ b/frontend/app_flowy/pubspec.yaml @@ -50,9 +50,10 @@ dependencies: intl: ^0.17.0 time: "^2.0.0" equatable: "^2.0.3" - freezed_annotation: + freezed_annotation: ^2.1.0 get_it: "^7.1.3" flutter_bloc: "^8.0.1" + dartz: ^0.10.1 provider: ^6.0.1 path_provider: ^2.0.1 window_size: @@ -68,7 +69,7 @@ dependencies: url_launcher: ^6.0.2 # file_picker: ^4.2.1 clipboard: ^0.1.3 - connectivity_plus: 2.2.0 + connectivity_plus: ^2.3.6+1 easy_localization: ^3.0.0 textfield_tags: ^2.0.0 # The following adds the Cupertino Icons font to your application. @@ -82,11 +83,11 @@ dependencies: hotkey_manager: ^0.1.7 dev_dependencies: - flutter_lints: ^1.0.0 + flutter_lints: ^2.0.1 flutter_test: sdk: flutter - build_runner: - freezed: + build_runner: ^2.2.0 + freezed: ^2.1.0+1 bloc_test: ^9.0.2 dependency_overrides: