From 3676f0cc01ec35bb9aaba11e31e6b6db81dd5bb1 Mon Sep 17 00:00:00 2001 From: Micah Morrison Date: Tue, 16 Apr 2024 11:27:13 -0400 Subject: [PATCH 1/2] Update markdown package for link insertion dialog changes --- pubspec.lock | 6 +++--- pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index cf45a0cd4..8d93a8735 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1076,9 +1076,9 @@ packages: dependency: "direct main" description: path: "." - ref: a59db6b1b5c2f927bcbfdf08b368073eb404f89b - resolved-ref: a59db6b1b5c2f927bcbfdf08b368073eb404f89b - url: "https://github.com/thunder-app/markdown-editor.git" + ref: c2579d865c672973e075995710995551d19bdfac + resolved-ref: c2579d865c672973e075995710995551d19bdfac + url: "https://github.com/micahmo/markdown-editor.git" source: git version: "0.1.0" matcher: diff --git a/pubspec.yaml b/pubspec.yaml index 0e024e048..7f482d541 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,8 +22,8 @@ dependencies: path: ^1.8.3 markdown_editor: git: - url: https://github.com/thunder-app/markdown-editor.git - ref: a59db6b1b5c2f927bcbfdf08b368073eb404f89b + url: https://github.com/micahmo/markdown-editor.git + ref: c2579d865c672973e075995710995551d19bdfac lemmy_api_client: git: url: https://github.com/thunder-app/lemmy_api_client.git From 97b8fc1fee950e4ba4dd3010ba20b325bafa695d Mon Sep 17 00:00:00 2001 From: Micah Morrison Date: Wed, 17 Apr 2024 11:26:50 -0400 Subject: [PATCH 2/2] Update package --- pubspec.lock | 6 +++--- pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 8d93a8735..849a0b3af 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1076,9 +1076,9 @@ packages: dependency: "direct main" description: path: "." - ref: c2579d865c672973e075995710995551d19bdfac - resolved-ref: c2579d865c672973e075995710995551d19bdfac - url: "https://github.com/micahmo/markdown-editor.git" + ref: "3196471d8e1b26873aecaf04254043cf9817bbe3" + resolved-ref: "3196471d8e1b26873aecaf04254043cf9817bbe3" + url: "https://github.com/thunder-app/markdown-editor.git" source: git version: "0.1.0" matcher: diff --git a/pubspec.yaml b/pubspec.yaml index 7f482d541..19c1e99e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,8 +22,8 @@ dependencies: path: ^1.8.3 markdown_editor: git: - url: https://github.com/micahmo/markdown-editor.git - ref: c2579d865c672973e075995710995551d19bdfac + url: https://github.com/thunder-app/markdown-editor.git + ref: 3196471d8e1b26873aecaf04254043cf9817bbe3 lemmy_api_client: git: url: https://github.com/thunder-app/lemmy_api_client.git