Преглед на файлове

chore: update editor version

Lucas.Xu преди 1 година
родител
ревизия
a1e2d97388
променени са 2 файла, в които са добавени 10 реда и са изтрити 5 реда
  1. 5 4
      frontend/appflowy_flutter/pubspec.lock
  2. 5 1
      frontend/appflowy_flutter/pubspec.yaml

+ 5 - 4
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"

+ 5 - 1
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