From 92a0e23c85886f5a08140e2cc87166f5a8216489 Mon Sep 17 00:00:00 2001 From: qwqcode Date: Fri, 2 Aug 2024 10:54:16 +0800 Subject: [PATCH] chore(plugin/katex): add artalk to peerDependencies in package.json --- ui/plugin-katex/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/plugin-katex/package.json b/ui/plugin-katex/package.json index 0080cc56..114519a6 100644 --- a/ui/plugin-katex/package.json +++ b/ui/plugin-katex/package.json @@ -1,6 +1,6 @@ { "name": "@artalk/plugin-katex", - "version": "0.1.9", + "version": "0.2.0", "minAppVersion": "2.8.6", "license": "MIT", "description": "The katex plugin for artalk", @@ -24,6 +24,9 @@ "@artalk/plugin-kit": "workspace:^", "@types/katex": "0.16.7" }, + "peerDependencies": { + "artalk": "workspace:^" + }, "exports": { ".": { "require": {