From a1e2d9738835d24474ae0451abb4071404161bb2 Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Sun, 13 Aug 2023 18:15:59 +0800 Subject: [PATCH] chore: update editor version --- frontend/appflowy_flutter/pubspec.lock | 9 +++++---- frontend/appflowy_flutter/pubspec.yaml | 6 +++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/frontend/appflowy_flutter/pubspec.lock b/frontend/appflowy_flutter/pubspec.lock index 769a1718fb..88f883f923 100644 --- a/frontend/appflowy_flutter/pubspec.lock +++ b/frontend/appflowy_flutter/pubspec.lock @@ -52,10 +52,11 @@ packages: appflowy_editor: dependency: "direct main" description: - name: appflowy_editor - sha256: "6886c32ab8c3f5385ec9eb333f3fca596fe5f5ee94da84484c7f56a322a026e7" - url: "https://pub.dev" - source: hosted + path: "." + ref: e5a10c4 + resolved-ref: e5a10c4b4da10ae2faab8fd9a040633f66e3763b + url: "https://github.com/AppFlowy-IO/appflowy-editor.git" + source: git version: "1.2.3" appflowy_popover: dependency: "direct main" diff --git a/frontend/appflowy_flutter/pubspec.yaml b/frontend/appflowy_flutter/pubspec.yaml index 99cb6a0c1c..12b9cda8e5 100644 --- a/frontend/appflowy_flutter/pubspec.yaml +++ b/frontend/appflowy_flutter/pubspec.yaml @@ -42,7 +42,11 @@ dependencies: git: url: https://github.com/AppFlowy-IO/appflowy-board.git ref: a183c57 - appflowy_editor: 1.2.3 + # appflowy_editor: 1.2.3 + appflowy_editor: + git: + url: https://github.com/AppFlowy-IO/appflowy-editor.git + ref: e5a10c4 appflowy_popover: path: packages/appflowy_popover