From 704035e070d6bfc938391d9687e50f7e1e8a2b15 Mon Sep 17 00:00:00 2001 From: appflowy Date: Sat, 20 Nov 2021 14:19:38 +0800 Subject: [PATCH] [flutter]: lock flutter package big version --- .../packages/flowy_infra_ui/pubspec.yaml | 4 +-- frontend/app_flowy/pubspec.lock | 30 ++++++++++++++----- frontend/app_flowy/pubspec.yaml | 14 ++++----- 3 files changed, 31 insertions(+), 17 deletions(-) diff --git a/frontend/app_flowy/packages/flowy_infra_ui/pubspec.yaml b/frontend/app_flowy/packages/flowy_infra_ui/pubspec.yaml index e7ed32ae39..e9473070a0 100644 --- a/frontend/app_flowy/packages/flowy_infra_ui/pubspec.yaml +++ b/frontend/app_flowy/packages/flowy_infra_ui/pubspec.yaml @@ -16,8 +16,8 @@ dependencies: textstyle_extensions: '2.0.0-nullsafety' dartz: '0.10.0-nullsafety.2' 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 diff --git a/frontend/app_flowy/pubspec.lock b/frontend/app_flowy/pubspec.lock index efc0a0366b..f781a91e4b 100644 --- a/frontend/app_flowy/pubspec.lock +++ b/frontend/app_flowy/pubspec.lock @@ -77,7 +77,7 @@ packages: name: build_resolvers url: "https://pub.dartlang.org" source: hosted - version: "2.0.4" + version: "2.0.5" build_runner: dependency: "direct dev" description: @@ -675,21 +675,35 @@ packages: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "2.0.6" + version: "2.0.7" + path_provider_android: + dependency: transitive + description: + name: path_provider_android + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.8" + path_provider_ios: + dependency: transitive + description: + name: path_provider_ios + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.7" path_provider_linux: dependency: transitive description: name: path_provider_linux url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.1.2" path_provider_macos: dependency: transitive description: name: path_provider_macos url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "2.0.3" path_provider_platform_interface: dependency: transitive description: @@ -883,7 +897,7 @@ packages: name: styled_widget url: "https://pub.dartlang.org" source: hosted - version: "0.4.0+3" + version: "0.3.1+2" term_glyph: dependency: transitive description: @@ -911,7 +925,7 @@ packages: name: time url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.0.1" timing: dependency: transitive description: @@ -946,7 +960,7 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "6.0.12" + version: "6.0.14" url_launcher_linux: dependency: transitive description: @@ -1037,7 +1051,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.2.10" + version: "2.3.0" window_size: dependency: "direct main" description: diff --git a/frontend/app_flowy/pubspec.yaml b/frontend/app_flowy/pubspec.yaml index bf81a33dfc..7c4d5e7afd 100644 --- a/frontend/app_flowy/pubspec.yaml +++ b/frontend/app_flowy/pubspec.yaml @@ -45,20 +45,20 @@ dependencies: ref: develop # third party packages - time: '>=2.0.0' - equatable: '>=2.0.3' + time: '^2.0.0' + equatable: '^2.0.3' freezed_annotation: - get_it: '>=7.1.3' - flutter_bloc: '>=7.3.1' + get_it: '^7.1.3' + flutter_bloc: '^7.3.1' provider: ^6.0.1 - path_provider: ">=1.6.24" + path_provider: ^2.0.1 window_size: git: url: git://github.com/google/flutter-desktop-embedding.git path: plugins/window_size ref: e48abe7c3e9ebfe0b81622167c5201d4e783bb81 sized_context: ^1.0.0+1 - styled_widget: '>=0.3.1' + styled_widget: '^0.3.1' expandable: ^5.0.1 flutter_svg: ^0.22.0 flutter_colorpicker: ^0.6.0 @@ -76,7 +76,7 @@ dev_dependencies: flutter_test: sdk: flutter build_runner: - freezed: '>=0.14.2' + freezed: '^0.14.2' # The "flutter_lints" package below contains a set of recommended lints to