From 87039c27faa02da55d4fdd5c7fcb5de53b8d9c31 Mon Sep 17 00:00:00 2001 From: harrywan Date: Fri, 23 Jul 2021 15:27:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dpeer=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fes-plugin-monaco-editor/package.json | 2 +- packages/fes-plugin-qiankun/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/fes-plugin-monaco-editor/package.json b/packages/fes-plugin-monaco-editor/package.json index 6a956af3..7b459dc9 100644 --- a/packages/fes-plugin-monaco-editor/package.json +++ b/packages/fes-plugin-monaco-editor/package.json @@ -31,7 +31,7 @@ "monaco-editor-webpack-plugin": "^1.9.1" }, "peerDependencies": { - "@webank/fes": "^2.0.0", + "@fesjs/fes": "^2.0.0", "vue": "^3.0.5" } } diff --git a/packages/fes-plugin-qiankun/package.json b/packages/fes-plugin-qiankun/package.json index ded80af6..35c2fe5f 100644 --- a/packages/fes-plugin-qiankun/package.json +++ b/packages/fes-plugin-qiankun/package.json @@ -38,7 +38,7 @@ "npm-run-all": "^4.1.5" }, "peerDependencies": { - "@webank/fes": "^2.0.0", + "@fesjs/fes": "^2.0.0", "vue": "^3.0.5" } }