From 956ad1b590b00e839812f3a864052e9139df2c34 Mon Sep 17 00:00:00 2001 From: appflowy Date: Thu, 6 Jan 2022 14:42:17 +0800 Subject: [PATCH] replace tag with ref commit-hash to fix some cache issue --- frontend/app_flowy/pubspec.lock | 6 +++--- frontend/app_flowy/pubspec.yaml | 21 ++++++++++----------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/frontend/app_flowy/pubspec.lock b/frontend/app_flowy/pubspec.lock index 67d750066c..bce0ffcdc5 100644 --- a/frontend/app_flowy/pubspec.lock +++ b/frontend/app_flowy/pubspec.lock @@ -477,11 +477,11 @@ packages: dependency: "direct main" description: path: "." - ref: HEAD - resolved-ref: "0cb120d08d92c7091bfc0c9466a41c2b21965ca7" + ref: "1ce8188c47d3983268067b39a3e8cc8aef898864" + resolved-ref: "1ce8188c47d3983268067b39a3e8cc8aef898864" url: "https://github.com/appflowy/flutter-quill.git" source: git - version: "3.0.4" + version: "3.1.0" flutter_svg: dependency: "direct main" description: diff --git a/frontend/app_flowy/pubspec.yaml b/frontend/app_flowy/pubspec.yaml index 7607667f18..27102d29e2 100644 --- a/frontend/app_flowy/pubspec.yaml +++ b/frontend/app_flowy/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. -publish_to: 'none' # Remove this line if you wish to publish to pub.dev +publish_to: "none" # Remove this line if you wish to publish to pub.dev # The following defines the version and build number for your application. # A version number is three numbers separated by dots, like 1.2.43 @@ -30,7 +30,7 @@ dependencies: flutter: sdk: flutter flutter_localizations: - sdk: flutter + sdk: flutter flowy_sdk: path: packages/flowy_sdk flowy_infra_ui: @@ -42,15 +42,15 @@ dependencies: flutter_quill: git: url: https://github.com/appflowy/flutter-quill.git - tag: 3.0.4_checkbox_patch - + ref: 1ce8188c47d3983268067b39a3e8cc8aef898864 + # third party packages intl: ^0.17.0 - 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: '^8.0.1' + get_it: "^7.1.3" + flutter_bloc: "^8.0.1" provider: ^6.0.1 path_provider: ^2.0.1 window_size: @@ -59,7 +59,7 @@ dependencies: 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: ^1.0.3 @@ -81,8 +81,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 # encourage good coding practices. The lint set provided by the package is